![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for binary threshold on one image. More...
#include <IPSDKIPL/IPSDKIPLBinarization/IPSDKIPLBinarizationExports.h>#include <IPSDKImage/Image/ImageTypes.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::darkThresholdImg (const image::ImageConstPtr &pInImg, const ipReal64 inMaxThreshold) |
| wrapper function for binary threshold on one image with retrieval of 'dark area' More... | |
| IPSDKIPLBINARIZATION_API image::ImagePtr | ipsdk::imaproc::bin::lightThresholdImg (const image::ImageConstPtr &pInImg, const ipReal64 inMinThreshold) |
| wrapper function for binary threshold on one image with retrieval of 'light area' More... | |
| IPSDKIPLBINARIZATION_API image::ImagePtr | ipsdk::imaproc::bin::thresholdImg (const image::ImageConstPtr &pInImg, const ipReal64 inMinThreshold, const ipReal64 inMaxThreshold) |
| wrapper function for binary threshold on one image More... | |
| IPSDKIPLBINARIZATION_API void | ipsdk::imaproc::bin::thresholdImg (const image::ImageConstPtr &pInImg, const ipReal64 inMinThreshold, const ipReal64 inMaxThreshold, const image::ImagePtr &pOutBinImg) |
| wrapper function for binary threshold on one image More... | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< ThresholdImgLvl1 > | ipsdk::imaproc::bin::darkThresholdImg_async (const image::ImageConstPtr &pInImg, const ipReal64 inMaxThreshold) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< ThresholdImgLvl1 > | ipsdk::imaproc::bin::lightThresholdImg_async (const image::ImageConstPtr &pInImg, const ipReal64 inMinThreshold) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< ThresholdImgLvl1 > | ipsdk::imaproc::bin::thresholdImg_async (const image::ImageConstPtr &pInImg, const ipReal64 inMinThreshold, const ipReal64 inMaxThreshold) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< ThresholdImgLvl1 > | ipsdk::imaproc::bin::thresholdImg_async (const image::ImageConstPtr &pInImg, const ipReal64 inMinThreshold, const ipReal64 inMaxThreshold, const image::ImagePtr &pOutBinImg) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API image::ImagePtr | ipsdk::imaproc::bin::getAsyncProcessorOutput (boost::shared_ptr< ThresholdImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for binary threshold on one image.
1.8.14