http://www.emgu.com Create a HSV color using the specific values
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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 -> HsvParameters
- 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