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

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

Started implementing Davids suggested morphology sequence, codeversion9

File size: 18.5 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="677">
18 <caret line="779" column="12" selection-start-line="779" selection-start-column="12" selection-end-line="779" selection-end-column="12" />
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="144">
43 <caret line="1217" column="16" selection-start-line="1217" selection-start-column="16" selection-end-line="1217" selection-end-column="16" />
44 <folding>
45 <element signature="imports" expanded="true" />
46 <element signature="class#Pair#0;class#MainMorph#0" />
47 <element signature="method#imageViewer#0;class#MainMorph#0" />
48 <element signature="e#13990#16460#1" />
49 <element signature="e#16545#18548#1" />
50 <element signature="e#18617#21240#1" />
51 <element signature="e#21324#26995#1" />
52 <element signature="e#27080#31057#1" />
53 <element signature="e#31125#32303#1" />
54 <element signature="e#32372#36335#1" />
55 <element signature="e#36445#48148#1" />
56 <element signature="e#42969#43036#0" />
57 <element signature="e#48242#59125#1" />
58 </folding>
59 </state>
60 </provider>
61 </entry>
62 </file>
63 <file pinned="false" current-in-tab="false">
64 <entry file="file://$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison.java">
65 <provider selected="true" editor-type-id="text-editor">
66 <state relative-caret-position="1539">
67 <caret line="135" column="4" selection-start-line="135" selection-start-column="4" selection-end-line="160" selection-end-column="5" />
68 <folding>
69 <element signature="imports" expanded="true" />
70 <element signature="method#init#0;class#javaClassifierComparison#0" />
71 <element signature="class#StartAndEndPoint#0;class#javaClassifierComparison#0" />
72 <element signature="class#Pair#0;class#javaClassifierComparison#0" />
73 <element signature="method#Algorithm_HoughLinesP_Single#0;class#javaClassifierComparison#0" />
74 <element signature="method#Algorithm_HoughLinesP_Combo#0;class#javaClassifierComparison#0" />
75 <element signature="method#Algorithm_MorphologyOLD#0;class#javaClassifierComparison#0" />
76 <element signature="method#Algorithm_Morphology#0;class#javaClassifierComparison#0" />
77 <element signature="method#Classifier_LineCounter#0;class#javaClassifierComparison#0" />
78 <element signature="method#Classifier_ClusterDetection#0;class#javaClassifierComparison#0" />
79 <element signature="method#removeDuplicates#0;class#javaClassifierComparison#0" />
80 <element signature="method#VarianceCalc#0;class#javaClassifierComparison#0" />
81 <element signature="method#lineComparison#0;class#javaClassifierComparison#0" />
82 <element signature="method#ClusterCheck#0;class#javaClassifierComparison#0" />
83 </folding>
84 </state>
85 </provider>
86 </entry>
87 </file>
88 </leaf>
89 </component>
90 <component name="FindInProjectRecents">
91 <findStrings>
92 <find>pointArrayList</find>
93 <find>clustersFoundRGB</find>
94 <find>ClassifierLineClusterPt</find>
95 <find>Object</find>
96 <find>areaCounter</find>
97 <find>THRESHOLD_AREA_COUNT</find>
98 <find>imageViewer</find>
99 <find>coo.31924062612282-9.png</find>
100 <find>FILLED</find>
101 <find>test</find>
102 </findStrings>
103 </component>
104 <component name="IdeDocumentHistory">
105 <option name="CHANGED_PATHS">
106 <list>
107 <option value="$PROJECT_DIR$/../image-identification-terminal/javaImageClassifier.java" />
108 <option value="$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison" />
109 <option value="$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison.java" />
110 <option value="$PROJECT_DIR$/image-identification-development/src/Main.java" />
111 <option value="$PROJECT_DIR$/image-identification-development/src/MainMorph.java" />
112 </list>
113 </option>
114 </component>
115 <component name="MavenProjectNavigator">
116 <treeState>
117 <expand />
118 <select />
119 </treeState>
120 </component>
121 <component name="ProjectFrameBounds" extendedState="6">
122 <option name="x" value="511" />
123 <option name="y" value="214" />
124 <option name="width" value="918" />
125 <option name="height" value="767" />
126 </component>
127 <component name="ProjectView">
128 <navigator proportions="" version="1">
129 <foldersAlwaysOnTop value="true" />
130 </navigator>
131 <panes />
132 </component>
133 <component name="PropertiesComponent">
134 <property name="last_opened_file_path" value="$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison.java" />
135 <property name="project.structure.last.edited" value="SDKs" />
136 <property name="project.structure.proportion" value="0.15" />
137 <property name="project.structure.side.proportion" value="0.2" />
138 <property name="run.code.analysis.last.selected.profile" value="pProject Default" />
139 <property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
140 </component>
141 <component name="RunDashboard">
142 <option name="ruleStates">
143 <list>
144 <RuleState>
145 <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
146 </RuleState>
147 <RuleState>
148 <option name="name" value="StatusDashboardGroupingRule" />
149 </RuleState>
150 </list>
151 </option>
152 </component>
153 <component name="RunManager">
154 <configuration name="MainMorph" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
155 <option name="MAIN_CLASS_NAME" value="MainMorph" />
156 <module name="image-identification-dev-02" />
157 <option name="VM_PARAMETERS" value="-Djava.library.path=$PROJECT_DIR$/../../opencv-3.4.2/build/lib " />
158 <method v="2">
159 <option name="Make" enabled="true" />
160 </method>
161 </configuration>
162 <recent_temporary>
163 <list>
164 <item itemvalue="Application.MainMorph" />
165 </list>
166 </recent_temporary>
167 </component>
168 <component name="SvnConfiguration">
169 <configuration />
170 </component>
171 <component name="TaskManager">
172 <task active="true" id="Default" summary="Default task">
173 <changelist id="2a802599-8889-4aa5-9351-0a495d9acc5c" name="Default Changelist" comment="" />
174 <created>1564877113082</created>
175 <option name="number" value="Default" />
176 <option name="presentableId" value="Default" />
177 <updated>1564877113082</updated>
178 </task>
179 <servers />
180 </component>
181 <component name="ToolWindowManager">
182 <frame x="67" y="25" width="1613" height="1025" extended-state="6" />
183 <layout>
184 <window_info content_ui="combo" id="Project" order="0" weight="0.19783024" />
185 <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
186 <window_info id="Designer" order="2" />
187 <window_info id="UI Designer" order="3" />
188 <window_info id="Favorites" order="4" side_tool="true" />
189 <window_info anchor="bottom" id="Message" order="0" />
190 <window_info anchor="bottom" id="Find" order="1" weight="0.32962137" />
191 <window_info anchor="bottom" id="Run" order="2" weight="0.27951002" />
192 <window_info anchor="bottom" id="Debug" order="3" weight="0.3997773" />
193 <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
194 <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
195 <window_info anchor="bottom" id="TODO" order="6" />
196 <window_info anchor="bottom" id="Version Control" order="7" />
197 <window_info anchor="bottom" id="Terminal" order="8" weight="0.32962137" />
198 <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" weight="0.32962137" />
199 <window_info anchor="bottom" id="Messages" order="10" weight="0.32962137" />
200 <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
201 <window_info anchor="right" id="Ant Build" order="1" weight="0.24952137" />
202 <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
203 <window_info anchor="right" id="Palette" order="3" />
204 <window_info anchor="right" id="Palette&#9;" order="4" />
205 <window_info anchor="right" id="Maven" order="5" weight="0.3299298" />
206 </layout>
207 </component>
208 <component name="antWorkspaceConfiguration">
209 <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
210 <option name="FILTER_TARGETS" value="false" />
211 </component>
212 <component name="editorHistoryManager">
213 <entry file="file://$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison" />
214 <entry file="file://$PROJECT_DIR$/../image-identification-terminal/javaImageClassifier.java">
215 <provider selected="true" editor-type-id="text-editor">
216 <state relative-caret-position="345">
217 <caret line="77" column="42" selection-start-line="77" selection-start-column="42" selection-end-line="77" selection-end-column="42" />
218 <folding>
219 <element signature="imports" expanded="true" />
220 <element signature="e#1743#2305#0" />
221 <element signature="e#4073#5568#0" />
222 <element signature="e#5573#6811#0" />
223 <element signature="e#6817#9109#0" />
224 <element signature="e#9114#9310#0" />
225 <element signature="e#9312#9371#0" />
226 <element signature="e#10174#11092#0" />
227 <element signature="e#11097#18874#0" />
228 <element signature="e#18879#21582#0" />
229 <element signature="e#21587#22251#0" />
230 <element signature="e#22256#22628#0" />
231 <element signature="e#22633#23394#0" />
232 </folding>
233 </state>
234 </provider>
235 </entry>
236 <entry file="file://$PROJECT_DIR$/../image-identification-terminal/javaClassifierComparison.java">
237 <provider selected="true" editor-type-id="text-editor">
238 <state relative-caret-position="1539">
239 <caret line="135" column="4" selection-start-line="135" selection-start-column="4" selection-end-line="160" selection-end-column="5" />
240 <folding>
241 <element signature="imports" expanded="true" />
242 <element signature="method#init#0;class#javaClassifierComparison#0" />
243 <element signature="class#StartAndEndPoint#0;class#javaClassifierComparison#0" />
244 <element signature="class#Pair#0;class#javaClassifierComparison#0" />
245 <element signature="method#Algorithm_HoughLinesP_Single#0;class#javaClassifierComparison#0" />
246 <element signature="method#Algorithm_HoughLinesP_Combo#0;class#javaClassifierComparison#0" />
247 <element signature="method#Algorithm_MorphologyOLD#0;class#javaClassifierComparison#0" />
248 <element signature="method#Algorithm_Morphology#0;class#javaClassifierComparison#0" />
249 <element signature="method#Classifier_LineCounter#0;class#javaClassifierComparison#0" />
250 <element signature="method#Classifier_ClusterDetection#0;class#javaClassifierComparison#0" />
251 <element signature="method#removeDuplicates#0;class#javaClassifierComparison#0" />
252 <element signature="method#VarianceCalc#0;class#javaClassifierComparison#0" />
253 <element signature="method#lineComparison#0;class#javaClassifierComparison#0" />
254 <element signature="method#ClusterCheck#0;class#javaClassifierComparison#0" />
255 </folding>
256 </state>
257 </provider>
258 </entry>
259 <entry file="file://$PROJECT_DIR$/image-identification-development/src/Main.java">
260 <provider selected="true" editor-type-id="text-editor">
261 <state relative-caret-position="677">
262 <caret line="779" column="12" selection-start-line="779" selection-start-column="12" selection-end-line="779" selection-end-column="12" />
263 <folding>
264 <element signature="imports" expanded="true" />
265 <element signature="class#StartAndEndPoint#0;class#Main#0" />
266 <element signature="method#removeDuplicates#0;class#Main#0" />
267 <element signature="method#StandardDeviation#0;class#Main#0" />
268 <element signature="method#VarianceCalc#0;class#Main#0" />
269 <element signature="method#lineComparison#0;class#Main#0" />
270 <element signature="method#ClusterCheck#0;class#Main#0" />
271 <element signature="method#toBufferedImage#0;class#Main#0" />
272 <element signature="method#ClassifierPixelCount#0;class#Main#0" />
273 <element signature="method#ClassifierLineCount#0;class#Main#0" />
274 <element signature="method#ClassifierLineClusterOLD#0;class#Main#0" />
275 <element signature="method#ClassifierLineCluster#0;class#Main#0" />
276 <element signature="method#ClassifierLineClusterPt#0;class#Main#0" />
277 <element signature="method#LineCountOrCluster#0;class#Main#0" />
278 </folding>
279 </state>
280 </provider>
281 </entry>
282 <entry file="file://$PROJECT_DIR$/image-identification-development/src/MainMorph.java">
283 <provider selected="true" editor-type-id="text-editor">
284 <state relative-caret-position="144">
285 <caret line="1217" column="16" selection-start-line="1217" selection-start-column="16" selection-end-line="1217" selection-end-column="16" />
286 <folding>
287 <element signature="imports" expanded="true" />
288 <element signature="class#Pair#0;class#MainMorph#0" />
289 <element signature="method#imageViewer#0;class#MainMorph#0" />
290 <element signature="e#13990#16460#1" />
291 <element signature="e#16545#18548#1" />
292 <element signature="e#18617#21240#1" />
293 <element signature="e#21324#26995#1" />
294 <element signature="e#27080#31057#1" />
295 <element signature="e#31125#32303#1" />
296 <element signature="e#32372#36335#1" />
297 <element signature="e#36445#48148#1" />
298 <element signature="e#42969#43036#0" />
299 <element signature="e#48242#59125#1" />
300 </folding>
301 </state>
302 </provider>
303 </entry>
304 </component>
305 <component name="masterDetails">
306 <states>
307 <state key="ArtifactsStructureConfigurable.UI">
308 <settings>
309 <artifact-editor />
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="FacetStructureConfigurable.UI">
320 <settings>
321 <last-edited>No facets are configured</last-edited>
322 <splitter-proportions>
323 <option name="proportions">
324 <list>
325 <option value="0.2" />
326 </list>
327 </option>
328 </splitter-proportions>
329 </settings>
330 </state>
331 <state key="GlobalLibrariesConfigurable.UI">
332 <settings>
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="JdkListConfigurable.UI">
343 <settings>
344 <last-edited>1.8 (2)</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="ModuleStructureConfigurable.UI">
355 <settings>
356 <last-edited>image-identification-dev-02</last-edited>
357 <splitter-proportions>
358 <option name="proportions">
359 <list>
360 <option value="0.2" />
361 </list>
362 </option>
363 </splitter-proportions>
364 </settings>
365 </state>
366 <state key="ProjectLibrariesConfigurable.UI">
367 <settings>
368 <splitter-proportions>
369 <option name="proportions">
370 <list>
371 <option value="0.2" />
372 </list>
373 </option>
374 </splitter-proportions>
375 </settings>
376 </state>
377 </states>
378 </component>
379</project>
Note: See TracBrowser for help on using the repository browser.