How to divide a binary skeletonized image into 6 rectangular segments?
古いコメントを表示
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
2012 年 4 月 26 日
0 投票
mat2cell()?
4 件のコメント
Jyoti
2012 年 4 月 26 日
Sean de Wolski
2012 年 4 月 26 日
mat2cell will do this for you if you feed it the matrix and to vectors with how many elements to place in each of 2x3 cells.
http://www.mathworks.com/help/techdoc/ref/mat2cell.html
Image Analyst
2012 年 4 月 26 日
Where did you post your image?
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
2012 年 4 月 26 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Morphological Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!