02 2020 档案

摘要:简单例子 https://github.com/siriusdemon/Build-Your-Own-Face-Model/tree/master/recognition 遮挡情况下,附数据集 http://www.escience.cn/people/geshiming/mafa.html 阅读全文
posted @ 2020-02-19 17:07 BlueOceans 阅读(247) 评论(1) 推荐(0)
摘要:ffmpeg -i D14.dav -vcodec copy -acodec copy D14.mp4 阅读全文
posted @ 2020-02-17 17:02 BlueOceans 阅读(1364) 评论(0) 推荐(0)
摘要:opencvcall.cpp #include <opencv2/opencv.hpp> using namespace cv; extern "C" { void test(int height, int width, int channel, uchar* frame_data) { int c 阅读全文
posted @ 2020-02-06 12:58 BlueOceans 阅读(1013) 评论(0) 推荐(0)
摘要:valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all --undef-value-errors=no --log-file=log ./可执行文件名 阅读全文
posted @ 2020-02-04 15:08 BlueOceans 阅读(244) 评论(0) 推荐(0)