Crop or resize image
이전 댓글 표시
Hi,
This is nick.I want to select a pixels of different sizes from a figure which is obtained from the matlab.Let me know how to select it by a example.
Thank you
댓글 수: 5
Jan
2011년 11월 23일
Please select a meaningful title for the question - *all* questions in this forum concern Matlab.
Then define the inputs exactly - what kind of figures are you talking of? Could you show us an example?
Which tool do you want to use and what the wnated outputs?
Nick ALan
2011년 11월 23일
Walter Roberson
2011년 11월 23일
You need to divide the image in to blocks that size? If so, blockproc or blkproc or mat2cell.
You need to resize the image to 100 x 100 ? If so, imresize()
Nick ALan
2011년 11월 24일
Walter Roberson
2011년 11월 24일
You have not clearly indicated what it is that you want to do, so I cannot provide sample code.
채택된 답변
추가 답변 (1개)
Image Analyst
2011년 11월 24일
1 개 추천
Nick: All pixels are the same size. Why don't you post an image at your favorite file hosting web site (one where I don't have to do a ton of clicks to see your image - try tinypic.com)? Then tell us what you need to measure in that image. In the meantime, see my BlobsDemo for a tutorial on measuring objects in an image http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
댓글 수: 3
Nick ALan
2011년 11월 24일
Walter Roberson
2011년 11월 24일
imcrop()
rbbox()
ginput()
Image Analyst
2011년 11월 24일
See my code in another Answer.
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!