Lines Matching full:const
20 ChessBoardGenerator(const Size& patternSize = Size(8, 6));
21 Mat operator()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, std::vector<Point2f>& corners) const;
22 Mat operator()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, const Size2f& squareSize, std::vector<Point2f>& corners) const;
23 Mat operator()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, const Size2f& squareSize, const Point3f& pos, std::vector<Point2f>& corners) const;
24 Size cornersSize() const;
28 void generateEdge(const Point3f& p1, const Point3f& p2, std::vector<Point3f>& out) const;
29 Mat generateChessBoard(const Mat& bg, const Mat& camMat, const Mat& distCoeffs,
30 const Point3f& zero, const Point3f& pb1, const Point3f& pb2,
31 float sqWidth, float sqHeight, const std::vector<Point3f>& whole, std::vector<Point2f>& corners) const;
32 void generateBasis(Point3f& pb1, Point3f& pb2) const;