|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Simple depth measure, just counts the number of bands of other function pairs which the function is fully contained in. More...
#include <iAFunctionalBoxplot.h>
Public Member Functions | |
| double | calculate (iAFunction< ArgType, ValType > const &curFunc, iAFunction< ArgType, ValType > const &limFunc1, iAFunction< ArgType, ValType > const &limFunc2, ArgType argMin, ArgType argMax, ArgType argStepSize) |
Public Member Functions inherited from iADepthMeasure< ArgType, ValType > | |
| virtual double | calculate (iAFunction< ArgType, ValType > const &curFunc, iAFunction< ArgType, ValType > const &limFunc1, iAFunction< ArgType, ValType > const &limFunc2)=0 |
Simple depth measure, just counts the number of bands of other function pairs which the function is fully contained in.
For details, see paper linked in iAFunctionalBoxplot documentation.
|
inline |