http://www.emgu.com Create a HSV color using the specific values
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic Hsv(
double hue,
double satuation,
double value
)
Public Sub New (
hue As Double,
satuation As Double,
value As Double
)
public:
Hsv(
double hue,
double satuation,
double value
)
new :
hue : float *
satuation : float *
value : float -> Hsv
Parameters
- hue
- Type: SystemDouble
The hue value for this color ( 0 < hue < 180 ) - satuation
- Type: SystemDouble
The satuation value for this color - value
- Type: SystemDouble
The value for this color
See Also