How to use Maximum angle threshold?

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

답변 (1개)

Image Analyst
Image Analyst 2013년 3월 31일

0 개 추천

Now 180 is not really a corner, is it? It's totally straight. And 270 is the same as 90, right?

댓글 수: 6

tedy
tedy 2013년 4월 1일
how if i wanna detect both of 270 and 90? is still the same? how to implement each of them?
Anand
Anand 2013년 4월 1일
90 and 270 are the same...just set the angle to 90 and you'll be fine.
tedy
tedy 2013년 4월 1일
no,i mean how to detect 90 in order to get number 1 (as its sign) and 270 to get number 3. so,if i set the maximum angle as 90 both of them, it can't be differentiate which is 90 for number 1 and which is 90 for number 3?
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
tedy 2013년 4월 1일
how can i call the mathworks? email or what?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

태그

질문:

2013년 3월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by