IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GaussianCoverage.h
1 // GaussianCoverage.h:
3 // -------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_GAUSSIANCOVERAGE_H__
17 #define __IPSDKIPLATTRIBUTES_GAUSSIANCOVERAGE_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, GaussianCoverage,
33  ((LEAF)(GaussianRatio)(ipsdk::ipReal32)(0.997f))
34  ((LEAF)(MinHalfKernelSize)(ipsdk::ipUInt32)(2)))
35 };
36 
39 
42 typedef boost::shared_ptr<ipsdk::imaproc::attr::GaussianCoverage> GaussianCoveragePtr;
43 
46 typedef boost::shared_ptr<const ipsdk::imaproc::attr::GaussianCoverage> GaussianCoverageConstPtr;
47 
50 
55 
60 createGaussianCoverage(const ipReal32 gaussianRatio,
61  const ipUInt32 minHalfKernelSize);
63 createGaussianCoverage(const ipReal32 gaussianRatio);
65 
68 
69 } // end of namespace attr
70 } // end of namespace imaproc
71 } // end of namespace ipsdk
72 
73 #endif // __IPSDKIPLATTRIBUTES_GAUSSIANCOVERAGE_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::GaussianCoverage > GaussianCoverageConstPtr
shared pointer to const ipsdk::imaproc::attr::GaussianCoverage
Definition: GaussianCoverage.h:134
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::GaussianCoverage > GaussianCoveragePtr
shared pointer to ipsdk::imaproc::attr::GaussianCoverage
Definition: GaussianCoverage.h:130
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
IPSDKIPLATTRIBUTES_API GaussianCoveragePtr createGaussianCoverage(const ipReal32 gaussianRatio)
function allowing to create a custom GaussianCoverage object
IPSDKIPLATTRIBUTES_API GaussianCoveragePtr createDefaultGaussianCoverage()
function allowing to create a default GaussianCoverage object
float ipReal32
uint32_t ipUInt32