16 #ifndef __IPSDKIMAGEPROCESSING_RULEREINTERPRETABLEIMAGEDATA_H__ 17 #define __IPSDKIMAGEPROCESSING_RULEREINTERPRETABLEIMAGEDATA_H__ 19 #include <IPSDKImageProcessing/Rule/Image/ImageComparison/BaseImageComparisonRule.h> 56 bool testRule()
const;
59 std::string createRuleFormalString()
const;
62 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
84 #endif // __IPSDKIMAGEPROCESSING_RULEREINTERPRETABLEIMAGEDATA_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Rule allowing to check that data associated to a given image can be reinterpreted to fit data of anot...
Definition: RuleReInterpretableImageData.h:27
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
static const eImageComparisonRuleType::domain g_imageComparisonRuleType
image processing image comparison rule type associated to rule
Definition: RuleReInterpretableImageData.h:32
eImageComparisonRuleType
enumerate describing image comparison rule operation type
Definition: ImageComparisonRuleTypes.h:32
Rule allowing to check that data associated to a given image can be reinterpreted to fit data of anot...
Definition: ImageComparisonRuleTypes.h:44
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for rules allowing to compare two image attributes.
Definition: BaseImageComparisonRule.h:27
eImageComparisonRuleType getImageComparisonRuleType() const
get image comparison rule type
Definition: RuleReInterpretableImageData.h:73
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53