How vibrance method of photoshop work in opencv

asked 2014-04-22 02:31:10 -0600

FLY gravatar image

updated 2014-04-22 03:38:40 -0600

Can somebody please explain how Photoshop vibrance function can use in opencv c++ ? so that I may reproduce the same effects in my application.Here is the vibrance documentation

edit retag flag offensive close merge delete

Comments

It is not included in the standard openCV functionality, you will need to write your own filters based on OpenCV components for that. It will be a combination of selectively changing contrast and illumination. Take a look here

StevenPuttemans gravatar imageStevenPuttemans ( 2014-04-22 04:52:53 -0600 )edit