IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SEMorphologyUtils.h
Go to the documentation of this file.
1 // SEMorphologyUtils.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYUTILS_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYUTILS_H__
17 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace morpho {
26 
29 
35 getSEProcessingCase(const StructuringElementXYInfo& seInfo,
36  const image::BaseImage& inImg);
38 getSEProcessingCase(const StructuringElementXYZInfo& seInfo,
39  const image::BaseImage& inImg);
41 
48 getSEWkImageBufferType(const StructuringElementXYInfo& seInfo,
49  const image::BaseImage& inImg);
51 getSEWkImageBufferType(const StructuringElementXYZInfo& seInfo,
52  const image::BaseImage& inImg);
54 
57 
58 } // end of namespace morpho
59 } // end of namespace imaproc
60 } // end of namespace ipsdk
61 
62 #endif // __IPSDKIPLBASICMORPHOLOGY_SEMORPHOLOGYUTILS_H__
IPSDKIPLBASICMORPHOLOGY_API image::eImageBufferType getSEWkImageBufferType(const StructuringElementXYInfo &seInfo, const image::BaseImage &inImg)
retrieve working image type associated to morphological structuring element processing case ...
IPSDKIPLBASICMORPHOLOGY_API eSEProcessingCase getSEProcessingCase(const StructuringElementXYInfo &seInfo, const image::BaseImage &inImg)
function allowing to retrieve morphological structuring element processing case in function of struct...
eSEProcessingCase
Enumerate describing processing case associated to a structuring element.
Definition: SEMorphologyTypes.h:32
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
Definition of import/export macro for library.
Predefined types for morphological structuring elements processing.