Coloring of Contours to Skin color

asked 2018-07-17 08:10:04 -0600

kk143g gravatar image

I have successfully detected pimples through code described in this link http://answers.opencv.org/question/72... , Now how to change colors of detected pimples to skin color? That matches with other part of face skin

edit retag flag offensive close merge delete

Comments

1

make a mask of the face region, without the pimples, than go for an average color and replace the pixels of the detected pimples. Another approach could be to apply something like a region filling approach based on edge pixels.

StevenPuttemans gravatar imageStevenPuttemans ( 2018-07-24 04:58:18 -0600 )edit