![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for local entropy on a 3d image. More...
Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::stats | |
| Namespace aggregating image statistics computation algorithms. | |
Functions | |
| IPSDKIPLSTATS_API image::ImagePtr | ipsdk::imaproc::stats::localEntropy3dImg (const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ) |
| wrapper function for local entropy on a 3d image More... | |
| IPSDKIPLSTATS_API image::ImagePtr | ipsdk::imaproc::stats::localEntropy3dImg (const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ, const ipUInt32 inOptNbClasses) |
| wrapper function for local entropy on a 3d image More... | |
| IPSDKIPLSTATS_API void | ipsdk::imaproc::stats::localEntropy3dImg (const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ, const ipUInt32 inOptNbClasses, const image::ImagePtr &pOutImg) |
| wrapper function for local entropy on a 3d image More... | |
| IPSDKIPLSTATS_API boost::shared_ptr< LocalEntropy3dImgLvl1 > | ipsdk::imaproc::stats::localEntropy3dImg_async (const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ) |
| asynchronous wrappers | |
| IPSDKIPLSTATS_API boost::shared_ptr< LocalEntropy3dImgLvl1 > | ipsdk::imaproc::stats::localEntropy3dImg_async (const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ, const ipUInt32 inOptNbClasses) |
| asynchronous wrappers | |
| IPSDKIPLSTATS_API boost::shared_ptr< LocalEntropy3dImgLvl1 > | ipsdk::imaproc::stats::localEntropy3dImg_async (const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ, const ipUInt32 inOptNbClasses, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLSTATS_API image::ImagePtr | ipsdk::imaproc::stats::getAsyncProcessorOutput (boost::shared_ptr< LocalEntropy3dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for local entropy on a 3d image.
1.8.14