Hello, very good your work. I'm starting to OPENCV2.3 in C + + and maybe you can help and share the code you used for motion detection. From now on I thank you for your generosity. Greetings.
Hi I want to do something similar to your project. I want to count the vehicle in real time. Can i use Condensation algorithm for that? Or else what are the steps I should follow to get my results??
@troglodyto I developed ex-novo all the CONDENSATION loop and I optimized the classification step modifying a lot of OpenCV code. Actually from OpenCV there is a little of code. My algorithm runs to 50/60 fps on mono core PC(1.6 Ghz), it takes 30-40 Mb of Ram with 640 x 480 video. The smallest object depends from the xml description of it...For faces usually 20x20 or 24x24, for bodies the min size is usually defined by a rectangle 14x28 or similar
Hello, very good your work. I'm starting to OPENCV2.3 in C + + and maybe you can help and share the code you used for motion detection. From now on I thank you for your generosity. Greetings.
jesusitotej 6 months ago
Hey man, could oyu give me a hand with the code? I'm doing a project with this subject
utherulrich 6 months ago
Hi I want to do something similar to your project. I want to count the vehicle in real time. Can i use Condensation algorithm for that? Or else what are the steps I should follow to get my results??
Ashanka202 1 year ago
wow this is amazing! mind blowing.... how fast an object can OpenCV track? how small an object? any other useful parameters?
troglodyto 1 year ago
@troglodyto I developed ex-novo all the CONDENSATION loop and I optimized the classification step modifying a lot of OpenCV code. Actually from OpenCV there is a little of code. My algorithm runs to 50/60 fps on mono core PC(1.6 Ghz), it takes 30-40 Mb of Ram with 640 x 480 video. The smallest object depends from the xml description of it...For faces usually 20x20 or 24x24, for bodies the min size is usually defined by a rectangle 14x28 or similar
0penCV 1 year ago
@0penCV 50/60 FPS!!
peerajak 1 year ago
@peerajak Yes but over 30 fps is useless because camera acquisition is usually up to 30 fps...
0penCV 1 year ago
@0penCV Vola Jone Haar classifier I tested result only 5-6 fps on 640x480. How can I get faster rate? Condensation help?
szproxy 1 year ago
can i have the source code.. i am new to opencv , i would like to study it
prinsesakoi26 1 year ago
how to...what is...
monstercameron 1 year ago
ehm..?
0penCV 1 year ago