Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
mani vikas reddy N  CS
mani vikas reddy N CS 2014년 1월 3일
마감: MATLAB Answer Bot 2021년 8월 20일

답변 (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
mani vikas reddy N  CS
mani vikas reddy N CS 2014년 1월 3일
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

Community Treasure Hunt

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

Start Hunting!

Translated by