how to detect only fish image object and remove all the other object from the image?
조회 수: 1 (최근 30일)
이전 댓글 표시
i wrote a program to detect all the object in the image. but i want to detect only the fish image and other objects are set to black or white? please help me
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/160370/image.png)
댓글 수: 0
채택된 답변
Image Analyst
2017년 2월 3일
If you have a video, why don't you look for things that move between frames. You can threshold the optical flow or something.
댓글 수: 5
Miguel Capelo
2020년 8월 25일
Can you explain it better @Image Analyst ?
I have a question here:
Image Analyst
2020년 8월 25일
Miguel, see my Image Segmentation Tutorial if you want a tutorial on how to find and measure blobs (such as fish) in an image via thresholding.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!