Crop or resize image
Show older comments
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 Comments
Jan
on 23 Nov 2011
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
on 23 Nov 2011
Walter Roberson
on 23 Nov 2011
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
on 24 Nov 2011
Walter Roberson
on 24 Nov 2011
You have not clearly indicated what it is that you want to do, so I cannot provide sample code.
Accepted Answer
More Answers (1)
Image Analyst
on 24 Nov 2011
1 vote
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 Comments
Nick ALan
on 24 Nov 2011
Walter Roberson
on 24 Nov 2011
imcrop()
rbbox()
ginput()
Image Analyst
on 24 Nov 2011
See my code in another Answer.
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!