atduskgreg / opencv-processing

OpenCV for Processing. A creative coding computer vision library based on the official OpenCV Java API
Other
1.33k stars 463 forks source link

Problem with Haar cascade from Matlab #62

Open csanchez opened 10 years ago

csanchez commented 10 years ago

Hi, i can't load my xml Haar cascade file, i made it with Matlab. This file is compatible with opencv. The problema is that I can use this XML file directly in OpenCV but it doesn't load on this processing library. My OpenCV version is 2.4.9 and the jar of this library says 2.4.5

atduskgreg commented 9 years ago

What error are you seeing when you try to load it? Are you sure you're putting the cascade file in the right place/sending opencv for processing the correct path? Do you have code you can share that demonstrates the problem?