eLynx::Image::AbstractImage | AbstractImage is the base class for abstract image definition |
eLynx::AbstractParameter | |
eLynx::Math::AbstractTransfertFunction | |
eLynx::Math::AbstractTransformation | Abstract predecessor for all geometrical 2D plane-to-2D plane transformations |
eLynx::Image::AlphaToType< B > | AlphaToType struct allows creation of Alpha or Non-Alpha pixel types |
eLynx::Math::AOBBox2< T > | |
eLynx::Math::BarycentricCoordinates2< T > | |
eLynx::Image::BayerHandlerImpl< T > | |
eLynx::Math::BellCurve | Implementation of gaussian curve using IFunctionNL interface |
eLynx::Math::BellSurface | Implementation of gaussian surface using IFunctionNL interface |
eLynx::Math::BezierTriangle3< T, U > | |
eLynx::Math::BSpline1< F > | 1D spline interface |
eLynx::Math::BSpline2< F > | 2D spline interface |
eLynx::Image::ChannelHistogram | Tool class defining a channel (grey) histogram |
eLynx::Image::CIELut | |
eLynx::Image::ColorToType< B > | ColorToType struct allows creation of Color or Non-Color pixel types |
eLynx::Math::ConvolutionKernel< T > | Convolution kernel in W x H dimension, used with float and double resolution |
eLynx::Math::CopyTransform | |
eLynx::Math::TriangulationData::Edge | |
eLynx::elxException | Base exception class |
eLynx::Math::GaussNewton | Non-linear iterative function fitter, implemented using Gauss-Newton method |
eLynx::Image::GreyToType< B > | GreyToType struct allows creation of Grey or Non-Grey pixel types |
eLynx::Image::IBayerHandler | |
eLynx::Math::IFunctionNL | Interface to function of n-variables and m-parameters, which is non-linear in the meaning of parameters, and thus can't be directly used for least squares fitting |
eLynx::Image::IImageAnalyse | Interface for image analyse methods |
eLynx::Image::IImageEdgeProcessing | Interface defining edge processing functionnalities |
eLynx::Image::IImageFileFormat | Interface defining an image file format |
eLynx::Image::IImageFilePlugin | Interface defining a specialized image file format plugin |
eLynx::Image::IImageFilter | Interface defining an image filter |
eLynx::Image::IImageFilterPlugin | Interface defining a specialized image filter plugin |
eLynx::Image::IImageGeometry | Interface for image geometry methods |
eLynx::Image::IImageGlobalProcessing | Interface defining global to point image processing functionnalities |
eLynx::Image::IImageHandler | Interface for image handler |
eLynx::Image::IImageLocalProcessing | Interface defining local to point image processing functionnalities |
eLynx::Image::IImageMiscProcessing | Interface defining misceallenous processing functionnalities |
eLynx::Image::IImageMorphologicalProcessing | Interface defining morphological processing functionnalities |
eLynx::Image::IImageOperators | Interface defining image operators functionnalities |
eLynx::Image::IImagePointProcessing | Interface defining point to point image processing functionnalities |
eLynx::Image::IImagePSF | Interface for image PSF (Point Spread Function) |
eLynx::Image::IImageRasterization | Interface defining rasterization primites for drawing into an image |
eLynx::Image::IImageRestoration | Interface defining various restoration methods |
eLynx::Image::ImageAnalyseImpl< Pixel > | Defining implementation for image analyse interface methods |
eLynx::Image::ImageEdgeProcessingImpl< Pixel > | Implementation of edge processing interface |
eLynx::Image::ImageFileInfo | |
eLynx::Image::ImageFileManager | Tool class to manage image file format via plugins |
eLynx::Image::ImageFileOptions | |
eLynx::Image::ImageFilterManager | Tool class to manage image processing filter via plugins |
eLynx::Image::ImageGeometryImpl< Pixel > | Defining implementation for image geometry interface methods |
eLynx::Image::ImageGlobalProcessingImpl< Pixel > | Implementation of global to point image processing interface |
eLynx::Image::ImageHandlerImpl< Pixel > | Class defining an implementation of image hander interface |
eLynx::Image::ImageHistogram | Tool class defining an image histogram with multiple channel histograms |
eLynx::Image::ImageImpl< Pixel > | ImageImpl is the template class that defines abstract image implementation |
eLynx::Image::ImageLocalProcessingImpl< Pixel > | Implementation of local to point image processing interface |
eLynx::Image::ImageMiscProcessingImpl< Pixel > | Implementation of misceallenous image processing interface |
eLynx::Image::ImageMorphologicalProcessingImpl< Pixel > | Implementation of morphological image processing interface |
eLynx::Image::ImageOperatorsImpl< Pixel > | Implementation of image operators interface |
eLynx::Image::ImagePointProcessingImpl< Pixel > | Implementation of point to point image processing interface |
eLynx::Image::ImageRasterizationImpl< Pixel > | Implementation of misceallenous image processing interface |
eLynx::Image::ImageRestorationImpl< Pixel > | Implementation of image restoration interface |
eLynx::Image::ImageVariant | Class defining an image variant |
eLynx::Math::IMapTransform | |
eLynx::Math::IMatrix | M x N matrix interface |
IntegerToType< B > | IntegerToType struct allows creation of different types for different int values |
IntToType< N > | |
eLynx::Image::IPixelIterator | Empty interface for IPixelIterator |
eLynx::IPlugin | Interface defining a plugin |
eLynx::IPluginPackage | Interface defining a plugin package |
eLynx::Math::IResampleFilter | |
eLynx::Math::ISpline1D< T, DEGREE > | 1D spline interface |
eLynx::Math::ISpline2D< T, DEGREE > | 2D spline interface |
eLynx::IterationRange | IterationRange represents half-open range [i,j) that can be recursively split |
eLynx::IterationRangeTask | Base iteration range task |
eLynx::Math::ITransfertFunction | |
eLynx::Math::IVector | N-size vector interface |
eLynx::Math::KDNode< T > | |
eLynx::Math::KDTree< T > | 2D binary tree |
eLynx::Image::KernelPSF | PSF (point spread function) implementation based on convolution kernel |
eLynx::Math::LeastSquares | Least squares problems solver |
eLynx::Math::LinearTransformation | Class implementing 2D linear transformation |
eLynx::Image::LuminanceCell< Pixel > | |
LutToType< B > | LutToType struct allows creation of different types for different int values |
eLynx::Math::Matrix | Basic M x N matrix implementation as rectangular array of doubles |
eLynx::Math::MatrixColVector | Adapter, that provides vector-like read/write access to the column of the matrix |
eLynx::Math::MatrixRowVector | Adapter, that provides vector-like read/write access to the row of the matrix |
eLynx::Math::MidtoneTransform | |
eLynx::ParameterDouble | |
eLynx::ParameterEnum | |
eLynx::ParameterEnumItem | |
eLynx::ParameterInteger | |
eLynx::Image::PixelBase< Pixel > | Defines common methods for all Pixel types |
eLynx::Image::PixelComplex< T > | |
eLynx::Image::PixelHLab< T > | |
eLynx::Image::PixelHLS< T > | |
eLynx::Image::PixelIterator< Pixel > | ImageImpl is the template class that defines an iterator over the Pixels in the ImageImpl class |
eLynx::Image::PixelL< T > | |
eLynx::Image::PixelLA< T > | |
eLynx::Image::PixelLab< T > | |
eLynx::Image::PixelLch< T > | |
eLynx::Image::PixelLuv< T > | |
eLynx::Image::PixelRGB< T > | |
eLynx::Image::PixelRGBA< T > | |
eLynx::Image::PixelXYZ< T > | |
eLynx::PluginFile | PluginFile is a handle to a IPluginPackage |
eLynx::PluginManager | Base tool class for plugin management |
eLynx::Math::Point2< T > | |
eLynx::Math::Point3< T > | |
eLynx::ProgramOption | Program Option |
eLynx::ProgressNotifier | Abstract progress notifier class |
eLynx::Math::Ramp< T > | Ramp is a look-up table for uint8 and uint16 types only |
eLynx::Math::Rectangle2< T > | |
eLynx::Math::ResampleHelper | |
eLynx::ResolutionTypeTraits< T > | Resolution type traits definition |
eLynx::ResolutionTypeTraits< double > | Double specialization for resolution type traits |
eLynx::ResolutionTypeTraits< float > | Float specialization for resolution type traits |
eLynx::ResolutionTypeTraits< int32 > | Int32 specialization for resolution type traits |
eLynx::ResolutionTypeTraits< int64 > | Int64 specialization for resolution type traits |
eLynx::ResolutionTypeTraits< uint16 > | Uint16 specialization for resolution type traits |
eLynx::ResolutionTypeTraits< uint32 > | Uint32 specialization for resolution type traits |
eLynx::ResolutionTypeTraits< uint8 > | Uint8 specialization for resolution type traits |
eLynx::Image::SampleTypeTraits< T > | |
eLynx::Math::Segment2< T > | |
eLynx::Math::Segment3< T > | |
eLynx::Math::SingleColMatrix | Adapter, that provides matrix-like read/write access to the vector |
eLynx::Math::SingleRowMatrix | Adapter, that provides matrix-like read/write access to the vector |
eLynx::Math::SubMatrix | Adapter, that allows to work with part of the matrix as a separate matrix |
eLynx::TaskScheduler | |
eLynx::Timer | Class to get elapsed time in platform independent way |
eLynx::Math::TransfertFunctionCopy | |
eLynx::Math::TransfertFunctionMidtone | |
eLynx::Math::TransposedMatrix | Adapter, that provides transposed interface to given matrix |
eLynx::Math::TriangulationData::Triangle | |
eLynx::Math::Triangle2< T > | |
eLynx::Math::Triangle3< T > | |
eLynx::Math::TriangleIdx | |
eLynx::Math::TriangulationData | |
eLynx::UUID | Tool class for Universal Unique IDentifier |
eLynx::Math::Vector | Basic N-size vector implementation as array of doubles |
eLynx::Math::TriangulationData::Vertex | |