|
brainrat-private 6.0.4
|
Class used to get channel value in image. More...
#include <brainrat/utility/imageprocessor.h>


Public Member Functions | |
| ChannelImageProc (uint8_t channel=4) | |
| virtual | ~ChannelImageProc () |
| virtual void | get (AimsData< T > &in, AimsData< U > &out, const carto::rc_ptr< aims::MaskIterator > mask=carto::rc_ptr< aims::MaskIterator >()) |
| virtual U | get (AimsData< T > &in, const Point3dl &p) |
Public Member Functions inherited from bio::ConvertibleImageProc< T, U, T > | |
| ConvertibleImageProc () | |
| virtual | ~ConvertibleImageProc () |
| ConvertibleImageProc () | |
| virtual | ~ConvertibleImageProc () |
Public Member Functions inherited from bio::ImageProc< T, U > | |
| ImageProc () | |
| virtual | ~ImageProc () |
Additional Inherited Members | |
Protected Member Functions inherited from bio::ConvertibleImageProc< T, U, T > | |
| virtual void | convert (T &in, T &out) |
| virtual void | convert (T &in, T &out) |
Protected Attributes inherited from bio::ConvertibleImageProc< T, U, T > | |
| T | _internal_value |
| carto::ShallowConverter< T, T > | _converter |
| T | _internal_value |
Class used to get channel value in image.
Definition at line 104 of file imageprocessor.h.
| bio::ChannelImageProc< T, U, C >::ChannelImageProc | ( | uint8_t | channel = 4 | ) |
|
inlinevirtual |
Definition at line 107 of file imageprocessor.h.
|
virtual |
Implements bio::ConvertibleImageProc< T, U, T >.
|
virtual |
Implements bio::ConvertibleImageProc< T, U, T >.