![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Flips input image along y-axis. More...
| 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... | |
Flips input image along y-axis.
This algorithm flips the input image along its y-axis.
On output image values are given by:
An example of y-flipping is shown below:
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg | [Input] image for processing operation | X |
| ipsdk::imaproc::attr::OutImg | [Output] image for processing operation | ipsdk::imaproc::duplicateInOut (_pOutImg, _pInImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchSizeAndType (_pInImg,_pOutImg)
| IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr ipsdk::imaproc::gtrans::flipYImg | ( | const image::ImageConstPtr & | pInImg | ) |
wrapper function for Flips input image along y-axis
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLGEOMETRICTRANSFORM_API void ipsdk::imaproc::gtrans::flipYImg | ( | const image::ImageConstPtr & | pInImg, |
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for Flips input image along y-axis
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14