Tagged Questions
2
votes
1answer
1k views
How to find the euclidian distance between the centroid of an object in one frame and the adjacent frame
We are doing a project in vehicle counting (using OpenCV). Now we have to find the euclidian distance from the centroid of the object in one frame to the adjacent frame? In our project we have done up ...
3
votes
1answer
967 views
Problem on Similarity Measurement between Color Image (OpenCV)
I'm a newbie on using OpenCV and i urgently need help about an application that i'm doing.
I'm working with a CBIR(Content-based Image Retrieval) project which will draw RGB histogram of images and ...