上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: reference: https://docs.opencv.org/4.1.2/ 基本使用 1.图片和视频,读写(2,8) 2.OpenCV基本数据类型(3) 3.OpenCV大型数据类型及操作:图像,数组(4,5) 4.绘图和注释(6) 重要理论 1.SVD分解(7) 2.滤波和卷积(10) 阈 阅读全文
posted @ 2019-11-23 13:21 寒江小筑 阅读(202) 评论(0) 推荐(0)
摘要: linux下Qt+OpenCv环境的搭建: https://blog.csdn.net/yaowangII/article/details/84303124 1.qt:https://blog.csdn.net/yaowangII/article/details/78529581 https://b 阅读全文
posted @ 2019-11-18 15:49 寒江小筑 阅读(161) 评论(0) 推荐(0)
摘要: 1.tf 2.nn 3.tf.summary 4.常用处理 keep prob soft max 资料 1.图像识别http://rodrigob.github.io/are_we_there_yet/build/classification_datasets_results.html 2.TF教程 阅读全文
posted @ 2019-11-15 19:13 寒江小筑 阅读(159) 评论(0) 推荐(0)
摘要: 输出结果: 阅读全文
posted @ 2019-11-15 18:57 寒江小筑 阅读(136) 评论(0) 推荐(0)
摘要: 理论参考: http://www.tensorfly.cn/tfdoc/tutorials/mnist_beginners.html 阅读全文
posted @ 2019-11-15 18:12 寒江小筑 阅读(228) 评论(0) 推荐(0)
摘要: tensorflow 1.一切都要tf. 2.只有sess.run才能生效 阅读全文
posted @ 2019-11-15 18:12 寒江小筑 阅读(159) 评论(0) 推荐(0)
摘要: 1.系统:ubuntu 14.04 2.IDE:VSCode,Qt 3.可视化库: libQGLViewer。OpenGL 适配 qt 的一个库。官网及压缩包内的 example。http://libqglviewer.com/ QCustomplot。对照着 example 中的例程写代码,可以快 阅读全文
posted @ 2019-11-05 10:19 寒江小筑 阅读(609) 评论(0) 推荐(0)
摘要: 1) 安装 xcode。 打开App Store,搜索xcode,进行下载安装。 2)执行命令: xcode-select --install 3)安装VS Code https://code.visualstudio.com/ 4) 打开vs code。打开左侧扩展栏,安装c++扩展 5)c_cp 阅读全文
posted @ 2019-11-03 16:36 寒江小筑 阅读(552) 评论(0) 推荐(0)
摘要: 1.ubuntu->vs code 1. 通过官方PPA安装Ubuntu make sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update sudo apt-get install ubuntu-make 阅读全文
posted @ 2019-10-28 18:21 寒江小筑 阅读(3439) 评论(0) 推荐(0)
摘要: 1.实现方式 typeid运算符,返回表达式的类型 dynamic_cast运算符,基类的指针或引用安全地转换成派生类的指针或引用 2.适用于:使用基类的指针或引用执行派生类的操作,且该操作不是虚函数。 3.使用风险:程序员必须清楚地知道转换的目标类型,且必须检查类型转换是否被成功执行。尽可能用虚函 阅读全文
posted @ 2019-10-06 15:25 寒江小筑 阅读(146) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 13 下一页