source: other-projects/is-sheet-music-encore/trunk/image-identification-terminal/configClassifierComparison.properties@ 33458

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

Running new morphology version after quick meeting with david last week. init tests are looking good. Running on whole corpus now...

File size: 402 bytes
Line 
1#Config for JavaClassifierComparsion.java
2
3#HoughlinesP Constants
4CLASSIFIER_HOUGHLINESP_MIN = 10
5CLASSIFIER_HOUGHLINESP_MAX = 65
6HOUGHLINEP_THRESHOLD = 10
7STANDARD_DEVIATION_THRESHOLD = 6
8MINLINECOUNT = 40
9MAXLINEGAP = 1
10THRESHOLD_C = 4
11SLOPEGRADIENT = 0.02
12CLUSTER_DISTANCE_MAX = 40
13CLUSTER_DISTANCE_MIN = 2
14#MORPHOLOGY
15THRESHOLD_AREA_SIZE = 10000
16THRESHOLD_AREA_COUNT = 2
17
18
Note: See TracBrowser for help on using the repository browser.