15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_RESAMPLEREGULARZSTACK3DIMG_H__ 16 #define __IPSDKIPLGEOMETRICTRANSFORM_RESAMPLEREGULARZSTACK3DIMG_H__ 26 class ResampleRegularZStack3dImgLvl1;
89 #endif // __IPSDKIPLGEOMETRICTRANSFORM_RESAMPLEREGULARZSTACK3DIMG_H__ eInterpolationPolicy
Enumerate describing interpolation policy used during image value extraction.
Definition: InterpolationPolicy.h:33
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr resampleRegularZStack3dImg(const image::ImageConstPtr &pInImg, ipReal32 zScaleFactor, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy)
wrapper function for Resamples along z-axis a 3d image with regularly spaced z-plans ...
Definition of import/export macro for library.
IPSDKIPLGEOMETRICTRANSFORM_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< ElasticWarp2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< ResampleRegularZStack3dImgLvl1 > resampleRegularZStack3dImg_async(const image::ImageConstPtr &pInImg, ipReal32 zScaleFactor, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy)
asynchronous wrappers
#define IPSDKIPLGEOMETRICTRANSFORM_API
Import/Export macro for library IPSDKIPLGeometricTransform.
Definition: IPSDKIPLGeometricTransformExports.h:25
Enumerate describing interpolation policy used during image value extraction.