simple class to convert rgb images to hsv format
This class uses the cimg RGBtoHSV command to convert color images in RGB format to the HSV representation. Images have to be in the standart CImg color representation, i.e. dimensions are ordered x,y,z,c (with c=3 color channels).If multiple image list items are present, the conversion is performed on each item seperately. CImg::RGBtoHSV()
input slots | |
InputSlot< CImgList< T > > | in |
image data input slot | |
output slots | |
OutputSlot< CImgList< T > > | out |
image data output slot | |
parameters |
This Module subclasses TemplatedParameteredObject< T >.
For documentation of parameters and slots inherited by this base class,
please have a look at the corresponding Module reference.
This module is templated. There are instances with T=int,float,double.
An additional parameter called templatetype
may be used to select which instantiation you want.
The detailed doxygen documentation beyond the parameters/slots may be found here.