Ask Your Question

Gilzo's profile - activity

2016-04-21 12:52:57 -0600 asked a question Is it possible to instantiate cascadeclassifier with two different xmls ?

I want to detect an object within another object. Its not make sense to do all the pre processing (integral image, feature extraction etc...) again if I know that the second object is within the first one. The trivial way to do it is to find the first object and then set ROI for the other classifier. But then, we doing some of the job we have already done. So I wander if there is a way to do
mJavaDetector = new CascadeClassifier(mCascadeFile.getAbsolutePath());

but with more that one XML.

Thanks!

2014-04-15 19:58:52 -0600 asked a question Backprojection and 2D histogram

image descriptionHello !

can anyone please tell me how to draw the images in the red rectangles ?

is it true that the X axis is SAT and the Y axis is HUE ?

is it a 2D histogram ?

thanks