MCPcopy Create free account
hub / github.com/biometrics/openbr / getVarValue

Method getVarValue

openbr/core/boost.cpp:694–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694float CascadeBoostTrainData::getVarValue( int vi, int si )
695{
696 if ( vi < numPrecalcVal && !valCache.empty() )
697 return valCache.at<float>( vi, si );
698 return (*featureEvaluator)( vi, si );
699}
700
701struct FeatureIdxOnlyPrecalc : ParallelLoopBody
702{

Callers 1

predictMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected