Reputation: 411
I want to implement Photoshop Vibrance effect in OpenCV C++, can anyone tell me a mathematical formula for implementing the exact effect for a value of vibrance given by the user.
Upvotes: 3
Views: 1657
Reputation: 34
have a look at the following link.
http://www.photo-mark.com/notes/2009/jan/19/analyzing-photoshop-vibrance-and-saturation/
it seems for me that the vibrance effect controls the saturation channel on HSB or HSV colormodel with gamma adjustment.
Upvotes: 2