source: other-projects/is-sheet-music-encore/trunk/image-identification/image-identification.iml@ 33070

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

Have started basic line detection using OPENCV and intelliJ

File size: 787 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<module type="JAVA_MODULE" version="4">
3 <component name="NewModuleRootManager" inherit-compiler-output="true">
4 <exclude-output />
5 <content url="file://$MODULE_DIR$">
6 <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
7 </content>
8 <orderEntry type="inheritedJdk" />
9 <orderEntry type="sourceFolder" forTests="false" />
10 <orderEntry type="module-library">
11 <library>
12 <CLASSES>
13 <root url="jar://$MODULE_DIR$/../../opencv-3.4.2/build/bin/opencv-342.jar!/" />
14 </CLASSES>
15 <JAVADOC />
16 <SOURCES>
17 <root url="jar://$MODULE_DIR$/../../opencv-3.4.2/build/bin/opencv-342.jar!/" />
18 </SOURCES>
19 </library>
20 </orderEntry>
21 </component>
22</module>
Note: See TracBrowser for help on using the repository browser.