MRaster lib 22.0.0.0
Image Processing Library
|
Go to the source code of this file.
Classes | |
class | mjr::ramCanvasPixelFilter::FixGeomBase< sourceT > |
An incomplete class (no getPxColorNC method) that provides a nice base for homogeniouss pixel filters. More... | |
class | mjr::ramCanvasPixelFilter::Identity< sourceT > |
Identity filter – i.e. More... | |
class | mjr::ramCanvasPixelFilter::RGBbyte< sourceT > |
Convert to an RGB color image with 8-bit integer channels. More... | |
class | mjr::ramCanvasPixelFilter::RGBAbyte< sourceT > |
Convert to an RGBA color image with 8-bit integer channels. More... | |
class | mjr::ramCanvasPixelFilter::RGBdbl< sourceT > |
Convert to an RGB color image with 64-bit floating point channels. More... | |
class | mjr::ramCanvasPixelFilter::RGBAdbl< sourceT > |
Convert to an RGBA color image with 64-bit floating point channels. More... | |
class | mjr::ramCanvasPixelFilter::MonoIntensity< sourceT, outColorChanT > |
Monochrome transformation using colorT::intensityScaled(). More... | |
class | mjr::ramCanvasPixelFilter::ColorSchemeOnChan< sourceT, outColorT, colorScheme, chan > |
Colorize by applying a color scheme to a single channel automatically mapping max channel value to max color scheme index. More... | |
class | mjr::ramCanvasPixelFilter::FuncHomoTransform< sourceT, outColorT > |
Transform an image with a pixel function. More... | |
class | mjr::ramCanvasPixelFilter::ScaleDownMean< sourceT, factor > |
Scale down a canvis using a method similar to ramCanvasTpl::scaleDownMean(). More... | |
class | mjr::ramCanvasPixelFilter::Rotate90CW< sourceT > |
Rotate image 90 degrees clockwise. More... | |
Namespaces | |
namespace | mjr |
namespace | mjr::ramCanvasPixelFilter |
Namespace for ramCanvas Pixel Filters. | |
Macros | |
#define | MJR_INCLUDE_rcPixelFilters |
#define MJR_INCLUDE_rcPixelFilters |
Definition at line 202 of file ramCanvasPixelFilters.hpp.