![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Algorithm allowing to extract boundary of a binary 2d image. More...
#include <IPSDKIPL/IPSDKIPLBasicMorphology/IPSDKIPLBasicMorphologyExports.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKBaseData/Neighborhood/Neighborhood2dTypes.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::boundary2dImg (const image::ImageConstPtr &pInBinImg) |
| wrapper function for Algorithm allowing to extract boundary of a binary 2d image More... | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::boundary2dImg (const image::ImageConstPtr &pInBinImg, const eNeighborhood2dType &neighborhood2dType) |
| wrapper function for Algorithm allowing to extract boundary of a binary 2d image More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::boundary2dImg (const image::ImageConstPtr &pInBinImg, const eNeighborhood2dType &neighborhood2dType, const image::ImagePtr &pOutImg) |
| wrapper function for Algorithm allowing to extract boundary of a binary 2d image More... | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Boundary2dImgLvl1 > | ipsdk::imaproc::morpho::boundary2dImg_async (const image::ImageConstPtr &pInBinImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Boundary2dImgLvl1 > | ipsdk::imaproc::morpho::boundary2dImg_async (const image::ImageConstPtr &pInBinImg, const eNeighborhood2dType &neighborhood2dType) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Boundary2dImgLvl1 > | ipsdk::imaproc::morpho::boundary2dImg_async (const image::ImageConstPtr &pInBinImg, const eNeighborhood2dType &neighborhood2dType, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::getAsyncProcessorOutput (boost::shared_ptr< Boundary2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Algorithm allowing to extract boundary of a binary 2d image.
1.8.14