How to do median filter on an indexed image using MATLAB?
Posted
by Runner
on Stack Overflow
See other posts from Stack Overflow
or by Runner
Published on 2010-04-15T03:48:51Z
Indexed on
2010/04/15
3:53 UTC
Read the original article
Hit count: 219
matlab
|image-processing
medfilt2(img)
doesn't take a map
as parameter,
so I don't think it can work well with indexed image,
how do I impelemnt an median filter that can be used to process indexed images?
© Stack Overflow or respective owner