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

Wrapper functions for Union of closings calculated for several linear structuring element orientations. More...

#include <IPSDKIPL/IPSDKIPLBasicMorphology/IPSDKIPLBasicMorphologyExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/BorderExtensionPolicy.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::morpho
 Namespace aggregating morphological operations on images.
 

Functions

IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::unionLinearClosing2dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius)
 wrapper function for Union of closings calculated for several linear structuring element orientations More...
 
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::unionLinearClosing2dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles)
 wrapper function for Union of closings calculated for several linear structuring element orientations More...
 
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::unionLinearClosing2dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy)
 wrapper function for Union of closings calculated for several linear structuring element orientations More...
 
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::unionLinearClosing2dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy)
 wrapper function for Union of closings calculated for several linear structuring element orientations More...
 
IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::unionLinearClosing2dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const image::ImagePtr &pOutImg)
 wrapper function for Union of closings calculated for several linear structuring element orientations More...
 
IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::unionLinearClosing2dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const image::ImagePtr &pOutImg)
 wrapper function for Union of closings calculated for several linear structuring element orientations More...
 
IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::unionLinearClosing2dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutImg)
 wrapper function for Union of closings calculated for several linear structuring element orientations More...
 
IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::unionLinearClosing2dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutImg)
 wrapper function for Union of closings calculated for several linear structuring element orientations More...
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearClosing2dImgLvl1 > ipsdk::imaproc::morpho::unionLinearClosing2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearClosing2dImgLvl1 > ipsdk::imaproc::morpho::unionLinearClosing2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearClosing2dImgLvl1 > ipsdk::imaproc::morpho::unionLinearClosing2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearClosing2dImgLvl1 > ipsdk::imaproc::morpho::unionLinearClosing2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearClosing2dImgLvl1 > ipsdk::imaproc::morpho::unionLinearClosing2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearClosing2dImgLvl1 > ipsdk::imaproc::morpho::unionLinearClosing2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearClosing2dImgLvl1 > ipsdk::imaproc::morpho::unionLinearClosing2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearClosing2dImgLvl1 > ipsdk::imaproc::morpho::unionLinearClosing2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::getAsyncProcessorOutput (boost::shared_ptr< UnionLinearClosing2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Union of closings calculated for several linear structuring element orientations.

Author
R. Abbal
Date
2019/04/24