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

Wrapper functions for keep only the big connected components in binary or label 3d image. More...

#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/IPSDKIPLAdvancedMorphologyExports.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::advmorpho
 Namespace aggregating advanced morphological operations on images.
 

Functions

IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::keepBigShape3dImg (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt32 inNbFeatures)
 wrapper function for keep only the big connected components in binary or label 3d image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::keepBigShape3dImg (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt32 inNbFeatures, const image::ImagePtr &pOutImg)
 wrapper function for keep only the big connected components in binary or label 3d image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< KeepBigShape3dImgLvl1 > ipsdk::imaproc::advmorpho::keepBigShape3dImg_async (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt32 inNbFeatures)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< KeepBigShape3dImgLvl1 > ipsdk::imaproc::advmorpho::keepBigShape3dImg_async (const image::ImageConstPtr &pInBinLabImg3d, const ipUInt32 inNbFeatures, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::getAsyncProcessorOutput (boost::shared_ptr< KeepBigShape3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for keep only the big connected components in binary or label 3d image.

Author
R. Abbal
Date
2017/08/18