IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SamplingBallInfo.h
1 // SamplingBallInfo.h:
3 // -------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_SAMPLINGBALLINFO_H__
17 #define __IPSDKIPLATTRIBUTES_SAMPLINGBALLINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/SamplingRingInfo.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, SamplingBallInfo,
34  ((NODE_COLL)(RingColl)(ipsdk::imaproc::attr::SamplingRingInfo)))
35 
36 public:
38  void addRing(const ipReal64 radius,
39  const ipUInt32 nbSamples,
40  const ipReal32 stdDev);
41 };
42 
45 
48 typedef boost::shared_ptr<ipsdk::imaproc::attr::SamplingBallInfo> SamplingBallInfoPtr;
49 
52 typedef boost::shared_ptr<const ipsdk::imaproc::attr::SamplingBallInfo> SamplingBallInfoConstPtr;
53 
56 
69 
82 
85 
86 } // end of namespace attr
87 } // end of namespace imaproc
88 } // end of namespace ipsdk
89 
90 #endif // __IPSDKIPLATTRIBUTES_SAMPLINGBALLINFO_H__
IPSDKIPLATTRIBUTES_API SamplingBallInfoPtr createDefaultSamplingBallInfo2d()
function allowing to create a default 2d sampling ball informationIn this case we generate 6 rings wi...
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::SamplingBallInfo > SamplingBallInfoConstPtr
shared pointer to const ipsdk::imaproc::attr::SamplingBallInfo
Definition: SamplingBallInfo.h:138
double ipReal64
boost::shared_ptr< ipsdk::imaproc::attr::SamplingBallInfo > SamplingBallInfoPtr
shared pointer to ipsdk::imaproc::attr::SamplingBallInfo
Definition: SamplingBallInfo.h:134
IPSDKIPLATTRIBUTES_API SamplingBallInfoPtr createDefaultSamplingBallInfo3d()
function allowing to create a default 3d sampling ball informationIn this case we generate 6 rings wi...
Definition of import/export macro for library.
Parameters for a sampling ring around an image point.
Definition: SamplingRingInfo.h:56
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
float ipReal32
uint32_t ipUInt32