34#include <visp3/core/vpHSV.h>
36#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
Implementation of column vector and the associated operations.
vpHSV(const double &H_=0., const double &S_=0., const double &V_=0.)
Construct a new vpHSV object using floating point channels.
static vpColVector computeNormalizedHSV(const vpRGBa &rgba)
Compute the normalized HSV values (i.e. in the range [0; 1]) that correspond to a vpRGBa object.
static constexpr unsigned char maxHueUsingLimitedRange
Maximum value of the Hue channel when using unsigned char and the limited range.
vpHSV< T, useFullScale > & buildFrom(const vpRGBa &rgba)
Modify the object to be the result of the conversion of the vpRGBa object into HSV format.