15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_EQUALIZE3DIMG_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_EQUALIZE3DIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHistogramData.h> 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h> 28 class Equalize3dImgLvl1;
127 #endif // __IPSDKIPLINTENSITYTRANSFORM_EQUALIZE3DIMG_H__ IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr equalize3dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
wrapper function for equalization of 3d volumes of input image In this version of the function...
boost::shared_ptr< const ipsdk::imaproc::attr::HistogramData > HistogramDataConstPtr
shared pointer to const ipsdk::imaproc::HistogramData
Definition: HistogramData.h:235
boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedHistogramData > PlanIndexedHistogramDataConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedHistogramData
Definition: PlanIndexedHistogramData.h:53
boost::shared_ptr< const ipsdk::imaproc::attr::Range > RangeConstPtr
shared pointer to const ipsdk::imaproc::attr::Range
Definition: Range.h:157
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveContrastEnhancement2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLINTENSITYTRANSFORM_API
Import/Export macro for library IPSDKIPLIntensityTransform.
Definition: IPSDKIPLIntensityTransformExports.h:25
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< Equalize3dImgLvl1 > equalize3dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
asynchronous wrappers
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr