- 博客(9)
- 资源 (7)
- 收藏
- 关注
原创 CentOS6.5 OpenCV 3.1 cmake编译失败
OpenCV 的测试工程使用cmake编译总是失败,错误如下:$ cmake ..-- The C compiler identification is GNU 4.4.7-- The CXX compiler identification is GNU 4.4.7-- Check for working C compiler: /usr/bin/cc-- Check for
2018-01-22 20:31:37 745
转载 JNI访问Java数组方法
这篇文章写的非常好http://leo.ugr.es/elvira/devel/Tutorial/Java/native1.1/implementing/array.html
2017-11-23 11:11:09 333
原创 Ubuntu 网卡配置
sudo gedit /etc/network/interfaces 可修改网卡的上网方式默认如下:auto loiface lo inet loopback改为如下,将使用自动IP,即DHCP方式上网:auto eth0iface eth0 inet dhcp改为如下,将使用静态IP上网:auto eth0iface eth0 in
2017-08-29 16:01:03 526
原创 如何用通过C++11提供的std::condition_variable实现主线程控制子线程的启动和停止
讲述了如何使用C++ 11的条件变量实现主线程控制子线程任务的开始和停止,减少了启动线程的开销
2017-07-09 12:23:31 3124
原创 OpenCV 光流示例程序
#include #include #include #include #include #include using namespace cv;using namespace std;Point2f point;bool addRemovePt = false;int main(int argc, cha
2017-07-05 11:54:49 1283
原创 Eclipse Invalid project description. XXX overlaps the location of another project XXX
今天尝试在Eclipse中导入一个工程时,出现了导入失败的问题,提示Invalid project description. XXX overlaps the location of another project: XXX。反复尝试好几次发现原因是工作空间下已经存在一个同名的工程,解决方法是删除工作空间下的.metadata文件夹,而后重新导入工程。
2016-10-19 11:40:38 391
原创 OpenCV矩阵运算用例
//-----------------------------------------------------------------/**\brief 测试OpenCV的矩阵运算\return 无*///-----------------------------------------------------------------void TestOpen
2015-09-20 12:11:32 446
EasyExplorer Eclipse 插件,实现右键打开文件所在的目录
2015-10-01
openGL和MFC的结合,各种基本操作的实现
2010-02-04
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人