libeblearn
|
convert an RGB input into a Y channel. More...
#include <ebl_preprocessing.h>
Public Member Functions | |
rgb_to_y_module (bool globnorm=true) | |
Constructor. | |
virtual | ~rgb_to_y_module () |
destructor | |
virtual void | fprop (Tstate &in, Tstate &out) |
forward propagation from in to out | |
virtual rgb_to_y_module< T, Tstate > * | copy () |
Returns a deep copy of this module (abstract). |
convert an RGB input into a Y channel.