Nanites
Nanites

Reputation: 411

Photoshop Vibrance effect in OpenCV

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

Answers (1)

Helicity
Helicity

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

Related Questions