Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Can someone help me on how to automatically extract an image out of this larger picture?

조회 수: 1 (최근 30일)
I am working on a computer vision project and the pictures shown below are my inputs. I am trying to crop out the pictures of cats out of these images. Can someone help me with this task? (The pictures are not just going to be cats, they might be other animals as well).
I am trying to incorporate a image processing skill to extract these images automatically.
The images below are just some examples.

답변 (1개)

Bhargavi Maganuru
Bhargavi Maganuru 2020년 3월 24일
Hi,
You can do following steps in order to extract object from image.
  • You can use object detection to detect the animals in the image and get their bounding boxes.
  • Using bounding boxes, you can crop the image.
Hope this helps!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by