features of a binary image, ocr
이전 댓글 표시
So I have segmented an image consisting of letters, it's a binary image. I have used regionprops and bwconncomp, standard Matlab functions. So now I want to extract features on the region of pixels that are equal to one, into a feature vector. It is also good if the features does not depend on which position the region has, so if the regions is shifted in x or y direction then the same features will be obtained. Is there any Matlab function that can do that? Thank!
답변 (2개)
Image Analyst
2014년 11월 4일
2 개 추천
Yes. regionprops().
댓글 수: 4
Adam
2014년 11월 5일
Image Analyst
2014년 11월 5일
A well commented tutorial is in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 Look for Image Segmentation Tutorial.
Adam
2014년 11월 6일
Image Analyst
2014년 11월 6일
It's just a general purpose generic routine. It's not specially adapted for OCR. See http://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1
Dima Lisin
2014년 11월 6일
1 개 추천
There is a built-in ocr function in the Computer Vision System Toolbox.
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!