摘要: #include<opencv2/opencv.hpp> #include<iostream> #include <vector> int main(int argc, char** argv) { std::cout << "cvCeil(3.7) = " << cvCeil(3.7) << st 阅读全文
posted @ 2022-01-15 09:14 天子骄龙 阅读(37) 评论(0) 推荐(0)
摘要: #include<opencv2/opencv.hpp> #include<iostream> #include <vector> int main(int argc, char** argv) { std::cout << "cvFloor(3.7) = " << cvFloor(3.7) << 阅读全文
posted @ 2022-01-15 09:09 天子骄龙 阅读(48) 评论(0) 推荐(0)
摘要: #include<opencv2/opencv.hpp> #include<iostream> #include <vector> int main(int argc, char** argv) { std::cout << "cvRound(3.7) = " << cvRound(3.7) << 阅读全文
posted @ 2022-01-15 08:59 天子骄龙 阅读(242) 评论(0) 推荐(0)