![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
flips input image along z-axis More...
| IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr | ipsdk::imaproc::gtrans::flipZImg (const image::ImageConstPtr &pInImg) |
| wrapper function for flips input image along z-axis More... | |
| IPSDKIPLGEOMETRICTRANSFORM_API void | ipsdk::imaproc::gtrans::flipZImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| wrapper function for flips input image along z-axis More... | |
flips input image along z-axis
This algorithm flips the input 3D image along its z-axis.
On output image values are given by:
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg3d | [Input] 3d image for operation | X |
| ipsdk::imaproc::attr::OutImg | [Output] image for processing operation | ipsdk::imaproc::duplicateInOut (_pOutImg, _pInImg3d) |
Global rule description for algorithm :
ipsdk::imaproc::matchSizeAndType (_pInImg3d,_pOutImg)
| IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr ipsdk::imaproc::gtrans::flipZImg | ( | const image::ImageConstPtr & | pInImg | ) |
wrapper function for flips input image along z-axis
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLGEOMETRICTRANSFORM_API void ipsdk::imaproc::gtrans::flipZImg | ( | const image::ImageConstPtr & | pInImg, |
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for flips input image along z-axis
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14