|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Modified depth measure, sums up the percentages to which the function is contained in each band of other function pairs. More...
#include <iAFunctionalBoxplot.h>
Public Member Functions | |
| double | calculate (iAFunction< ArgType, ValType > const &curFunc, iAFunction< ArgType, ValType > const &limFunc1, iAFunction< ArgType, ValType > const &limFunc2) |
| virtual double | calculate (iAFunction< ArgType, ValType > const &curFunc, iAFunction< ArgType, ValType > const &limFunc1, iAFunction< ArgType, ValType > const &limFunc2)=0 |
Modified depth measure, sums up the percentages to which the function is contained in each band of other function pairs.
For details, see paper linked in iAFunctionalBoxplot documentation.
|
inlinevirtual |
Implements iADepthMeasure< ArgType, ValType >.