how to remove the remaining part other than triangle any suggestion please
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
답변 (2개)
Maybe use HOUGHLINES to find lines longer than a certain threshold length?
댓글 수: 1
mani vikas reddy N CS
2014년 1월 3일
saravanakumar D
2014년 1월 3일
0 개 추천
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
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
