|
TuttleOFX
1
|
#include <minmax.hpp>
Public Types | |
| typedef channel_type< CPixel > ::type | Channel |
Public Member Functions | |
| pixel_minmax_by_channel_t (const CPixel &v) | |
| template<typename Pixel > | |
| GIL_FORCEINLINE void | operator() (const Pixel &v) |
Data Fields | |
| CPixel | min |
| CPixel | max |
Definition at line 85 of file minmax.hpp.
| typedef channel_type<CPixel>::type terry::numeric::pixel_minmax_by_channel_t< CPixel >::Channel |
Definition at line 87 of file minmax.hpp.
| terry::numeric::pixel_minmax_by_channel_t< CPixel >::pixel_minmax_by_channel_t | ( | const CPixel & | v | ) | [inline] |
Definition at line 92 of file minmax.hpp.
| GIL_FORCEINLINE void terry::numeric::pixel_minmax_by_channel_t< CPixel >::operator() | ( | const Pixel & | v | ) | [inline] |
Definition at line 100 of file minmax.hpp.
References tuttle::max(), and tuttle::min().
| CPixel terry::numeric::pixel_minmax_by_channel_t< CPixel >::max |
Definition at line 90 of file minmax.hpp.
Referenced by tuttle::plugin::normalize::analyseChannel(), tuttle::plugin::normalize::analyseInputMinMax(), terry::filter::applyFloodFill(), and tuttle::plugin::floodFill::FloodFillProcess< View >::setup().
| CPixel terry::numeric::pixel_minmax_by_channel_t< CPixel >::min |
Definition at line 89 of file minmax.hpp.
Referenced by tuttle::plugin::normalize::analyseChannel(), tuttle::plugin::normalize::analyseInputMinMax(), terry::filter::applyFloodFill(), and tuttle::plugin::floodFill::FloodFillProcess< View >::setup().