BinOperatorCImg Module Reference

Perform binary operations on input image.

If an operation takes two operands you can either input a single value or provide them via the second input.Available operands are described in the opType parameter.

input slots

InputSlot< CImgList< T > > _in1
  input image 1
InputSlot< CImgList< T > > _in2
  input image 1

output slots

OutputSlot< CImgList< T > > _out
  output image

parameters

Parameter< std::string > _opType
  operation type
Parameter< T > _value
  second operand of operation of _withValue is true
Parameter< bool > _withValue
  use scalar as second input operand

further information

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.


Get Charon at SourceForge.net. Fast, secure and Free Open Source software downloads