필터 지우기
필터 지우기

How can I split objects (verso dots and recto dots) in Braille into 2 efferents images ?

조회 수: 1 (최근 30일)
<<
>>

채택된 답변

Image Analyst
Image Analyst 2017년 6월 30일
Google told me how to do it.
It said to follow the directions in this paper: http://ieeexplore.ieee.org/abstract/document/5601020/?reload=true
Abstract: This paper presents a new algorithm for Braille cells recognition using image processing technique. Scanned Braille document is composed from three classes of gray-level: (i) background, (ii) recto dots, and (iii) verso dots. We segment the Braille image using a stability thresholding method with a mixture of Beta distributions. To ensure correct detection and extraction of dots composing Braille cells, a grid is formed to contain the Braille dots. We identified a recto dot by a light region that exists above a dark region using the segmented image. In the same way, we identify a verso dot in double sided document by a light region that exists below a dark region. After having recto and verso dots, Braille cells are then recognized based on the standard regrouping of dots. Experimentation showed that Braille cells composing are automatically identified from those grids with excellent accuracy.
  댓글 수: 4
Image Analyst
Image Analyst 2017년 6월 30일
I don't know why you think the area or direction of dots is the way to distinguish them when the paper mentioned a different way. Since the paper method worked and yours didn't why are you still trying your way?
To get the direction of the blobs, you can use regionprops() to get the BoundingBox and Orientation angle. If the angle is between 45 and 135, it's vertical. If the height (from BoundingBox is greater than the width, it's vertical.
Israa Alqaraleh
Israa Alqaraleh 2017년 6월 30일
In the link you have a demo for thresholding I searched for a way to threshold the image above to segment it into 3 regions recto dots verso dots and background but I failed ... researchers did that by adaptive thresholding .... do you have a way for that please

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by