IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ResampleRegularZStack3dImg.h
Go to the documentation of this file.
1 // ResampleRegularZStack3dImg.h:
3 // -----------------------------
4 //
14 
15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_RESAMPLEREGULARZSTACK3DIMG_H__
16 #define __IPSDKIPLGEOMETRICTRANSFORM_RESAMPLEREGULARZSTACK3DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace gtrans {
25 
26 class ResampleRegularZStack3dImgLvl1;
27 
30 
37  const image::ImageConstPtr& pInImg,
38  ipReal32 zScaleFactor,
39  const ipsdk::imaproc::attr::eInterpolationPolicy& interpolationPolicy);
40 
43  const image::ImageConstPtr& pInImg,
44  ipReal32 zScaleFactor,
45  const ipsdk::imaproc::attr::eInterpolationPolicy& interpolationPolicy,
46  const image::ImagePtr& pOutImg);
47 
50  const image::ImageConstPtr& pInImg,
51  const ipsdk::imaproc::attr::eInterpolationPolicy& interpolationPolicy,
52  const image::ImagePtr& pOutImg);
54 
57 IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr<ResampleRegularZStack3dImgLvl1>
59  const image::ImageConstPtr& pInImg,
60  ipReal32 zScaleFactor,
61  const ipsdk::imaproc::attr::eInterpolationPolicy& interpolationPolicy);
62 IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr<ResampleRegularZStack3dImgLvl1>
64  const image::ImageConstPtr& pInImg,
65  ipReal32 zScaleFactor,
66  const ipsdk::imaproc::attr::eInterpolationPolicy& interpolationPolicy,
67  const image::ImagePtr& pOutImg);
68 IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr<ResampleRegularZStack3dImgLvl1>
70  const image::ImageConstPtr& pInImg,
71  const ipsdk::imaproc::attr::eInterpolationPolicy& interpolationPolicy,
72  const image::ImagePtr& pOutImg);
74 
78 getAsyncProcessorOutput(boost::shared_ptr<ResampleRegularZStack3dImgLvl1> pProcessor);
79 
81 
84 
85 } // end of namespace gtrans
86 } // end of namespace imaproc
87 } // end of namespace ipsdk
88 
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.
float ipReal32