Info

This question is closed. Reopen it to edit or answer.

which coordinate system(or dimensions eg.RGB,HSV) should i choose in order to perform smoothning operation on an colored image ??

1 view (last 30 days)
I would like to perform an anisotropic diffusion algorithm on an colored image.Which color map or color system (HSV,RGB)should i choose in order to this?? Thanks in advance...

Answers (1)

Image Analyst
Image Analyst on 25 May 2013
I would guess you'd process just the V channel, but why don't you try a bunch of things and see what looks best? Or you could try the mean shift algorithm: http://www.cse.psu.edu/~rcollins/CSE598G/introMeanShift_6pp.pdf

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!