IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs | Functions

range of radius of circles to detect More...

Classes

class  ipsdk::imaproc::attr::HoughCirclesRadiusRange
 range of radius of circles to detect More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::HoughCirclesRadiusRangeipsdk::imaproc::attr::HoughCirclesRadiusRangePtr
 shared pointer to ipsdk::imaproc::attr::HoughCirclesRadiusRange
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::HoughCirclesRadiusRangeipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr
 shared pointer to const ipsdk::imaproc::attr::HoughCirclesRadiusRange
 

Functions

IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::EvenlySpacedRangePtr ipsdk::imaproc::attr::createDefaultEvenlySpacedRange ()
 function allowing to create a default evenly spaced range
 
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::EvenlySpacedRangePtr ipsdk::imaproc::attr::createEvenlySpacedRange (const ipsdk::ipReal64 minValue, const ipsdk::ipReal64 maxValue, const ipsdk::ipUInt32 nbBins)
 function allowing to create an evenly spaced range from a min, a max and a number of bins
 
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughCirclesRadiusRangePtr ipsdk::imaproc::attr::createHoughCirclesRadiusRange (const ipsdk::ipInt64 minValue, const ipsdk::ipInt64 maxValue)
 function allowing to create a range from a min and a max value
 

Detailed Description

range of radius of circles to detect

SubNodes description

Name ToolTip Associated Class Default Value
MinRadius minimal radius ipsdk::DataItemLeaf<ipsdk::ipInt64>
MaxRadius maximal radius ipsdk::DataItemLeaf<ipsdk::ipInt64>