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 日

0 投票

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 日

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

この質問は閉じられています。

質問済み:

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