refactor(*): delete folder-3rdparty;style(*): change coding styles

This commit is contained in:
Messier
2019-09-04 17:49:30 +08:00
parent 7747a0c3fc
commit 050e7d6771
294 changed files with 61 additions and 80752 deletions

View File

@@ -127,7 +127,7 @@ class Camera {
void projectPoints(
const std::vector<cv::Point3f> &objectPoints, const cv::Mat &rvec,
const cv::Mat &tvec, std::vector<cv::Point2f> &imagePoints) const;
const cv::Mat &tvec, std::vector<cv::Point2f> &imagePoints) const;
protected:
cv::Mat m_mask;
};