Home
last modified time | relevance | path

Searched refs:totnummatches (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp516 double totnummatches = m_nr_matches; in ComputeInliers() local
522 for(int c=0; c < totnummatches; c++ ) in ComputeInliers()
532 double frac=inliercount/totnummatches; in ComputeInliers()