auto crop image (need idea or code)

조회 수: 1 (최근 30일)
symmm
symmm 2017년 4월 24일
댓글: symmm 2017년 4월 26일
Hey. I want to auto crop/trim the attached image. An image for every kanji character should be the solution. thanks for the help.
  댓글 수: 2
Rik
Rik 2017년 4월 24일
Unless every pixel is identical for each character, this will be very difficult. If you are in luck, you can simply look for completely white rows to separate the characters.
Image Analyst
Image Analyst 2017년 4월 24일
It looks like there is kerning involved, so looking for white columns won't solve the problem.

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2017년 4월 24일
23.4.4 Chinese and Kanji Characters
23.4.4.1 Chinese Characters, Review, Survey, Evaluations
23.4.4.2 Chinese Characters, Using Stroke and Radical Analysis, Features
23.4.4.3 Chinese Characters, Japanese Characters, Handwritten
23.4.4.4 Online Recognition of Chinese Characters
23.4.4.5 Chinese Character Seals
  댓글 수: 6
Image Analyst
Image Analyst 2017년 4월 25일
편집: Image Analyst 2017년 4월 26일
symmm, just try the attached code and you'll see it gets every character in every row.
symmm
symmm 2017년 4월 26일
Thank You!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

symmm
symmm 2017년 4월 25일
Thanks for the help, but i need to solve this without using ocr(school project). I think i didn't explain the problem enough. I need to trim the strip (see red line for example).
So is there a possibility to count the white pixels between the kanji characters. Or maybe search for a box with white pixels (see black box in picture) and find out the center of the box for the x, y coordinate.
  댓글 수: 1
Rik
Rik 2017년 4월 25일
For that orange line, you can use my idea of looking for white rows. To separate them further is much more complicated.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by