differenc between imcrop and resize in MATLAB?

Status
Not open for further replies.

anand varma

Newbie level 2
Joined
Jul 10, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,290
Hi,
what si the differenc between imcrop and resize in MATLAB?


Regards,
ananad
 

Please refer MATLAB help, Here i am giving some differences.

B = imresize(A, scale) returns image B that is scale times the size of A. The input image A can be a grayscale, RGB, or binary image. If scale is between 0 and 1.0, B is smaller than A. If scale is greater than 1.0, B is larger than A.

where as I = imcrop creates an interactive Crop Image tool associated with the image displayed. The Crop Image tool is a moveable, resizable rectangle that you can position interactively using the mouse.

Regards,
peterjmichigan
 


Peter thanks for your reply.I will go thorough once it.But i want clear cut basic difference between them.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…