Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

differenc between imcrop and resize in MATLAB?

Status
Not open for further replies.

anand varma

Newbie level 2
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
 
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top