|
| | ChannelExtractor () |
| |
| virtual | ~ChannelExtractor () |
| |
| void | getChannelR (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelG (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelB (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelRGBNorm (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelYl (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelCb (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelCr (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelH (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelS (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelV (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelX (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelY (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelZ (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelL (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannela (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| void | getChannelb (carto::VolumeRef< T >, carto::VolumeRef< C >) |
| |
| carto::VolumeRef< C > | getChannelR (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelG (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelB (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelRGBNorm (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelYl (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelCb (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelCr (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelH (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelS (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelV (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelX (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelY (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelZ (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelL (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannela (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | getChannelb (carto::VolumeRef< T > in) |
| |
| carto::VolumeRef< C > | allocateVolume (carto::VolumeRef< T > in) |
| |
| | Rescaler () |
| |
| virtual | ~Rescaler () |
| |
| template<typename T , typename C > |
| C | rescale (T val) |
| |
| void | setRescale (bool val=true) |
| |
| void | setInputMin (double val) |
| |
| void | setInputMax (double val) |
| |
| void | setOutputMin (double val) |
| |
| void | setOutputMax (double val) |
| |
| void | resetInputMin () |
| |
| void | resetInputMax () |
| |
| void | resetOutputMin () |
| |
| void | resetOutputMax () |
| |
| void | setInputDynMinMax (bool val=true) |
| |
| template<typename T > |
| void | setInputDynMinMax (carto::VolumeRef< T > in) |
| |
| void | reset () |
| |
|
| template<typename T > |
| void | computeInputDynMin (carto::VolumeRef< T > in, int ch=0) |
| |
| template<typename T > |
| void | computeInputDynMax (carto::VolumeRef< T > in, int ch=0) |
| |
| template<typename T > |
| void | computeInputTypeMin () |
| |
| template<typename T > |
| void | computeInputTypeMax () |
| |
| template<typename C > |
| void | computeOutputMin () |
| |
| template<typename C > |
| void | computeOutputMax () |
| |
| void | AB () |
| |
| template<typename T , typename C > |
| void | computeRuntimeMinMax (carto::VolumeRef< T > in, int ch=0) |
| |
| template<> |
| void | computeInputDynMin (carto::VolumeRef< AimsRGB > in, int ch) |
| |
| template<> |
| void | computeInputDynMax (carto::VolumeRef< AimsRGB > in, int ch) |
| |
| template<> |
| void | computeInputTypeMin () |
| |
| template<> |
| void | computeInputTypeMax () |
| |
| template<> |
| void | computeInputDynMin (carto::VolumeRef< AimsRGBA > in, int ch) |
| |
| template<> |
| void | computeInputDynMax (carto::VolumeRef< AimsRGBA > in, int ch) |
| |
| template<> |
| void | computeInputTypeMin () |
| |
| template<> |
| void | computeInputTypeMax () |
| |
| template<> |
| void | computeInputDynMin (carto::VolumeRef< AimsHSV > in, int ch) |
| |
| template<> |
| void | computeInputDynMax (carto::VolumeRef< AimsHSV > in, int ch) |
| |
| template<> |
| void | computeInputTypeMin () |
| |
| template<> |
| void | computeInputTypeMax () |
| |
| bool | _rescale |
| |
| double | _imin |
| |
| double | _imax |
| |
| double | _omin |
| |
| double | _omax |
| |
| bool | _iminset |
| |
| bool | _imaxset |
| |
| bool | _ominset |
| |
| bool | _omaxset |
| |
| bool | _dynlimits |
| |
| double | _a |
| |
| double | _b |
| |
| bool | _abset |
| |
template<typename T, typename C>
class bio::ChannelExtractor< T, C >
Definition at line 333 of file channelextractor.h.