![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Arithmetic formula measure associated to a formula string. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::ArithmeticFormulaMsr |
| Measurement object for measure ArithmeticFormula. More... | |
| class | ipsdk::imaproc::shape::analysis::ArithmeticFormulaMsrInfo |
| Information object for measure ArithmeticFormula. More... | |
| class | ipsdk::imaproc::shape::analysis::ArithmeticFormulaMsrParams |
| Parameter object for measure ArithmeticFormula. More... | |
Functions | |
| IPSDKIPLSHAPEANALYSIS_API ArithmeticFormulaMsrParamsPtr | ipsdk::imaproc::shape::analysis::createArithmeticFormulaMsrParams (const std::string &formulaStr) |
| function allowing to create a new parameter object for ArithmeticFormula measure | |
Arithmetic formula measure associated to a formula string.
Formula measure is associated to a formula string (an equation) which will be used to compute measure results.
During measure creation, formula string will be preprocessed to validate formula syntax and extract associated operands, operators and functions.
Then during measure evaluation, formula will be evaluated in specialized case associated to each shape.
See Measure Formula for more informations about measure formula syntax and usage.
Here is an example of arithmetic formula measurement with used formula :
Arithmetic formula measure associated to a formula string
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Generic |
None |
|
Value (ipsdk::ipReal64) |
None |
This is a generic measure
Measure ArithmeticFormula is not associated to any unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_NoUnit]
Measure ArithmeticFormula is associated to ArithmeticFormulaMsrParams parameters
Measure ArithmeticFormula is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure ArithmeticFormula does not requires anything from shape data
Measure ArithmeticFormula has no dependency
1.8.14