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

Evenly spaced range, made of a minimum, a maximum, and a number of bins. More...

Classes

class  ipsdk::imaproc::attr::EvenlySpacedRange
 Evenly spaced range, made of a minimum, a maximum, and a number of bins. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::EvenlySpacedRangeipsdk::imaproc::attr::EvenlySpacedRangePtr
 shared pointer to ipsdk::imaproc::attr::EvenlySpacedRange
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::EvenlySpacedRangeipsdk::imaproc::attr::EvenlySpacedRangeConstPtr
 shared pointer to const ipsdk::imaproc::attr::EvenlySpacedRange
 

Detailed Description

Evenly spaced range, made of a minimum, a maximum, and a number of bins.

SubNodes description

Name ToolTip Associated Class Default Value
Min Range minimum. ipsdk::DataItemLeaf<ipsdk::ipReal64> .0
Max Range maximum. ipsdk::DataItemLeaf<ipsdk::ipReal64> -1.0
NbBins Number of bins in the range. ipsdk::DataItemLeaf<ipsdk::ipUInt32> 0