Updated by Alexander Shishkov about 13 years ago

Loading a CascadeClassifier [[CascadeClassifier]] object from the hard drive can be slow anc reate problems. This becomes apparent when multiple threads are running and each one must load the same xml file over and over. If we can pre-load an xml file, and then load each individual CascadeClassifier [[CascadeClassifier]] from memory, this would speed things up.

Back