- This topic has 1 reply, 2 voices, and was last updated 11 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Electronics › Electronics › image crop using matlab
i=imread(‘image location.format’); %% accesing image %%
i1(r2-r1,c2-c1,1:3)=i(r1:r2,c1:c2,1:3); %% copying contents in i1 with respect to rows columns depth%%
imtool(i1);
HI there
For me ,i usually crop my image using another image processing tool.It has detailed tutorial for me.But when i update to windows 8.it can not work fine.Is there any good third party program for image cropping which can work fine in windows 8?