IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
BitwiseSubImgImg.h File Reference

Wrapper functions for Subtract two binary image to remove pixels in the image 2 from the image 1. 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::bitwiseSubImgImg (const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2)
 wrapper function for Subtract two binary image to remove pixels in the image 2 from the image 1 More...
 
IPSDKIPLLOGICAL_API void ipsdk::imaproc::logic::bitwiseSubImgImg (const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2, const image::ImagePtr &pOutImg)
 wrapper function for Subtract two binary image to remove pixels in the image 2 from the image 1 More...
 
IPSDKIPLLOGICAL_API boost::shared_ptr< BitwiseSubImgImgLvl1 > ipsdk::imaproc::logic::bitwiseSubImgImg_async (const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2)
 asynchronous wrappers
 
IPSDKIPLLOGICAL_API boost::shared_ptr< BitwiseSubImgImgLvl1 > ipsdk::imaproc::logic::bitwiseSubImgImg_async (const image::ImageConstPtr &pInIntImg1, const image::ImageConstPtr &pInIntImg2, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLLOGICAL_API image::ImagePtr ipsdk::imaproc::logic::getAsyncProcessorOutput (boost::shared_ptr< BitwiseSubImgImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Subtract two binary image to remove pixels in the image 2 from the image 1.

Author
R. Abbal
Date
2021/09/28