Anda di halaman 1dari 1

Winer Filter:- use command:wiener2(noisy image);

** it will remove whole noise at once.


MEdian Filter :-

use command:-

medfilt2(noisy image);
medfilt3(noisy image);

(for 2d images)
(for 3d images)

***it is more appropriate


.
Averaging filter:- it is used when there is no availability of median filter in
the circuit.Disadvantage is that, it blurs the image.
HMF command:-

VIDEO PROCESSING:-

hmf(noisy image);

video is the combination of images.

** matlab supports .avi ,.mp4 and .wmv files extension only.


to read a video :a=VideoReader('traffic.avi');
command:V and R should be in capital )
to play the video
implay('traffic.avi')
if i want only one frame of the video then:to get the information about the video:-

(note that in

a1= read(a,200);
get(video name);

if i want to detect a particular car:imextendedmax(image of cars,threshol


d value) this value will decide the black & white ratio in image
padh ke aaan( image compression, dct, dft);

Anda mungkin juga menyukai