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

object allowing to define used image values extraction method More...

Classes

class  ipsdk::imaproc::attr::ImageValueExtractionMethod
 object allowing to define used image values extraction method More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::ImageValueExtractionMethodipsdk::imaproc::attr::ImageValueExtractionMethodPtr
 shared pointer to ipsdk::imaproc::attr::ImageValueExtractionMethod
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::ImageValueExtractionMethodipsdk::imaproc::attr::ImageValueExtractionMethodConstPtr
 shared pointer to const ipsdk::imaproc::attr::ImageValueExtractionMethod
 

Functions

IPSDKIPLATTRIBUTES_API ImageValueExtractionMethodPtr ipsdk::imaproc::attr::createDefaultImageValueExtractionMethod ()
 function allowing to create a default image value extraction method
 
IPSDKIPLATTRIBUTES_API ImageValueExtractionMethodPtr ipsdk::imaproc::attr::createImageRatioImageValueExtractionMethod (const ipReal64 imageRatioThreshold)
 function allowing to create an image value extraction method setup to image ratio configuration
 
IPSDKIPLATTRIBUTES_API ImageValueExtractionMethodPtr ipsdk::imaproc::attr::createNbDataThresholdImageValueExtractionMethod (const ipUInt64 nbDataThreshold)
 function allowing to create an image value extraction method setup to number of data configuration
 
IPSDKIPLATTRIBUTES_API ImageValueExtractionMethodPtr ipsdk::imaproc::attr::createForceTiledImageValueExtractionMethod ()
 function allowing to create an image value extraction method setup to forced to tiled configuration
 
IPSDKIPLATTRIBUTES_API ImageValueExtractionMethodPtr ipsdk::imaproc::attr::createForceStripedImageValueExtractionMethod ()
 function allowing to create an image value extraction method setup to forced to striped configuration
 

Detailed Description

object allowing to define used image values extraction method

SubNodes description

Name ToolTip Associated Class Default Value
Config configuration for definition of used extraction method ipsdk::DataItemEnumLeaf<ipsdk::imaproc::attr::eImageValueExtractionMethod> ipsdk::imaproc::attr::eImageValueExtractionMethod::eIVEM_ImageRatio
NbDataThreshold threshold used to define used extraction method ipsdk::DataItemLeaf<ipsdk::ipUInt64>
ImageRatioThreshold image ratio threshold used to define used extraction method ipsdk::DataItemLeaf<ipsdk::ipReal64>