![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed. More...
#include <IPSDKIPL/IPSDKIPLBasicMorphology/IPSDKIPLBasicMorphologyExports.h>#include <IPSDKImage/Image/ImageTypes.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::morpho | |
| Namespace aggregating morphological operations on images. | |
Functions | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::pruning3dImg (const image::ImageConstPtr &pInBinImg3d) |
| wrapper function for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed More... | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::pruning3dImg (const image::ImageConstPtr &pInBinImg3d, const ipsdk::ipUInt32 nbMaxIter) |
| wrapper function for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed More... | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::pruning3dImg_keepAll (const image::ImageConstPtr &pInBinImg3d) |
| wrapper function for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed More... | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::pruning3dImg_keepAll (const image::ImageConstPtr &pInBinImg3d, const ipsdk::ipUInt32 nbMaxIter) |
| wrapper function for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::pruning3dImg (const image::ImageConstPtr &pInBinImg3d, const image::ImagePtr &pOutBinImg) |
| wrapper function for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::pruning3dImg (const image::ImageConstPtr &pInBinImg3d, const ipsdk::ipUInt32 nbMaxIter, const image::ImagePtr &pOutBinImg) |
| wrapper function for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::pruning3dImg_keepAll (const image::ImageConstPtr &pInBinImg3d, const image::ImagePtr &pOutBinImg) |
| wrapper function for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::pruning3dImg_keepAll (const image::ImageConstPtr &pInBinImg3d, const ipsdk::ipUInt32 nbMaxIter, const image::ImagePtr &pOutBinImg) |
| wrapper function for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed More... | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Pruning3dImgLvl1 > | ipsdk::imaproc::morpho::pruning3dImg_async (const image::ImageConstPtr &pInBinImg3d) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Pruning3dImgLvl1 > | ipsdk::imaproc::morpho::pruning3dImg_async (const image::ImageConstPtr &pInBinImg3d, const ipsdk::ipUInt32 nbMaxIter) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Pruning3dImgLvl1 > | ipsdk::imaproc::morpho::pruning3dImg_keepAll_async (const image::ImageConstPtr &pInBinImg3d) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Pruning3dImgLvl1 > | ipsdk::imaproc::morpho::pruning3dImg_keepAll_async (const image::ImageConstPtr &pInBinImg3d, const ipsdk::ipUInt32 nbMaxIter) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Pruning3dImgLvl1 > | ipsdk::imaproc::morpho::pruning3dImg_async (const image::ImageConstPtr &pInBinImg3d, const image::ImagePtr &pOutBinImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Pruning3dImgLvl1 > | ipsdk::imaproc::morpho::pruning3dImg_async (const image::ImageConstPtr &pInBinImg3d, const ipsdk::ipUInt32 nbMaxIter, const image::ImagePtr &pOutBinImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Pruning3dImgLvl1 > | ipsdk::imaproc::morpho::pruning3dImg_keepAll_async (const image::ImageConstPtr &pInBinImg3d, const image::ImagePtr &pOutBinImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Pruning3dImgLvl1 > | ipsdk::imaproc::morpho::pruning3dImg_keepAll_async (const image::ImageConstPtr &pInBinImg3d, const ipsdk::ipUInt32 nbMaxIter, const image::ImagePtr &pOutBinImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::getAsyncProcessorOutput (boost::shared_ptr< Pruning3dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed.
1.8.14