How to divide image into background and object?
조회 수: 2 (최근 30일)
이전 댓글 표시
Respected img analyst, how Image is divided into foreground and background,how to implement as code
댓글 수: 0
채택된 답변
Image Analyst
2018년 2월 25일
There are lots of other ways. Usually you might need to do some sort of preprocessing, for example texture detection or motion detection or color detection, until you can get down to some kind of image that can be thresholded. But, in the end, once all's said and done, it usually comes down to thresholding. Even Deep Learning has thresholding internal to it though it's inside the black box and not visible to you.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!