15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_UNROLLCYLINDERIMG_H__ 16 #define __IPSDKIPLGEOMETRICTRANSFORM_UNROLLCYLINDERIMG_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Coords2d.h> 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CylinderUnrollingIntegrationParams.h> 28 class UnrollCylinderImgLvl1;
108 #endif // __IPSDKIPLGEOMETRICTRANSFORM_UNROLLCYLINDERIMG_H__
eInterpolationPolicy
Enumerate describing interpolation policy used during image value extraction.
Definition: InterpolationPolicy.h:33
boost::shared_ptr< const ipsdk::imaproc::attr::Coords2d > Coords2dConstPtr
shared pointer to const ipsdk::imaproc::attr::Coords2d
Definition: Coords2d.h:139
boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const CylinderUnrollingIntegrationParams > CylinderUnrollingIntegrationParamsConstPtr
shared pointer to const CylinderUnrollingIntegrationParams
Definition: CylinderUnrollingIntegrationParams.h:135
Definition of import/export macro for library.
IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr unrollCylinderImg(const image::ImageConstPtr &pInImg3d, const ipUInt64 inOutputImgSizeX, const ipsdk::imaproc::attr::Coords2dConstPtr &pCenter2d, const ipReal64 radius, const ipReal64 theta0, const ipsdk::imaproc::attr::eInterpolationPolicy &interpolationPolicy)
wrapper function for ylinder surface unrolling
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< UnrollCylinderImgLvl1 > unrollCylinderImg_async(const image::ImageConstPtr &pInImg3d, const ipUInt64 inOutputImgSizeX, const ipsdk::imaproc::attr::Coords2dConstPtr &pCenter2d, const ipReal64 radius, const ipReal64 theta0, 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.