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 change image resolution using Matlab?

Status
Not open for further replies.

sapoti

Newbie level 2
Joined
May 15, 2008
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
hi
i am new at matlab and i have 1024*1024 image and i want to change it's resolution to 512*512 using matlab how can i do that ?


thanx
 

Re: help DIP

you can use resize command
or you can use irfanview or Image J pakage to change it size
search it in google
 

Re: help DIP

u can write a few simple command in matlab and omit even rows and columns.
 

Re: help DIP

You can use the matlab function imresize.

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

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top