libcrn
3.9.5
A document image processing library
|
#include <CRNImage/CRNImage.h>
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... | |