From: Dave Smith on 1 Mar 2010 20:48 Is there a function in matlab like imfilter() that do Image averaging? Taking two images and average it.
From: Jan Simon on 2 Mar 2010 05:47 Dear Dave! > Is there a function in matlab like imfilter() that do Image averaging? Taking two images and average it. Resize on of the images (IMRESIZE or INTERP2) such that both images have the same size. Then add the image arrays and divide by 2. Are you looking for something more sophisticated? Good luck, Jan
|
Pages: 1 Prev: are try catch blocks expensive Next: Base Excitation in simMECHANICS and simulink |