![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for ring surface unrolling. More...
#include <IPSDKIPL/IPSDKIPLGeometricTransform/IPSDKIPLGeometricTransformExports.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Coords2d.h>#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InterpolationPolicy.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::gtrans | |
| Namespace aggregating image geometric transformation processing algorithms. | |
Functions | |
| IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr | ipsdk::imaproc::gtrans::unrollRingImg (const image::ImageConstPtr &pInImg, const attr::Coords2dConstPtr &pInCenter2d, const ipReal64 inRadius, const ipUInt32 inRingHalfThickness, const ipUInt64 inOptOutSizeX) |
| wrapper function for ring surface unrolling More... | |
| IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr | ipsdk::imaproc::gtrans::unrollRingImg (const image::ImageConstPtr &pInImg, const attr::Coords2dConstPtr &pInCenter2d, const ipReal64 inRadius, const ipUInt32 inRingHalfThickness, const ipReal64 inOptTheta0, const attr::eInterpolationPolicy &inOptInterpolationPolicy, const ipUInt64 inOptOutSizeX) |
| wrapper function for ring surface unrolling More... | |
| IPSDKIPLGEOMETRICTRANSFORM_API void | ipsdk::imaproc::gtrans::unrollRingImg (const image::ImageConstPtr &pInImg, const attr::Coords2dConstPtr &pInCenter2d, const ipReal64 inRadius, const ipUInt32 inRingHalfThickness, const ipReal64 inOptTheta0, const attr::eInterpolationPolicy &inOptInterpolationPolicy, const image::ImagePtr &pOutImg) |
| wrapper function for ring surface unrolling More... | |
| IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< UnrollRingImgLvl1 > | ipsdk::imaproc::gtrans::unrollRingImg_async (const image::ImageConstPtr &pInImg, const attr::Coords2dConstPtr &pInCenter2d, const ipReal64 inRadius, const ipUInt32 inRingHalfThickness, const ipUInt64 inOptOutSizeX) |
| asynchronous wrappers | |
| IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< UnrollRingImgLvl1 > | ipsdk::imaproc::gtrans::unrollRingImg_async (const image::ImageConstPtr &pInImg, const attr::Coords2dConstPtr &pInCenter2d, const ipReal64 inRadius, const ipUInt32 inRingHalfThickness, const ipReal64 inOptTheta0, const attr::eInterpolationPolicy &inOptInterpolationPolicy, const ipUInt64 inOptOutSizeX) |
| asynchronous wrappers | |
| IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< UnrollRingImgLvl1 > | ipsdk::imaproc::gtrans::unrollRingImg_async (const image::ImageConstPtr &pInImg, const attr::Coords2dConstPtr &pInCenter2d, const ipReal64 inRadius, const ipUInt32 inRingHalfThickness, const ipReal64 inOptTheta0, const attr::eInterpolationPolicy &inOptInterpolationPolicy, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr | ipsdk::imaproc::gtrans::getAsyncProcessorOutput (boost::shared_ptr< UnrollRingImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for ring surface unrolling.
1.8.14