随笔分类 - OpenCV
摘要:参考BiliBili 于仕琪老师 avoid-memory-copy-in-opencv class CV_EXPORTS Mat { public: // some members int rows, cols; //pointer to data uchar* data; //size_t st
阅读全文
摘要:原文链接:https://blog.csdn.net/qq_24537165/article/details/90137317 环境:win10 vs2015 c++ opencv3.4.0 截图: 解决方式(不要怀疑下面写错了,是正确的): 第一步: 下载压缩包,并解压; 第二步: 32位的msv
阅读全文
摘要:生成并编辑c_cpp_properties.json 命令窗口输入:>C/C++: Edit Configurations(JSON),就会自动生成该文件 在includePath中加上需要include的文件夹: "includePath": [ "/usr/include", "/usr/loc
阅读全文
摘要:安装OpenCV(可参考链接) 下载source到 /usr/local/路径下 新建 /build/ cmake 编译 添加库路径 vim /etc/ld.so.conf 该目录作用参考链接 输入: include /etc/ld.so.conf.d/*.conf /usr/local/lib 运
阅读全文