Threshold for image segmentation ,can I use it for image detection?
조회 수: 2 (최근 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!