摘要: 参考 https://help.coding.net/docs/host/git/installation.html https://www.jianshu.com/p/81143ef6c97f //打开git终端 Git 分支管理 本地分支管理 $ git checkout -b learn-ch 阅读全文
posted @ 2020-03-09 21:05 玥茹苟 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 灰度图单通道实现:for (int i = 0; i < srcImg.rows; i++) { uchar *srcData = srcImg.ptr<uchar>(i); for (int j = 0; j < srcImg.cols; j++) { dstImg.at<uchar>(i, j) 阅读全文
posted @ 2020-03-09 18:49 玥茹苟 阅读(556) 评论(0) 推荐(0) 编辑
摘要: //////////////////////////////////////////////////////////////////////////////////////////////////////// //aa, bb为一条线段两端点 cc, dd为另一条线段的两端点 相交返回true, 不 阅读全文
posted @ 2020-03-09 11:07 玥茹苟 阅读(405) 评论(0) 推荐(0) 编辑