CImg Modules |
Modules using the CImg library. |
| BinOperatorCImg | Perform binary operations on input image. |
Converter |
Image data or channel converters. |
| ChannelConverter | Channel Converter for CImgLists. |
| CImg2VigraMultiArray | Convert a CImgList-Object to a vigra::MultiArray<5, T> |
| Demux2 | Packs one CImgList into two. |
| Images2Sequence | Generates an image sequence out of multiple images. |
| Mirror | mirror selected dimension(s) |
| Mux2 | Packs two CImgLists into one. |
| VigraMultiArray2CImg | Convert a vigra::MultiArray<5, T> to a CImgList-Object. |
Data Input/Output |
Read or write data from disk. |
| FileReader | Simple class to read image files. |
| FileReaderHDF5 | Read 5D vigra::MultiArray from a HDF5 file. |
| FileWriter | Can write a CImg image to a file. |
| FileWriterHDF5 | Write 5D vigra::MultiArray into a HDF5 file. |
| FloReader | Simple class to read vision.middlebury.edu/flow ground-truth files. |
| FloWriter | Simple class to write vision.middlebury.edu/flow motion files. |
Helper Modules |
Helper Modules, ranging from ROI selection to simple masks. |
| BinOperatorValue | Binary operators for numbers. |
| Int2Uint | Slot Converter. |
| Mask1D | generate simple 1D filter mask |
| Roi | ROI - Region of Interest. |
| RoiOffset | Adds given values as offset to the ROI borders. |
| Size | Image Size. |
| Uint2Int | Slot Converter. |
Image Manipulation |
Image Manipulation Modules. |
| AmplitudeThreshold | Cut off flow vectors whose amplitude are strict higher (or lower) than a given threshold. |
| BinOperator | simple class to apply binary operators |
| BinOperatorCImg | Perform binary operations on input image. |
| ColorMask | Convert gray values into false colors. |
| Crop | Simple class to crop images. |
| DilationErosion | morphology operation to dilate or erode |
| Flow2HSV | Convert Flow into HSV Color Representation. |
| FlowQuiver | Draw overlay with arrows representing the optical flow. |
| ImageBlur | Simple class to blur images. |
| LayeredMedianFilter | calculate median of image windows |
| LinearFilter | Linear filtering plugin. |
| MedianFilter | calculate median of image windows |
| Normalize | Simple class to normalize images. |
| Resize | Simple class to resize images. |
| Rgb2Hsv | simple class to convert rgb images to hsv format |
| SplineResize | Resize image using B-spline interpolation. |
| SteeredDerivative | Calculation of steered derivatives. |
| StructureTensor | Structure Tensor Calculation. |
| Subarray | vigra implementation of crop |
| Threshold | simple class to threshold images |
| Warp | Warping of images and image sequences. |
| WarpSymmetric | Symmetric warping of images pairs. |
Interpolators |
Interpolation Modules. |
| Interpolator | Abstract interpolation scheme. |
| InterpolatorCubic | Cubic interpolation scheme. |
| InterpolatorDiscrete | Discrete interpolation scheme. |
| InterpolatorLinear | Linear interpolation scheme. |
Vigra Modules |
Modules using the Vigra library. |
Visualization Modules |
Modules for data visualzation. |
| ArgosDisplay::ArgosDisplayPlugin | Charon Plugin Frontend for advanced Argos Display. |
| FrameSelect | Select frames to be displayed (GUI-capable version of Crop) |
| FrameSelectCImg | Select frames to be displayed (GUI-capable version of Crop) |
| ImageDisplay | Simple class to display images. |
| ResidualPlot | Charon Plugin Frontend for residual energy plotting. |
| StatisticsDisplay::StatisticsDisplayPlugin | Charon Plugin Frontend for statistics calculation and display widget. |