Posted on Nov 11, 2011 by
Happy Elephant
It would be good to pass a jdom.Element into the detector routine instead of a filename, which would allow a single cascade file load in the case when you want to run detection on multiple images.
Comment #1
Posted on Nov 16, 2011 by Quick CamelThis is done, the constructor now takes a jdom.Document (and not jdom.Element) as a constructor.
To build directly from an XML file, one should now consider using the factory method : Detector.create(String fileName).
Status: Fixed
Labels:
Type-Defect
Priority-Medium