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

Packed HSV (hue/saturation/value pixel type. More...

#include <yarp/sig/Image.h>

Public Attributes

unsigned char h {0}
 
unsigned char s {0}
 
unsigned char v {0}
 

Detailed Description

Packed HSV (hue/saturation/value pixel type.

Definition at line 544 of file Image.h.

Member Data Documentation

◆ h

unsigned char yarp::sig::PixelHsv::h {0}

Definition at line 546 of file Image.h.

◆ s

unsigned char yarp::sig::PixelHsv::s {0}

Definition at line 547 of file Image.h.

◆ v

unsigned char yarp::sig::PixelHsv::v {0}

Definition at line 548 of file Image.h.


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