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

Wrapper functions for binarize a 3d input image according an adaptive threshold based on the mean intensity of the voxel's neighbourhood. More...

#include <IPSDKIPL/IPSDKIPLBinarization/IPSDKIPLBinarizationExports.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::bin
 Namespace aggregating binarization operations on images.
 

Functions

IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr ipsdk::imaproc::bin::adaptiveThresholdMean3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipUInt64 halfKnlSize)
 wrapper function for binarize a 3d input image according an adaptive threshold based on the mean intensity of the voxel's neighbourhood More...
 
IPSDKIPLBINARIZATION_API void ipsdk::imaproc::bin::adaptiveThresholdMean3dImg (const image::ImageConstPtr &pInImg3d, const ipUInt64 halfKnlSize, const ipsdk::image::ImagePtr &pOutBinImg)
 wrapper function for binarize a 3d input image according an adaptive threshold based on the mean intensity of the voxel's neighbourhood More...
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThresholdMean3dImgLvl1 > ipsdk::imaproc::bin::adaptiveThresholdMean3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipUInt64 halfKnlSize)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThresholdMean3dImgLvl1 > ipsdk::imaproc::bin::adaptiveThresholdMean3dImg_async (const image::ImageConstPtr &pInImg3d, const ipUInt64 halfKnlSize, const ipsdk::image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr ipsdk::imaproc::bin::getAsyncProcessorOutput (boost::shared_ptr< AdaptiveThresholdMean3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for binarize a 3d input image according an adaptive threshold based on the mean intensity of the voxel's neighbourhood.

Author
R. Abbal
Date
2017/08/09