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.

How to resize an image in Matlab using only column and raw application?

Status
Not open for further replies.

badsaede

Newbie level 1
Joined
Jun 24, 2008
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,285
i have a 512*512 image and i need to resize it to 1024*1024 using only column and raw replication using matlab

any ideas ?

thank u in advance
 

Re: i need help in DIP

You can use the matlab function imresize.

e.g. B = imresize(A, [1024 1024]);
where A is your initial image with size (512*512).
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top