15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_RESAMPLECUSTOMZSTACK3DIMG_H__ 16 #define __IPSDKIPLGEOMETRICTRANSFORM_RESAMPLECUSTOMZSTACK3DIMG_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ZSteps.h> 27 class ResampleCustomZStack3dImgLvl1;
80 #endif // __IPSDKIPLGEOMETRICTRANSFORM_RESAMPLECUSTOMZSTACK3DIMG_H__ IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr resampleCustomZStack3dImg(const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ZStepsConstPtr &inZSteps, const ipUInt64 outputImgZSize, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy)
wrapper function for Resamples along z-axis a 3d image with unregularly spaced z-plans ...
eInterpolationPolicy
Enumerate describing interpolation policy used during image value extraction.
Definition: InterpolationPolicy.h:33
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< ResampleCustomZStack3dImgLvl1 > resampleCustomZStack3dImg_async(const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ZStepsConstPtr &inZSteps, const ipUInt64 outputImgZSize, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy)
asynchronous wrappers
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::ZSteps > ZStepsConstPtr
shared pointer to const ipsdk::imaproc::attr::ScaleCandidates
Definition: ZSteps.h:128
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
#define IPSDKIPLGEOMETRICTRANSFORM_API
Import/Export macro for library IPSDKIPLGeometricTransform.
Definition: IPSDKIPLGeometricTransformExports.h:25
Enumerate describing interpolation policy used during image value extraction.