![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for TopHat binary threshold on one 3d image. More...
#include <IPSDKIPL/IPSDKIPLBinarization/IPSDKIPLBinarizationExports.h>#include <IPSDKBaseData/Pattern/StructuringElement/StructuringElementInfoTypes.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/BorderExtensionPolicy.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::bin | |
| Namespace aggregating binarization operations on images. | |
Functions | |
| IPSDKIPLBINARIZATION_API image::ImagePtr | ipsdk::imaproc::bin::darkTopHat3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold) |
| wrapper function for dark TopHat binary threshold on one 3d image More... | |
| IPSDKIPLBINARIZATION_API image::ImagePtr | ipsdk::imaproc::bin::darkTopHat3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy) |
| wrapper function for dark TopHat binary threshold on one 3d image More... | |
| IPSDKIPLBINARIZATION_API void | ipsdk::imaproc::bin::darkTopHat3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutBinImg) |
| wrapper function for dark TopHat binary threshold on one 3d image More... | |
| IPSDKIPLBINARIZATION_API image::ImagePtr | ipsdk::imaproc::bin::lightTopHat3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold) |
| wrapper function for light TopHat binary threshold on one 3d image More... | |
| IPSDKIPLBINARIZATION_API image::ImagePtr | ipsdk::imaproc::bin::lightTopHat3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy) |
| wrapper function for light TopHat binary threshold on one 3d image More... | |
| IPSDKIPLBINARIZATION_API void | ipsdk::imaproc::bin::lightTopHat3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutBinImg) |
| wrapper function for light TopHat binary threshold on one 3d image More... | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat3dImgLvl1 > | ipsdk::imaproc::bin::darkTopHat3dImg_async (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat3dImgLvl1 > | ipsdk::imaproc::bin::darkTopHat3dImg_async (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat3dImgLvl1 > | ipsdk::imaproc::bin::darkTopHat3dImg_async (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutBinImg) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat3dImgLvl1 > | ipsdk::imaproc::bin::lightTopHat3dImg_async (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat3dImgLvl1 > | ipsdk::imaproc::bin::lightTopHat3dImg_async (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat3dImgLvl1 > | ipsdk::imaproc::bin::lightTopHat3dImg_async (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutBinImg) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API image::ImagePtr | ipsdk::imaproc::bin::getAsyncProcessorOutput (boost::shared_ptr< TopHat3dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for TopHat binary threshold on one 3d image.
1.8.14