Threshold for image segmentation ,can I use it for image detection?
1 回表示 (過去 30 日間)
古いコメントを表示
if I get threshold for image segmentation can I use it for edge detection
0 件のコメント
回答 (1 件)
Image Analyst
2022 年 9 月 10 日
Yes, if your foregound and background can be divided by some threshold and you can use bwperim or bwboundaries. If you have edges both above and below some background/foreground threshold then you can use threshoding alone - you'd have to use an edge filter such as edge
Attach your image if you still need more help.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!