
#include <Channels/CompositeColorChannel.H>
Inheritance diagram for CompositeColorChannel:


Definition at line 51 of file CompositeColorChannel.H.
Public Member Functions | |
| CompositeColorChannel (OptionManager &mgr) | |
| virtual | ~CompositeColorChannel () |
| Destructor. | |
Protected Member Functions | |
| virtual void | doInput (const InputFrame &inframe) |
| Computes the double and single opponent color channels. | |
| virtual void | start1 () |
| get started | |
Protected Attributes | |
| OModelParam< double > | itsDoubleOppWeight |
| member color channels | |
| OModelParam< double > | itsSingleOppWeight |
| nub::ref< ColorChannel > | itsDoubleOppChan |
| nub::ref< SOColorChannel > | itsSingleOppChan |
|
|
Construct with standard params. and weight of the double opponent and single opponent channels Definition at line 49 of file CompositeColorChannel.C. References ComplexChannel::addSubChan(), itsDoubleOppChan, itsSingleOppChan, and ComplexChannel::setSubchanTotalWeight(). |
|
|
Destructor.
Definition at line 65 of file CompositeColorChannel.C. |
|
|
Computes the double and single opponent color channels.
Implements ChannelBase. Definition at line 68 of file CompositeColorChannel.C. References i, LINFO, ComplexChannel::numChans(), and ComplexChannel::subChan(). |
|
|
get started
Reimplemented from ComplexChannel. Definition at line 77 of file CompositeColorChannel.C. References OModelParam< T >::getVal(), itsDoubleOppChan, itsDoubleOppWeight, itsSingleOppChan, itsSingleOppWeight, and ComplexChannel::setSubchanTotalWeight(). |
|
|
member color channels
Definition at line 68 of file CompositeColorChannel.H. Referenced by start1(). |
1.4.4