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