필터 지우기
필터 지우기

How can I move a binary image to the center?

조회 수: 1 (최근 30일)
Jacob Ebilane
Jacob Ebilane 2022년 5월 31일
답변: Image Analyst 2022년 5월 31일
I'm trying to make a character segmentation. I've succesfully extracted the characters but now I need to keep the important bits in the center of the 28x28 image AUTOMATICALLY since it somehow messes up classification. In this instance, this 1 somehow gets read as a 7
.

답변 (2개)

DGM
DGM 2022년 5월 31일
편집: DGM 2022년 5월 31일
Without knowing how the object images were obtained, it's hard to say how to change the process. You should have the bounding box information for each object. It's then up to you to get that image region and pad it to a fixed geometry. You can use padarray(), but you'll have to calculate individual padding widths.
This is an example using rice grains. A lot of the discussion about masking can be ignored. The relevant part is the padding.

Image Analyst
Image Analyst 2022년 5월 31일

카테고리

Help CenterFile Exchange에서 Orange에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by