ACT-CV - Machine Vision for Cognitive Modeling
Public Attributes | List of all members
HSV Struct Reference

a pixel in the HSV color model More...

#include <RGBtoHSV.h>

Collaboration diagram for HSV:
Collaboration graph

Public Attributes

float h
 
unsigned char s
 
unsigned char v
 

Detailed Description

a pixel in the HSV color model

Definition at line 30 of file RGBtoHSV.h.

Member Data Documentation

float HSV::h

Definition at line 31 of file RGBtoHSV.h.

Referenced by operator<<(), and RGBtoHSV().

unsigned char HSV::s

Definition at line 32 of file RGBtoHSV.h.

Referenced by operator<<(), and RGBtoHSV().

unsigned char HSV::v

Definition at line 33 of file RGBtoHSV.h.

Referenced by operator<<(), and RGBtoHSV().


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


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)