libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
CRNImageHSV.h File Reference
#include <CRNImage/CRNImage.h>
+ Include dependency graph for CRNImageHSV.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 crn
 

Functions

ImageAngle crn::HChannel (const ImageHSV &img)
 Create an image from the hue channel. More...
 
ImageGray crn::SChannel (const ImageHSV &img)
 Create an image from the saturation channel. More...
 
ImageGray crn::VChannel (const ImageHSV &img)
 Create an image from the value channel. More...
 
ImageGray crn::RedChannel (const ImageHSV &img)
 Create an image from the red channel. More...
 
ImageGray crn::GreenChannel (const ImageHSV &img)
 Create an image from the green channel. More...
 
ImageGray crn::BlueChannel (const ImageHSV &img)
 Create an image from the blue channel. More...