IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughCirclesKernelXYElt.h
1 // HoughCirclesKernelXYElt.h:
3 // --------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_HOUGHCIRCLESKERNELXYELT_H__
17 #define __IPSDKIPLATTRIBUTES_HOUGHCIRCLESKERNELXYELT_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, HoughCirclesKernelXYElt,
33  ((LEAF)(Dx)(ipsdk::ipInt64))
34  ((LEAF)(Dy)(ipsdk::ipInt64))
35  ((LEAF)(DxDivByR)(ipsdk::ipReal32))
36  ((LEAF)(DyDivByR)(ipsdk::ipReal32))
37  ((LEAF)(Radius)(ipsdk::ipReal32))
38  ((LEAF)(NbPtsOnCircle)(ipsdk::ipUInt64)))
39 };
40 
43 
44 } // end of namespace attr
45 } // end of namespace imaproc
46 } // end of namespace ipsdk
47 
48 #endif // __IPSDKIPLATTRIBUTES_HOUGHCIRCLESKERNELXYELT_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
uint64_t ipUInt64
Definition of import/export macro for library.
int64_t ipInt64
float ipReal32