Detect corner frame on form

2 views (last 30 days)
Etienne Leblais
Etienne Leblais on 17 Nov 2012
hello, I would like to detect a specific corner in a form which is scanned. The aim is to determine the upper-left corner (left corner of the form's frame). I try to do this with canny edge detector + harris, but I get many corner. So, do everyone has an idea to isolate the corner that I want to get?<<http://hpics.li/60f49cf>>

Answers (1)

Matt J
Matt J on 17 Nov 2012
Edited: Matt J on 17 Nov 2012
edepoints( unique(convhulln(edgepoints)) , :)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!