15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_UNROLLRINGIMG_H__ 16 #define __IPSDKIPLGEOMETRICTRANSFORM_UNROLLRINGIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Coords2d.h> 27 class UnrollRingImgLvl1;
99 #endif // __IPSDKIPLGEOMETRICTRANSFORM_UNROLLRINGIMG_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
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< UnrollRingImgLvl1 > unrollRingImg_async(const image::ImageConstPtr &pInImg, const attr::Coords2dConstPtr &pInCenter2d, const ipReal64 inRadius, const ipUInt32 inRingHalfThickness, const ipUInt64 inOptOutSizeX)
asynchronous wrappers
IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr unrollRingImg(const image::ImageConstPtr &pInImg, const attr::Coords2dConstPtr &pInCenter2d, const ipReal64 inRadius, const ipUInt32 inRingHalfThickness, const ipUInt64 inOptOutSizeX)
wrapper function for ring surface unrolling
#define IPSDKIPLGEOMETRICTRANSFORM_API
Import/Export macro for library IPSDKIPLGeometricTransform.
Definition: IPSDKIPLGeometricTransformExports.h:25
Enumerate describing interpolation policy used during image value extraction.