![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for putting a 3d ROI in a 3d image. More...
#include <IPSDKIPL/IPSDKIPLUtility/IPSDKIPLUtilityExports.h>#include <IPSDKImage/Image/ImageTypes.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::util | |
| Namespace agregating image processing utility algorithm. | |
Functions | |
| IPSDKIPLUTILITY_API void | ipsdk::imaproc::util::putROI3dImg (const image::ImagePtr &pInOutImg, const image::ImageConstPtr &pInRoiImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset) |
| wrapper function for image copy algorithm More... | |
| IPSDKIPLUTILITY_API void | ipsdk::imaproc::util::putROI3dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInRoiImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset, const image::ImagePtr &pOutImg) |
| wrapper function for image copy algorithm More... | |
| IPSDKIPLUTILITY_API boost::shared_ptr< PutROI3dImgLvl1 > | ipsdk::imaproc::util::putROI3dImg_async (const image::ImagePtr &pInOutImg, const image::ImageConstPtr &pInRoiImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset) |
| asynchronous wrappers | |
| IPSDKIPLUTILITY_API boost::shared_ptr< PutROI3dImgLvl1 > | ipsdk::imaproc::util::putROI3dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInRoiImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLUTILITY_API image::ImagePtr | ipsdk::imaproc::util::getAsyncProcessorOutput (boost::shared_ptr< PutROI3dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for putting a 3d ROI in a 3d image.
1.8.14