Searched defs:quads (Results 1 – 2 of 2) sorted by relevance
| /device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/ |
| D | checkchessboard.cpp | 52 …nst std::vector< cv::Vec4i > & hierarchy, std::vector<std::pair<float, int> >& quads, int class_id) in icvGetQuadrangleHypotheses() 99 … & white, Mat & black, double white_thresh, double black_thresh, vector<pair<float, int> > & quads) in fillQuads() 119 static bool checkQuads(vector<pair<float, int> > & quads, const cv::Size & size) in checkQuads() 186 vector<pair<float, int> > quads; in checkChessboard() local 219 vector<pair<float, int> > quads; in checkChessboardBinary() local
|
| D | calibinit.cpp | 198 static void SHOW_QUADS(const std::string & name, const Mat & img_, ChessBoardQuad * quads, int quad… in SHOW_QUADS() 742 int ChessBoardDetector::orderFoundConnectedQuads(std::vector<ChessBoardQuad*>& quads) in orderFoundConnectedQuads() 982 int ChessBoardDetector::addOuterQuad(ChessBoardQuad& quad, std::vector<ChessBoardQuad*>& quads) in addOuterQuad() 1047 void ChessBoardDetector::trimCol(std::vector<ChessBoardQuad*>& quads, int col, int dir) in trimCol() 1086 void ChessBoardDetector::trimRow(std::vector<ChessBoardQuad*>& quads, int row, int dir) in trimRow() 1130 void ChessBoardDetector::removeQuadFromGroup(std::vector<ChessBoardQuad*>& quads, ChessBoardQuad& q… in removeQuadFromGroup()
|