eLynx SDK
v3.0.1 C++ image processing API reference |
#include <elx/image/IImagePointProcessing.h>
#include <elx/image/ImageImpl.h>
Go to the source code of this file.
Classes | |
class | eLynx::Image::ImagePointProcessingImpl< Pixel > |
Namespaces | |
namespace | eLynx |
namespace | eLynx::Image |
Functions | |
template<typename T , template< typename > class Pixel> | |
ExportedByImage boost::shared_ptr< ImageLub > | eLynx::Image::elxCreateBinarized (const ImageImpl< Pixel< T > > &iImage, double iThreshold, bool ibNegative, uint32 iChannelMask, ProgressNotifier &iNotifier) |
template<typename T > | |
ExportedByImage boost::shared_ptr< ImageLub > | eLynx::Image::elxCreateBinarized (const ImageImpl< PixelL< T > > &iImage, double iThreshold, bool ibNegative=false, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) |
template<typename T > | |
ExportedByImage boost::shared_ptr< ImageRGBub > | eLynx::Image::elxCreateBinarized (const ImageImpl< PixelRGB< T > > &iImage, double iThreshold, bool ibNegative=false, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) |