Ask Your Question
0

Hough Transform for Rectangle Detection

asked 2017-11-17 03:19:50 -0600

ajay_127 gravatar image

Hi Folks,

As my platform have limited resource, such that i cant put the entire OpenCV in it.

Actually it is no OS there. Can you suggest how to do the Hough Transformation there?

I already got a edge image in the memory by a stand alone canny edge detection, but i am not sure how to proceed on....

Any pointers?

Regards, Ajay

edit retag flag offensive close merge delete

Comments

take a look at this. i think you can use it for rectangle detection

sturkmen gravatar imagesturkmen ( 2017-11-20 07:05:32 -0600 )edit

2 answers

Sort by ยป oldest newest most voted
1

answered 2017-11-20 03:10:42 -0600

ajay_127 gravatar image

Oh. i messed up findcontours and hough transform, i believe i should do findcontours instead....

edit flag offensive delete link more

Comments

ah, yes...

berak gravatar imageberak ( 2017-11-20 05:05:53 -0600 )edit
0

answered 2017-11-17 03:38:41 -0600

berak gravatar image

anything hough based is terribly expensive, and there's no builtin way to detect rectangles like this.

rather try to find alternative means.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-11-17 03:19:50 -0600

Seen: 1,812 times

Last updated: Nov 20 '17