How to extract a patch from image
조회 수: 5 (최근 30일)
이전 댓글 표시
Hello,I have an image..after labeling the image.i want to extract a patch of 80*80 of each labeled object...what is the matlab code for extracting if i first find the center of each labeled object and then extract patch. This is the labled image of mine
[L,num] = bwlabel(ImageFilled);
댓글 수: 0
답변 (1개)
Image Analyst
2014년 5월 8일
See answer on your original question : http://www.mathworks.com/matlabcentral/answers/128399#comment_212793
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!