05 2022 档案

摘要:template <typename T1, typename T2> inline double setDoublePrecicious(const T1 &number, const T2 &n){ stringstream str_number; str_number<<std::setpre 阅读全文
posted @ 2022-05-31 19:05 小小灰迪 阅读(137) 评论(0) 推荐(0) 编辑
摘要:Point cv::circle 官方文档地址 void cv::circle (InputOutputArray img, Point center, int radius, const Scalar & color, int thickness = 1, int lineType = LINE_ 阅读全文
posted @ 2022-05-31 11:28 小小灰迪 阅读(443) 评论(0) 推荐(0) 编辑
摘要:```c++ #include #include #include #include #include // opencv Aruco官方示例 // https://github.com/opencv/opencv_contrib/tree/4.x/modules/aruco/samples usi 阅读全文
posted @ 2022-05-26 11:34 小小灰迪 阅读(1203) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示