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

Wrapper functions for Connected component image 3d labeling algorithm. More...

#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/IPSDKIPLAdvancedMorphologyExports.h>
#include <IPSDKBaseData/Neighborhood/Neighborhood3dTypes.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 ipsdk::image::ImagePtr ipsdk::imaproc::advmorpho::connectedComponent3dImg (const ipsdk::image::ImageConstPtr &pInBinLabImg3d)
 wrapper function for Connected component image 3d labeling algorithm More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr ipsdk::imaproc::advmorpho::connectedComponent3dImg (const ipsdk::image::ImageConstPtr &pInBinLabImg3d, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d)
 wrapper function for Connected component image 3d labeling algorithm More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::ipUInt32 ipsdk::imaproc::advmorpho::connectedComponent3dImg (const ipsdk::image::ImageConstPtr &pInBinLabImg3d, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::image::ImagePtr &pOutLabelImg3d)
 wrapper function for Connected component image 3d labeling algorithm More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< ConnectedComponent3dImgLvl1 > ipsdk::imaproc::advmorpho::connectedComponent3dImg_async (const ipsdk::image::ImageConstPtr &pInBinLabImg3d)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< ConnectedComponent3dImgLvl1 > ipsdk::imaproc::advmorpho::connectedComponent3dImg_async (const ipsdk::image::ImageConstPtr &pInBinLabImg3d, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< ConnectedComponent3dImgLvl1 > ipsdk::imaproc::advmorpho::connectedComponent3dImg_async (const ipsdk::image::ImageConstPtr &pInBinLabImg3d, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d, const ipsdk::image::ImagePtr &pOutLabelImg3d)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::image::ImagePtr ipsdk::imaproc::advmorpho::getAsyncProcessorOutput (boost::shared_ptr< ConnectedComponent3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Connected component image 3d labeling algorithm.

Author
E. Noirfalise
Date
2015/02/09