15 #ifndef __IPSDKIPLBINARIZATION_TOPHAT2DIMG_H__ 16 #define __IPSDKIPLBINARIZATION_TOPHAT2DIMG_H__ 27 class TopHat2dImgLvl1;
121 #endif // __IPSDKIPLBINARIZATION_TOPHAT2DIMG_H__ IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat2dImgLvl1 > lightTopHat2dImg_async(const image::ImageConstPtr &pInImg, const StructuringElementXYInfoConstPtr &pInSEXY, const ipReal64 inTopHatThreshold)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat2dImgLvl1 > darkTopHat2dImg_async(const image::ImageConstPtr &pInImg, const StructuringElementXYInfoConstPtr &pInSEXY, const ipReal64 inTopHatThreshold)
asynchronous wrappers
boost::shared_ptr< const StructuringElementXYInfo > StructuringElementXYInfoConstPtr
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveThreshold2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
eBorderExtensionPolicy
Enumerate describing border extension policy.
Definition: BorderExtensionPolicy.h:31
IPSDKIPLBINARIZATION_API image::ImagePtr darkTopHat2dImg(const image::ImageConstPtr &pInImg, const StructuringElementXYInfoConstPtr &pInSEXY, const ipReal64 inTopHatThreshold)
wrapper function for dark TopHat binary threshold on one 2d image
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
IPSDKIPLBINARIZATION_API image::ImagePtr lightTopHat2dImg(const image::ImageConstPtr &pInImg, const StructuringElementXYInfoConstPtr &pInSEXY, const ipReal64 inTopHatThreshold)
wrapper function for light TopHat binary threshold on one 2d image
#define IPSDKIPLBINARIZATION_API
Import/Export macro for library IPSDKIPLBinarization.
Definition: IPSDKIPLBinarizationExports.h:25
Predefined types for border extension policy management.