![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Creates a 2D image from a slice along a given axis (x, y, or z) of a 3D image. More...
#include <IPSDKIPL/IPSDKIPLUtility/IPSDKIPLUtilityExports.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/DirectionTypes.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::util | |
| Namespace agregating image processing utility algorithm. | |
Functions | |
| IPSDKIPLUTILITY_API ipsdk::image::ImagePtr | ipsdk::imaproc::util::getSlice3dImg (const image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::eAxis &axis, const ipUInt64 sliceIndex) |
| wrapper function for Creates a 2D image from a slice along a given axis (x, y, or z) of a 3D image More... | |
| IPSDKIPLUTILITY_API void | ipsdk::imaproc::util::getSlice3dImg (const image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::eAxis &axis, const ipUInt64 sliceIndex, const image::ImagePtr &pOutImg) |
| wrapper function for Creates a 2D image from a slice along a given axis (x, y, or z) of a 3D image More... | |
| IPSDKIPLUTILITY_API boost::shared_ptr< GetSlice3dImgLvl1 > | ipsdk::imaproc::util::getSlice3dImg_async (const image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::eAxis &axis, const ipUInt64 sliceIndex) |
| asynchronous wrappers | |
| IPSDKIPLUTILITY_API boost::shared_ptr< GetSlice3dImgLvl1 > | ipsdk::imaproc::util::getSlice3dImg_async (const image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::eAxis &axis, const ipUInt64 sliceIndex, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLUTILITY_API ipsdk::image::ImagePtr | ipsdk::imaproc::util::getAsyncProcessorOutput (boost::shared_ptr< GetSlice3dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Creates a 2D image from a slice along a given axis (x, y, or z) of a 3D image.
1.8.14