cvrSplitImage.h File Reference
Definition of
cvr::splitImage which is the base class of all functors that split an image into three different color channels of some color space.
More...
#include "cvrFunctor.h"
#include "cvrImage.h"
#include "cvrChannel.h"
#include "cvrChannel8.h"
#include "cvrSplitImage_inline.h"
Go to the source code of this file.
|
Classes |
class | cvr::splitImage |
| Abstract parent class for all classes that split an image into different color spaces components (color channels). More...
|
Namespaces |
namespace | cvr |
Detailed Description
Definition of
cvr::splitImage which is the base class of all functors that split an image into three different color channels of some color space.
- Author:
- Pablo Alvarado
Stefan Syberichs
Thomas Rusert
- Date:
- 19.04.1999
- Id
- cvrSplitImage.h,v 1.7 2006/06/07 13:02:42 doerfler Exp