![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Logical not of a binary input image. More...
#include <IPSDKIPL/IPSDKIPLLogical/IPSDKIPLLogicalExports.h>#include <IPSDKImage/Image/ImageTypes.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::logic | |
| Namespace aggregating bitwise operations on images, pixel by pixel. | |
Functions | |
| IPSDKIPLLOGICAL_API image::ImagePtr | ipsdk::imaproc::logic::logicalNotImg (const image::ImageConstPtr &pInBinImg) |
| wrapper function for logical not of a binary input image More... | |
| IPSDKIPLLOGICAL_API void | ipsdk::imaproc::logic::logicalNotImg (const image::ImageConstPtr &pInBinImg, const image::ImagePtr &pOutImg) |
| wrapper function for logical not of a binary input image More... | |
| IPSDKIPLLOGICAL_API boost::shared_ptr< LogicalNotImgLvl1 > | ipsdk::imaproc::logic::logicalNotImg_async (const image::ImageConstPtr &pInBinImg) |
| asynchronous wrappers | |
| IPSDKIPLLOGICAL_API boost::shared_ptr< LogicalNotImgLvl1 > | ipsdk::imaproc::logic::logicalNotImg_async (const image::ImageConstPtr &pInBinImg, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLLOGICAL_API image::ImagePtr | ipsdk::imaproc::logic::getAsyncProcessorOutput (boost::shared_ptr< LogicalNotImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Logical not of a binary input image.
1.8.14