Show
Ignore:
Timestamp:
08/13/08 00:51:51 (5 months ago)
Author:
gyuque
Message:

updated and added sample

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/ashaardetect/trunk/convert/CascadeConverter.java

    r17159 r17558  
    2222                        DocumentBuilderFactory dbfactory = DocumentBuilderFactory.newInstance(); 
    2323                        DocumentBuilder builder = dbfactory.newDocumentBuilder(); 
    24                         Document doc = builder.parse(new File("eye.xml")); 
     24                        Document doc = builder.parse(new File("eyeR.xml")); 
    2525//                      Document doc = builder.parse(new File("haarcascade_frontalface_default.xml")); 
    2626