How to use Maximum angle threshold?
Show older comments
Hello, i wanna ask about MaximumAngleThreshold in http://www.mathworks.com/help/vision/ref/vision.cornerdetectorclass.html
How can I detect the corner with other angle in degree except those mentioned? e.g. 180 degree,270 degree. Thanks in advance
Answers (1)
Image Analyst
on 31 Mar 2013
0 votes
Now 180 is not really a corner, is it? It's totally straight. And 270 is the same as 90, right?
6 Comments
tedy
on 1 Apr 2013
Anand
on 1 Apr 2013
90 and 270 are the same...just set the angle to 90 and you'll be fine.
tedy
on 1 Apr 2013
Image Analyst
on 1 Apr 2013
I haven't used the tool. I don't know if it can distinguish between "inside" corners like
0 0 1 1
0 0 1 1
1 1 1 1
1 1 1 1
which is perhaps what you consider a 270 degree angle, and "outside" corners like
1 1 0 0
1 1 0 0
0 0 0 0
0 0 0 0
which perhaps you consider a 90 degree angle. You'll have to call the Mathworks and ask them or figure it out yourself.
tedy
on 1 Apr 2013
Image Analyst
on 1 Apr 2013
Categories
Find more on Computer Vision with Simulink in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!