IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
GetROI3dImg.h File Reference

Wrapper functions for image 3d ROI extraction algorithm. 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 image::ImagePtr ipsdk::imaproc::util::getROI3dImg (const image::ImageConstPtr &pInImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset, ipUInt64 xSz, ipUInt64 ySz, ipUInt64 zSz)
 wrapper function for 3d ROI extraction algorithm More...
 
IPSDKIPLUTILITY_API void ipsdk::imaproc::util::getROI3dImg (const image::ImageConstPtr &pInImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset, ipUInt64 xSz, ipUInt64 ySz, ipUInt64 zSz, const image::ImagePtr &pOutImg)
 wrapper function for 3d ROI extraction algorithm More...
 
IPSDKIPLUTILITY_API boost::shared_ptr< GetROI3dImgLvl1 > ipsdk::imaproc::util::getROI3dImg_async (const image::ImageConstPtr &pInImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset, ipUInt64 xSz, ipUInt64 ySz, ipUInt64 zSz)
 asynchronous wrappers
 
IPSDKIPLUTILITY_API boost::shared_ptr< GetROI3dImgLvl1 > ipsdk::imaproc::util::getROI3dImg_async (const image::ImageConstPtr &pInImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset, ipUInt64 xSz, ipUInt64 ySz, ipUInt64 zSz, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLUTILITY_API image::ImagePtr ipsdk::imaproc::util::getAsyncProcessorOutput (boost::shared_ptr< GetROI3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for image 3d ROI extraction algorithm.

Author
H. Delestre
Date
2016/05/30