source: other-projects/is-sheet-music-encore/trunk/image-identification-dev-02/.idea/workspace.xml@ 33437

Last change on this file since 33437 was 33437, checked in by cpb16, 5 years ago

made progress with morphology. Need to have a better area dimension threshold setup

File size: 17.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project version="4">
3 <component name="ChangeListManager">
4 <list default="true" id="2a802599-8889-4aa5-9351-0a495d9acc5c" name="Default Changelist" comment="" />
5 <ignored path="$PROJECT_DIR$/out/" />
6 <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
7 <option name="SHOW_DIALOG" value="false" />
8 <option name="HIGHLIGHT_CONFLICTS" value="true" />
9 <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
10 <option name="LAST_RESOLUTION" value="IGNORE" />
11 </component>
12 <component name="FileEditorManager">
13 <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
14 <file pinned="false" current-in-tab="false">
15 <entry file="file://$PROJECT_DIR$/image-identification-development/src/Main.java">
16 <provider selected="true" editor-type-id="text-editor">
17 <state relative-caret-position="874">
18 <caret line="116" column="48" selection-start-line="116" selection-start-column="48" selection-end-line="116" selection-end-column="48" />
19 <folding>
20 <element signature="imports" expanded="true" />
21 <element signature="class#StartAndEndPoint#0;class#Main#0" />
22 <element signature="method#removeDuplicates#0;class#Main#0" />
23 <element signature="method#StandardDeviation#0;class#Main#0" />
24 <element signature="method#VarianceCalc#0;class#Main#0" />
25 <element signature="method#lineComparison#0;class#Main#0" />
26 <element signature="method#ClusterCheck#0;class#Main#0" />
27 <element signature="method#toBufferedImage#0;class#Main#0" />
28 <element signature="method#ClassifierPixelCount#0;class#Main#0" />
29 <element signature="method#ClassifierLineCount#0;class#Main#0" />
30 <element signature="method#ClassifierLineClusterOLD#0;class#Main#0" />
31 <element signature="method#ClassifierLineCluster#0;class#Main#0" />
32 <element signature="method#ClassifierLineClusterPt#0;class#Main#0" />
33 <element signature="method#LineCountOrCluster#0;class#Main#0" />
34 </folding>
35 </state>
36 </provider>
37 </entry>
38 </file>
39 <file pinned="false" current-in-tab="true">
40 <entry file="file://$PROJECT_DIR$/image-identification-development/src/MainMorph.java">
41 <provider selected="true" editor-type-id="text-editor">
42 <state relative-caret-position="2976">
43 <caret line="501" column="69" selection-start-line="501" selection-start-column="69" selection-end-line="501" selection-end-column="69" />
44 <folding>
45 <element signature="imports" expanded="true" />
46 <element signature="class#StartAndEndPoint#0;class#MainMorph#0" />
47 <element signature="method#toBufferedImage#0;class#MainMorph#0" />
48 <element signature="e#10410#12916#1" />
49 <element signature="e#13000#15039#1" />
50 <element signature="e#15107#17754#1" />
51 <element signature="e#18758#22215#1" />
52 <element signature="e#19065#19077#0" expanded="true" />
53 <element signature="e#23397#23409#0" expanded="true" />
54 </folding>
55 </state>
56 </provider>
57 </entry>
58 </file>
59 <file pinned="false" current-in-tab="false">
60 <entry file="file://$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison.java">
61 <provider selected="true" editor-type-id="text-editor">
62 <state relative-caret-position="1123">
63 <caret line="305" selection-start-line="305" selection-end-line="305" />
64 <folding>
65 <element signature="imports" expanded="true" />
66 <element signature="class#StartAndEndPoint#0;class#javaClassifierComparison#0" />
67 <element signature="method#StartAndEndPoint#0;class#StartAndEndPoint#0;class#javaClassifierComparison#0" />
68 <element signature="class#Pair#0;class#javaClassifierComparison#0" />
69 <element signature="method#Algorithm_HoughLinesP_Single#0;class#javaClassifierComparison#0" />
70 <element signature="method#Algorithm_HoughLinesP_Combo#0;class#javaClassifierComparison#0" />
71 <element signature="e#11894#11906#0" expanded="true" />
72 <element signature="method#Classifier_LineCounter#0;class#javaClassifierComparison#0" />
73 <element signature="method#Classifier_ClusterDetection#0;class#javaClassifierComparison#0" />
74 <element signature="method#removeDuplicates#0;class#javaClassifierComparison#0" />
75 <element signature="e#17563#18162#1" />
76 <element signature="method#lineComparison#0;class#javaClassifierComparison#0" />
77 <element signature="method#ClusterCheck#0;class#javaClassifierComparison#0" />
78 </folding>
79 </state>
80 </provider>
81 </entry>
82 </file>
83 </leaf>
84 </component>
85 <component name="FindInProjectRecents">
86 <findStrings>
87 <find>pointArrayList</find>
88 <find>clustersFoundRGB</find>
89 <find>ClassifierLineClusterPt</find>
90 <find>Object</find>
91 </findStrings>
92 </component>
93 <component name="IdeDocumentHistory">
94 <option name="CHANGED_PATHS">
95 <list>
96 <option value="$PROJECT_DIR$/../image-identification-terminal/javaImageClassifier.java" />
97 <option value="$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison" />
98 <option value="$PROJECT_DIR$/image-identification-development/src/Main.java" />
99 <option value="$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison.java" />
100 <option value="$PROJECT_DIR$/image-identification-development/src/MainMorph.java" />
101 </list>
102 </option>
103 </component>
104 <component name="MavenProjectNavigator">
105 <treeState>
106 <expand />
107 <select />
108 </treeState>
109 </component>
110 <component name="ProjectFrameBounds" extendedState="6">
111 <option name="x" value="511" />
112 <option name="y" value="214" />
113 <option name="width" value="918" />
114 <option name="height" value="767" />
115 </component>
116 <component name="ProjectView">
117 <navigator proportions="" version="1">
118 <foldersAlwaysOnTop value="true" />
119 </navigator>
120 <panes>
121 <pane id="ProjectPane" />
122 <pane id="PackagesPane" />
123 <pane id="Scope" />
124 </panes>
125 </component>
126 <component name="PropertiesComponent">
127 <property name="last_opened_file_path" value="$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison.java" />
128 <property name="project.structure.last.edited" value="SDKs" />
129 <property name="project.structure.proportion" value="0.15" />
130 <property name="project.structure.side.proportion" value="0.2" />
131 <property name="run.code.analysis.last.selected.profile" value="pProject Default" />
132 <property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
133 </component>
134 <component name="RunDashboard">
135 <option name="ruleStates">
136 <list>
137 <RuleState>
138 <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
139 </RuleState>
140 <RuleState>
141 <option name="name" value="StatusDashboardGroupingRule" />
142 </RuleState>
143 </list>
144 </option>
145 </component>
146 <component name="RunManager">
147 <configuration name="MainMorph" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
148 <option name="MAIN_CLASS_NAME" value="MainMorph" />
149 <module name="image-identification-dev-02" />
150 <option name="VM_PARAMETERS" value="-Djava.library.path=$PROJECT_DIR$/../../opencv-3.4.2/build/lib " />
151 <method v="2">
152 <option name="Make" enabled="true" />
153 </method>
154 </configuration>
155 <recent_temporary>
156 <list>
157 <item itemvalue="Application.MainMorph" />
158 </list>
159 </recent_temporary>
160 </component>
161 <component name="SvnConfiguration">
162 <configuration />
163 </component>
164 <component name="TaskManager">
165 <task active="true" id="Default" summary="Default task">
166 <changelist id="2a802599-8889-4aa5-9351-0a495d9acc5c" name="Default Changelist" comment="" />
167 <created>1564877113082</created>
168 <option name="number" value="Default" />
169 <option name="presentableId" value="Default" />
170 <updated>1564877113082</updated>
171 </task>
172 <servers />
173 </component>
174 <component name="ToolWindowManager">
175 <frame x="67" y="25" width="1613" height="1025" extended-state="6" />
176 <layout>
177 <window_info content_ui="combo" id="Project" order="0" weight="0.19783024" />
178 <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
179 <window_info id="Designer" order="2" />
180 <window_info id="UI Designer" order="3" />
181 <window_info id="Favorites" order="4" side_tool="true" />
182 <window_info anchor="bottom" id="Message" order="0" />
183 <window_info anchor="bottom" id="Find" order="1" />
184 <window_info anchor="bottom" id="Run" order="2" weight="0.2494432" />
185 <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
186 <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
187 <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
188 <window_info anchor="bottom" id="TODO" order="6" />
189 <window_info anchor="bottom" id="Version Control" order="7" />
190 <window_info anchor="bottom" id="Terminal" order="8" weight="0.32962137" />
191 <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" weight="0.32962137" />
192 <window_info anchor="bottom" id="Messages" order="10" weight="0.32962137" />
193 <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
194 <window_info anchor="right" id="Ant Build" order="1" weight="0.24952137" />
195 <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
196 <window_info anchor="right" id="Palette" order="3" />
197 <window_info anchor="right" id="Palette&#9;" order="4" />
198 <window_info anchor="right" id="Maven" order="5" weight="0.3299298" />
199 </layout>
200 </component>
201 <component name="antWorkspaceConfiguration">
202 <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
203 <option name="FILTER_TARGETS" value="false" />
204 </component>
205 <component name="editorHistoryManager">
206 <entry file="file://$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison" />
207 <entry file="file://$PROJECT_DIR$/../image-identification-terminal/javaImageClassifier.java">
208 <provider selected="true" editor-type-id="text-editor">
209 <state relative-caret-position="345">
210 <caret line="77" column="42" selection-start-line="77" selection-start-column="42" selection-end-line="77" selection-end-column="42" />
211 <folding>
212 <element signature="imports" expanded="true" />
213 <element signature="e#1743#2305#0" />
214 <element signature="e#4073#5568#0" />
215 <element signature="e#5573#6811#0" />
216 <element signature="e#6817#9109#0" />
217 <element signature="e#9114#9310#0" />
218 <element signature="e#9312#9371#0" />
219 <element signature="e#10174#11092#0" />
220 <element signature="e#11097#18874#0" />
221 <element signature="e#18879#21582#0" />
222 <element signature="e#21587#22251#0" />
223 <element signature="e#22256#22628#0" />
224 <element signature="e#22633#23394#0" />
225 </folding>
226 </state>
227 </provider>
228 </entry>
229 <entry file="file://$PROJECT_DIR$/image-identification-development/src/Main.java">
230 <provider selected="true" editor-type-id="text-editor">
231 <state relative-caret-position="874">
232 <caret line="116" column="48" selection-start-line="116" selection-start-column="48" selection-end-line="116" selection-end-column="48" />
233 <folding>
234 <element signature="imports" expanded="true" />
235 <element signature="class#StartAndEndPoint#0;class#Main#0" />
236 <element signature="method#removeDuplicates#0;class#Main#0" />
237 <element signature="method#StandardDeviation#0;class#Main#0" />
238 <element signature="method#VarianceCalc#0;class#Main#0" />
239 <element signature="method#lineComparison#0;class#Main#0" />
240 <element signature="method#ClusterCheck#0;class#Main#0" />
241 <element signature="method#toBufferedImage#0;class#Main#0" />
242 <element signature="method#ClassifierPixelCount#0;class#Main#0" />
243 <element signature="method#ClassifierLineCount#0;class#Main#0" />
244 <element signature="method#ClassifierLineClusterOLD#0;class#Main#0" />
245 <element signature="method#ClassifierLineCluster#0;class#Main#0" />
246 <element signature="method#ClassifierLineClusterPt#0;class#Main#0" />
247 <element signature="method#LineCountOrCluster#0;class#Main#0" />
248 </folding>
249 </state>
250 </provider>
251 </entry>
252 <entry file="file://$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison.java">
253 <provider selected="true" editor-type-id="text-editor">
254 <state relative-caret-position="1123">
255 <caret line="305" selection-start-line="305" selection-end-line="305" />
256 <folding>
257 <element signature="imports" expanded="true" />
258 <element signature="class#StartAndEndPoint#0;class#javaClassifierComparison#0" />
259 <element signature="method#StartAndEndPoint#0;class#StartAndEndPoint#0;class#javaClassifierComparison#0" />
260 <element signature="class#Pair#0;class#javaClassifierComparison#0" />
261 <element signature="method#Algorithm_HoughLinesP_Single#0;class#javaClassifierComparison#0" />
262 <element signature="method#Algorithm_HoughLinesP_Combo#0;class#javaClassifierComparison#0" />
263 <element signature="e#11894#11906#0" expanded="true" />
264 <element signature="method#Classifier_LineCounter#0;class#javaClassifierComparison#0" />
265 <element signature="method#Classifier_ClusterDetection#0;class#javaClassifierComparison#0" />
266 <element signature="method#removeDuplicates#0;class#javaClassifierComparison#0" />
267 <element signature="e#17563#18162#1" />
268 <element signature="method#lineComparison#0;class#javaClassifierComparison#0" />
269 <element signature="method#ClusterCheck#0;class#javaClassifierComparison#0" />
270 </folding>
271 </state>
272 </provider>
273 </entry>
274 <entry file="file://$PROJECT_DIR$/image-identification-development/src/MainMorph.java">
275 <provider selected="true" editor-type-id="text-editor">
276 <state relative-caret-position="2976">
277 <caret line="501" column="69" selection-start-line="501" selection-start-column="69" selection-end-line="501" selection-end-column="69" />
278 <folding>
279 <element signature="imports" expanded="true" />
280 <element signature="class#StartAndEndPoint#0;class#MainMorph#0" />
281 <element signature="method#toBufferedImage#0;class#MainMorph#0" />
282 <element signature="e#10410#12916#1" />
283 <element signature="e#13000#15039#1" />
284 <element signature="e#15107#17754#1" />
285 <element signature="e#18758#22215#1" />
286 <element signature="e#19065#19077#0" expanded="true" />
287 <element signature="e#23397#23409#0" expanded="true" />
288 </folding>
289 </state>
290 </provider>
291 </entry>
292 </component>
293 <component name="masterDetails">
294 <states>
295 <state key="ArtifactsStructureConfigurable.UI">
296 <settings>
297 <artifact-editor />
298 <splitter-proportions>
299 <option name="proportions">
300 <list>
301 <option value="0.2" />
302 </list>
303 </option>
304 </splitter-proportions>
305 </settings>
306 </state>
307 <state key="FacetStructureConfigurable.UI">
308 <settings>
309 <last-edited>No facets are configured</last-edited>
310 <splitter-proportions>
311 <option name="proportions">
312 <list>
313 <option value="0.2" />
314 </list>
315 </option>
316 </splitter-proportions>
317 </settings>
318 </state>
319 <state key="GlobalLibrariesConfigurable.UI">
320 <settings>
321 <splitter-proportions>
322 <option name="proportions">
323 <list>
324 <option value="0.2" />
325 </list>
326 </option>
327 </splitter-proportions>
328 </settings>
329 </state>
330 <state key="JdkListConfigurable.UI">
331 <settings>
332 <last-edited>1.8 (2)</last-edited>
333 <splitter-proportions>
334 <option name="proportions">
335 <list>
336 <option value="0.2" />
337 </list>
338 </option>
339 </splitter-proportions>
340 </settings>
341 </state>
342 <state key="ModuleStructureConfigurable.UI">
343 <settings>
344 <last-edited>image-identification-dev-02</last-edited>
345 <splitter-proportions>
346 <option name="proportions">
347 <list>
348 <option value="0.2" />
349 </list>
350 </option>
351 </splitter-proportions>
352 </settings>
353 </state>
354 <state key="ProjectLibrariesConfigurable.UI">
355 <settings>
356 <splitter-proportions>
357 <option name="proportions">
358 <list>
359 <option value="0.2" />
360 </list>
361 </option>
362 </splitter-proportions>
363 </settings>
364 </state>
365 </states>
366 </component>
367</project>
Note: See TracBrowser for help on using the repository browser.