Home
last modified time | relevance | path

Searched defs:basisGraphs (Results 1 – 1 of 1) sorted by relevance

/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dcirclesgrid.cpp628 std::vector<Graph> basisGraphs; in findHoles() local
641 std::vector<Graph> basisGraphs; in findHoles() local
795 void CirclesGridFinder::findMCS(const std::vector<Point2f> &basis, std::vector<Graph> &basisGraphs) in findMCS()
1048 float CirclesGridFinder::computeGraphConfidence(const std::vector<Graph> &basisGraphs, bool addRow, in computeGraphConfidence()
1094 void CirclesGridFinder::addHolesByGraph(const std::vector<Graph> &basisGraphs, bool addRow, Point2f… in addHolesByGraph()
1129 …(const std::vector<Point2f> &samples, std::vector<Point2f> &basis, std::vector<Graph> &basisGraphs) in findBasis()
1287 size_t CirclesGridFinder::findLongestPath(std::vector<Graph> &basisGraphs, Path &bestPath) in findLongestPath()
1365 void CirclesGridFinder::drawBasisGraphs(const std::vector<Graph> &basisGraphs, Mat &drawImage, bool… in drawBasisGraphs()