Skip to main content

All Questions

1 vote
1 answer
2k views

Rotated object detection by Viola jones Algorithm

In my project I need to detect rotated and non-rotated faces in real time. I read original articles and try to use common implementation in matlab and openCV. And as I understood Haar features are not ...
Konstantin Sozykin's user avatar
9 votes
3 answers
4k views

Is it possible to convert from 2D to 3D form?

I have captured car positions at different frames from the video. Suppose car's(e.g.left side car which is coming towards us in the images) centroid at video frame1 is P(x1,y1) and Q(x2,y2) at video ...
sagar's user avatar
  • 549