16 #ifndef __IPSDKIPLINTENSITYTRANSFORM_PARABOLOIDSHADINGCORRECTION2DIMG_H__ 17 #define __IPSDKIPLINTENSITYTRANSFORM_PARABOLOIDSHADINGCORRECTION2DIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ParaboloidParams3d.h> 27 class ParaboloidShadingCorrection2dImgLvl1;
127 #endif // __IPSDKIPLINTENSITYTRANSFORM_PARABOLOIDSHADINGCORRECTION2DIMG_H__ boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ParaboloidShadingCorrection2dImgLvl1 > paraboloidShadingCorrection2dImg_async(const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr &pWhiteImgModel, const ipReal64 factor)
asynchronous wrappers
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 ipsdk::image::ImagePtr paraboloidShadingCorrection2dImg(const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr &pWhiteImgModel, const ipReal64 factor)
wrapper function for Computes a shading-corrected image given in particular an offset and a factor...
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< const ipsdk::imaproc::attr::ParaboloidParams3d > ParaboloidParams3dConstPtr
shared pointer to const ipsdk::imaproc::attr::ParaboloidParams3d
Definition: ParaboloidParams3d.h:207