![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Flips input image along y-axis. More...
#include <IPSDKIPL/IPSDKIPLGeometricTransform/IPSDKIPLGeometricTransformExports.h>#include <IPSDKImage/Image/ImageTypes.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::flipYImg (const image::ImageConstPtr &pInImg) |
| wrapper function for Flips input image along y-axis More... | |
| IPSDKIPLGEOMETRICTRANSFORM_API void | ipsdk::imaproc::gtrans::flipYImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| wrapper function for Flips input image along y-axis More... | |
| IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< FlipYImgLvl1 > | ipsdk::imaproc::gtrans::flipYImg_async (const image::ImageConstPtr &pInImg) |
| asynchronous wrappers | |
| IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< FlipYImgLvl1 > | ipsdk::imaproc::gtrans::flipYImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr | ipsdk::imaproc::gtrans::getAsyncProcessorOutput (boost::shared_ptr< FlipYImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Flips input image along y-axis.
1.8.14