필터 지우기
필터 지우기

How to divide a binary skeletonized image into 6 rectangular segments?

조회 수: 1 (최근 30일)
Jyoti
Jyoti 2012년 4월 26일
Hi Everyone I am doing a project on offline signature verification and recognition ,in which i need to find out the texture feature of an image.for which i have to divide the skeletonized image into 6 rectangular segments. Can any body suggest me the code to divide a binary skeletonized image into 6 rectangular segments.

답변 (2개)

Sean de Wolski
Sean de Wolski 2012년 4월 26일
mat2cell()?
  댓글 수: 4
Image Analyst
Image Analyst 2012년 4월 26일
Where did you post your image?
Walter Roberson
Walter Roberson 2012년 4월 26일
6 segments of 2 rows and 3 columns would be at most 12 rows or 18 columns. What do you want to do with the rest of the 19 x 61 matrix?

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


Image Analyst
Image Analyst 2012년 4월 26일
How do you want to split it up? Are there any branchpoints? bwmorph() has a options to detect branchpoints and that could let you split the skeleton up into a bunch of separate line segments, basically because it removes the branchpoints that connect them.

Community Treasure Hunt

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

Start Hunting!

Translated by