T
T
tyomitch2012-11-23 18:35:10
Video processing
tyomitch, 2012-11-23 18:35:10

Rectangle recognition

In a webcam image (live), you want to determine at what angle the large white rectangles are.

There can be several of them in the image, then everyone will be at the same angle; or maybe not at all. Well, as befits a webcam, there will be noise in the image, slight perspective distortion, color distortion depending on the light, and all that.

In which direction to start googling? OpenCV opened, did not find intelligible documentation, closed. Does she know how to do that? Or some other ready made library?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Andrew, 2012-11-24
@xaoc80

Opencv has just an example for finding rectangles - squares.cpp

V
Vladimir, 2012-11-23
@noonv

What do you mean by clear documentation? :)
OpenCV's documentation is more than excellent.
You may not know how right away, but it's not so difficult to teach.

A
Andrew, 2012-11-24
@xaoc80

Remove noise with gauss blur

E
Error_403_Forbidden, 2012-12-20
@Error_403_Forbidden

Using the Hough transform

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question