上一页 1 2 3 4 5 6 7 8 ··· 68 下一页
摘要: #include #include #include using namespace cv; using namespace std; //线 void MyLines(Mat &bgImage) { Point p1 = Point(20, 30); Point p2; p2.x = 300; p2.y = 300; Scalar color =... 阅读全文
posted @ 2019-12-06 15:48 喵小喵~ 阅读(296) 评论(0) 推荐(0) 编辑
摘要: #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace cv; using namespace std; int main() { Mat src1,dst,dst2; //原图 src1 = imread(".//pic//kate.png",IMREAD_UNCHANGED); if 阅读全文
posted @ 2019-12-06 14:32 喵小喵~ 阅读(358) 评论(0) 推荐(0) 编辑
摘要: #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace cv; using namespace std; int main() { Mat src1,src2,dst; //原图 src1 = imread(".//pic//kate.png",IMREAD_UNCHANGED); sr 阅读全文
posted @ 2019-12-06 14:01 喵小喵~ 阅读(117) 评论(0) 推荐(0) 编辑
摘要: #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace cv; using namespace std; int main() { Mat src; //原图 src = imread(".//pic//test.jpg",IMREAD_UNCHANGED); if (src.empty 阅读全文
posted @ 2019-12-06 13:31 喵小喵~ 阅读(1049) 评论(0) 推荐(0) 编辑
摘要: #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace cv; using namespace std; int main() { Mat src; //原图 src = imread(".//pic//test.jpg",IMREAD_UNCHANGED); if (src.empty 阅读全文
posted @ 2019-12-06 12:02 喵小喵~ 阅读(981) 评论(0) 推荐(0) 编辑
摘要: 代码: 阅读全文
posted @ 2019-12-06 11:07 喵小喵~ 阅读(1852) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace cv; using namespace std; int main() { //原图 Mat src1 = imread(".//pic//test.jpg",IMREAD_UNCHANGED); //灰度图 Mat src2 = imread(".//pic//test... 阅读全文
posted @ 2019-12-05 18:16 喵小喵~ 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-12-05 18:04 喵小喵~ 阅读(117) 评论(0) 推荐(0) 编辑
摘要: self.tableWidget.horizontalHeader().setSectionResizeMode(QHeaderView.Stretch)self.tableWidget.horizontalHeader().setSectionResizeMode(0, QHeaderView.R 阅读全文
posted @ 2019-10-12 14:37 喵小喵~ 阅读(580) 评论(0) 推荐(0) 编辑
摘要: cuda cudnn安装:https://blog.csdn.net/u011473714/article/details/95042856#comments Anaconda安装及添加清华Pytorch镜像:https://blog.csdn.net/qq_33039859/article/det 阅读全文
posted @ 2019-10-12 10:20 喵小喵~ 阅读(478) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 68 下一页