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!
