15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_COLORMAPPING2DIMG_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_COLORMAPPING2DIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedCyclicRgbColorMap.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedSmoothRgbColorMap.h> 27 class ColorMapping2dImgLvl1;
118 #endif // __IPSDKIPLINTENSITYTRANSFORM_COLORMAPPING2DIMG_H__ IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr colorMapping2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::SmoothRgbColorMapConstPtr &pColorMap)
wrapper function for application of a color map on an input grey image
boost::shared_ptr< const ipsdk::imaproc::attr::CyclicRgbColorMap > CyclicRgbColorMapConstPtr
shared pointer to const ipsdk::imaproc::attr::CyclicRgbColorMap
Definition: CyclicRgbColorMap.h:153
boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedSmoothRgbColorMap > PlanIndexedSmoothRgbColorMapConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedRgbColorMap
Definition: PlanIndexedSmoothRgbColorMap.h:53
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveContrastEnhancement2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const ipsdk::imaproc::attr::SmoothRgbColorMap > SmoothRgbColorMapConstPtr
shared pointer to const ipsdk::imaproc::attr::RgbColorMap
Definition: SmoothRgbColorMap.h:153
#define IPSDKIPLINTENSITYTRANSFORM_API
Import/Export macro for library IPSDKIPLIntensityTransform.
Definition: IPSDKIPLIntensityTransformExports.h:25
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ColorMapping2dImgLvl1 > colorMapping2dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::SmoothRgbColorMapConstPtr &pColorMap)
asynchronous wrappers
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedCyclicRgbColorMap > PlanIndexedCyclicRgbColorMapConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedRgbColorMap
Definition: PlanIndexedCyclicRgbColorMap.h:53