IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
public
IPSDKIPL
IPSDKIPLAdvancedMorphology
IPSDKIPLAdvancedMorphologyExports.h
Go to the documentation of this file.
1
// IPSDKIPLAdvancedMorphologyExports.h:
3
// ------------------------------------
4
//
9
10
#ifndef __IPSDKIPLADVANCEDMORPHOLOGY_IPSDKIPLADVANCEDMORPHOLOGYEXPORTS_H__
11
#define __IPSDKIPLADVANCEDMORPHOLOGY_IPSDKIPLADVANCEDMORPHOLOGYEXPORTS_H__
12
15
18
#ifdef IPSDK_WINDOWS
19
#ifdef IPSDKIPLADVANCEDMORPHOLOGY_EXPORTS
20
#define IPSDKIPLADVANCEDMORPHOLOGY_API __declspec(dllexport)
21
#else
22
#define IPSDKIPLADVANCEDMORPHOLOGY_API __declspec(dllimport)
23
#endif
24
#else
25
#define IPSDKIPLADVANCEDMORPHOLOGY_API
26
#endif
27
30
#define IPSDK_LIB_API_IPSDKIPLAdvancedMorphology() \
31
IPSDKIPLADVANCEDMORPHOLOGY_API
32
35
#define IPSDK_LIB_NAMESPACE_IPSDKIPLAdvancedMorphology() \
36
ipsdk::imaproc::advmorpho
37
40
41
#endif // __IPSDKIPLADVANCEDMORPHOLOGY_IPSDKIPLADVANCEDMORPHOLOGYEXPORTS_H__
Generated on Tue Apr 15 2025 16:23:56 for IPSDK by
1.8.14