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

Range (min and max) used as input parameter by image processing algorithms, such as normalization. More...

Classes

class  ipsdk::imaproc::attr::Range
 Range (min and max) used as input parameter by image processing algorithms, such as normalization. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::Rangeipsdk::imaproc::attr::RangePtr
 shared pointer to ipsdk::imaproc::attr::Range
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::Rangeipsdk::imaproc::attr::RangeConstPtr
 shared pointer to const ipsdk::imaproc::attr::Range
 

Functions

IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RangePtr ipsdk::imaproc::attr::createRange (const ipsdk::ipReal64 minValue, const ipsdk::ipReal64 maxValue)
 function allowing to create a range from a min and a max value
 
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RangePtr ipsdk::imaproc::attr::createRange (const ipsdk::image::eImageBufferType &imageBufferType)
 function allowing to create a range associated to min and max value of an image buffer type
 

Detailed Description

Range (min and max) used as input parameter by image processing algorithms, such as normalization.

SubNodes description

Name ToolTip Associated Class Default Value
Min Minimum. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Max Maximum. ipsdk::DataItemLeaf<ipsdk::ipReal64>