eLynx SDK
v3.3.0 C++ image processing API reference |
Class defining an implementation of image hander interface. More...
#include <ImageHandlerImpl.h>
Public Member Functions | |
AbstractImage factories | |
virtual boost::shared_ptr < AbstractImage > | CreateImage (uint32 iWidth, uint32 iHeight) const |
Create an abstract image with requested size. | |
virtual boost::shared_ptr < AbstractImage > | CreateImage (const AbstractImage &iImage) const |
Create a cloned image, ISO pixel format. | |
virtual boost::shared_ptr < AbstractImage > | CreateImage (const AbstractImage &iImage, EResolution iResolution, bool ibScaled=true) const |
Create an image with requested resolution, ISO color space. | |
virtual boost::shared_ptr < AbstractImage > | CreateChannel (const AbstractImage &iImage, uint32 iChannel, bool ibScaled=true) const |
Create an image with the channel of another, ISO resolution. | |
virtual bool | SetChannel (AbstractImage &ioImage, const AbstractImage &iPlane, uint32 iChannel) const |
virtual boost::shared_ptr < AbstractImage > | CreateImageUByteFullDynamic (const AbstractImage &iImage) const |
Specialized handler factories, ISO pixel format. | |
virtual const IImageGeometry & | GetGeometryHandler () const |
Get image geometry handler. | |
virtual const IImageAnalyse & | GetAnalyseHandler () const |
Get image analyse handler. | |
virtual const IImageOperators & | GetOperatorsHandler () const |
Get image operators handler. | |
virtual const IImagePointProcessing & | GetPointToPointHandler () const |
Get point to point image processing handler. | |
virtual const IImageLocalProcessing & | GetLocalToPointHandler () const |
Get local to point image processing handler. | |
virtual const IImageGlobalProcessing & | GetGlobalToPointHandler () const |
Get global to point image processing handler. | |
virtual const IImageEdgeProcessing & | GetEdgeProcessingHandler () const |
Get edge processing handler. | |
virtual const IImageMorphologicalProcessing & | GetMorphologicalHandler () const |
Get morphological processing handler. | |
virtual const IImageMiscProcessing & | GetMiscHandler () const |
Get misceallenous processing handler. | |
virtual const IImageRasterization & | GetRasterizationHandler () const |
Get rasterization handler. | |
virtual const IImageRestoration & | GetRestorationHandler () const |
Get restoration handler. |
Class defining an implementation of image hander interface.
virtual boost::shared_ptr<AbstractImage> eLynx::Image::ImageHandlerImpl< Pixel >::CreateChannel | ( | const AbstractImage & | iImage, |
uint32 | iChannel, | ||
bool | ibScaled = true |
||
) | const [virtual] |
Create an image with the channel of another, ISO resolution.
Keep dimensions, keep resolution.
iImage | The source image. |
iChannel | The requested channel from 0 to 3. |
ibScaled | true for scale to full range, false for simple cast. |
Implements eLynx::Image::IImageHandler.
virtual boost::shared_ptr<AbstractImage> eLynx::Image::ImageHandlerImpl< Pixel >::CreateImage | ( | uint32 | iWidth, |
uint32 | iHeight | ||
) | const [virtual] |
Create an abstract image with requested size.
iWidth | width of new image. |
iHeight | height of new image. |
Implements eLynx::Image::IImageHandler.
virtual boost::shared_ptr<AbstractImage> eLynx::Image::ImageHandlerImpl< Pixel >::CreateImage | ( | const AbstractImage & | iImage ) | const [virtual] |
Create a cloned image, ISO pixel format.
iImage | The image to clone. |
Implements eLynx::Image::IImageHandler.
virtual boost::shared_ptr<AbstractImage> eLynx::Image::ImageHandlerImpl< Pixel >::CreateImage | ( | const AbstractImage & | iImage, |
EResolution | iResolution, | ||
bool | ibScaled = true |
||
) | const [virtual] |
Create an image with requested resolution, ISO color space.
Keep dimensions, pixel type, transform map with new resolution.
iImage | The source image. |
iResolution | The requested resolution, could be the same as source image (cloning). |
ibScaled | true for scale to full range, false for simple cast. |
Implements eLynx::Image::IImageHandler.
virtual const IImageAnalyse& eLynx::Image::ImageHandlerImpl< Pixel >::GetAnalyseHandler | ( | ) | const [virtual] |
Get image analyse handler.
Implements eLynx::Image::IImageHandler.
virtual const IImageEdgeProcessing& eLynx::Image::ImageHandlerImpl< Pixel >::GetEdgeProcessingHandler | ( | ) | const [virtual] |
Get edge processing handler.
Implements eLynx::Image::IImageHandler.
virtual const IImageGeometry& eLynx::Image::ImageHandlerImpl< Pixel >::GetGeometryHandler | ( | ) | const [virtual] |
Get image geometry handler.
Implements eLynx::Image::IImageHandler.
virtual const IImageGlobalProcessing& eLynx::Image::ImageHandlerImpl< Pixel >::GetGlobalToPointHandler | ( | ) | const [virtual] |
Get global to point image processing handler.
Implements eLynx::Image::IImageHandler.
virtual const IImageLocalProcessing& eLynx::Image::ImageHandlerImpl< Pixel >::GetLocalToPointHandler | ( | ) | const [virtual] |
Get local to point image processing handler.
Implements eLynx::Image::IImageHandler.
virtual const IImageMiscProcessing& eLynx::Image::ImageHandlerImpl< Pixel >::GetMiscHandler | ( | ) | const [virtual] |
Get misceallenous processing handler.
Implements eLynx::Image::IImageHandler.
virtual const IImageMorphologicalProcessing& eLynx::Image::ImageHandlerImpl< Pixel >::GetMorphologicalHandler | ( | ) | const [virtual] |
Get morphological processing handler.
Implements eLynx::Image::IImageHandler.
virtual const IImageOperators& eLynx::Image::ImageHandlerImpl< Pixel >::GetOperatorsHandler | ( | ) | const [virtual] |
Get image operators handler.
Implements eLynx::Image::IImageHandler.
virtual const IImagePointProcessing& eLynx::Image::ImageHandlerImpl< Pixel >::GetPointToPointHandler | ( | ) | const [virtual] |
Get point to point image processing handler.
Implements eLynx::Image::IImageHandler.
virtual const IImageRasterization& eLynx::Image::ImageHandlerImpl< Pixel >::GetRasterizationHandler | ( | ) | const [virtual] |
Get rasterization handler.
Implements eLynx::Image::IImageHandler.
virtual const IImageRestoration& eLynx::Image::ImageHandlerImpl< Pixel >::GetRestorationHandler | ( | ) | const [virtual] |
Get restoration handler.
Implements eLynx::Image::IImageHandler.