16 #ifndef __IPSDKIPLATTRIBUTES_IMAGEVALUEEXTRACTIONMETHOD_H__ 17 #define __IPSDKIPLATTRIBUTES_IMAGEVALUEEXTRACTIONMETHOD_H__ 40 bool checkTiledMethod(
const ipUInt64 nbData,
const ipUInt64 nbTotPixels)
const;
93 #endif // __IPSDKIPLATTRIBUTES_IMAGEVALUEEXTRACTIONMETHOD_H__ Ratio between number of requested samples R and total number of image pixels T defined used method : ...
Definition: ImageValueExtractionMethodTypes.h:33
IPSDKIPLATTRIBUTES_API ImageValueExtractionMethodPtr createForceStripedImageValueExtractionMethod()
function allowing to create an image value extraction method setup to forced to striped configuration...
Predefined types for image value extraction method management.
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< ipsdk::imaproc::attr::ImageValueExtractionMethod > ImageValueExtractionMethodPtr
shared pointer to ipsdk::imaproc::attr::ImageValueExtractionMethod
Definition: ImageValueExtractionMethod.h:154
IPSDKIPLATTRIBUTES_API ImageValueExtractionMethodPtr createNbDataThresholdImageValueExtractionMethod(const ipUInt64 nbDataThreshold)
function allowing to create an image value extraction method setup to number of data configuration ...
eImageValueExtractionMethod
Enumerate describing configuration used to define image value extraction method.
Definition: ImageValueExtractionMethodTypes.h:31
IPSDKIPLATTRIBUTES_API ImageValueExtractionMethodPtr createDefaultImageValueExtractionMethod()
function allowing to create a default image value extraction method
Definition of import/export macro for library.
IPSDKIPLATTRIBUTES_API ImageValueExtractionMethodPtr createImageRatioImageValueExtractionMethod(const ipReal64 imageRatioThreshold)
function allowing to create an image value extraction method setup to image ratio configuration ...
IPSDKIPLATTRIBUTES_API ImageValueExtractionMethodPtr createForceTiledImageValueExtractionMethod()
function allowing to create an image value extraction method setup to forced to tiled configuration ...
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
boost::shared_ptr< const ipsdk::imaproc::attr::ImageValueExtractionMethod > ImageValueExtractionMethodConstPtr
shared pointer to const ipsdk::imaproc::attr::ImageValueExtractionMethod
Definition: ImageValueExtractionMethod.h:158