YARP
Yet Another Robot Platform
yarp::sig::PixelHsvFloat Struct Reference

Floating point HSV pixel type. More...

#include <yarp/sig/Image.h>

Public Attributes

float h {0.0F}
 
float s {0.0F}
 
float v {0.0F}
 

Detailed Description

Floating point HSV pixel type.

Definition at line 622 of file Image.h.

Member Data Documentation

◆ h

float yarp::sig::PixelHsvFloat::h {0.0F}

Definition at line 624 of file Image.h.

◆ s

float yarp::sig::PixelHsvFloat::s {0.0F}

Definition at line 625 of file Image.h.

◆ v

float yarp::sig::PixelHsvFloat::v {0.0F}

Definition at line 626 of file Image.h.


The documentation for this struct was generated from the following file: