how to remove the remaining part other than triangle any suggestion please

답변 (2개)

Matt J
Matt J 2014년 1월 3일
편집: Matt J 2014년 1월 3일
Maybe use HOUGHLINES to find lines longer than a certain threshold length?

댓글 수: 1

thank u so do we need to perform edge before implementing FOGHLINES ....
saravanakumar D
saravanakumar D 2014년 1월 3일
Use the function bwareaopen. So we can eliminate the lower pixel images on the file. In your image triangle has the largest pixels.
Example:- output=bwareaopen(image,50);
50 is threshold pixel rate

이 질문은 마감되었습니다.

질문:

2014년 1월 3일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by