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.

Looking for Matlab code for image averaging

Status
Not open for further replies.

Yesubai Rubavathi

Newbie level 4
Joined
Sep 7, 2006
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,325
Image Averaging

Hi Friends !

I need matlab code for image averaging.
My aim is to select 10 files from database & find average among these & we get output as a single imae.

Iam eagarly expecting your reply.
 

Image Averaging

You can try to do as following:

Get the values of first pixel of first image, get the values of first pixel of second image, ...., until 10th image..., average the values and output the averaged value as the first pixel of your output image.

Repeat the step on every pixel...then you can get the average image.

Hope this can work and help you.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top