Ignore:
Timestamp:
2019-08-26T16:44:52+12:00 (5 years ago)
Author:
cpb16
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/is-sheet-music-encore/trunk/java-gen-corpus/javaGenValidIDList.java

    r33047 r33437  
    1010
    1111
     12//Gets Textfile with all volumes with XX (MU for example)
     13//Checks if item has ten pages, and gets first ten pages.
     14//Writes list of IDs with more than ten pages.
    1215public class javaGenValidIDList {
    1316    public static void main(String[] args) {
    1417    try{
    1518        if (args.length != 3){
    16         System.out.println("Usage: TabRndListGen <inputFilename> <outputCount> <outputFilename>");
     19        System.out.println("Usage: javaGenValidIDList <inputFilename> <outputCount> <outputFilename>");
    1720        }
    1821        else{
Note: See TracChangeset for help on using the changeset viewer.