computeGraphConfidence 1056 modules/calib3d/src/circlesgrid.cpp   float aboveConfidence = computeGraphConfidence(basisGraphs, addRow, above, aboveSeeds);
computeGraphConfidence 1057 modules/calib3d/src/circlesgrid.cpp   float belowConfidence = computeGraphConfidence(basisGraphs, addRow, below, belowSeeds);
computeGraphConfidence  172 modules/calib3d/src/circlesgrid.hpp   float computeGraphConfidence(const std::vector<Graph> &basisGraphs, bool addRow, const std::vector<size_t> &points,