随笔分类 -  图像处理

my opencv programs in ubuntu
摘要:1.new a *.c file named drawing.c2.g++ `pkg-config opencv --libs --cflags opencv` drawing.c -o drawingnotice : the difference between' and` 阅读全文

posted @ 2012-04-15 16:03 windmissing 阅读(117) 评论(0) 推荐(0)

run opencv demos int ubuntu
摘要:step1:copy demos and set rights1cd~2mkdiropenCV_samples3cpOpenCV-2.1.0/samples/c/* openCV_samples4cdopenCV_samples/5chmod+x build_all.sh6./build_all.shstep2:Some of the training data for object detection is stored in /usr/local/share/opencv/haarcascades. You need to tell OpenCV which training data t 阅读全文

posted @ 2012-04-15 15:59 windmissing 阅读(157) 评论(0) 推荐(0)

Installing OpenCV 2.3.1 in Ubuntu
摘要:step1:下载从http://sourceforge.net/projects/opencvlibrary下载OpenCV源码,下载文件为OpenCV-2.3.1a.tar.bz2。cd ~ wget http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.1/OpenCV-2.3.1a.tar.bz2/downloadstep2:解压,解压后的文件夹为OpenCV-2.3.1tar -xvf OpenCV-2.3.1a.tar.bz2step3:检查配置cd OpenCV-2.3.1 cmake .如果结果如图所示 阅读全文

posted @ 2012-03-30 11:01 windmissing 阅读(291) 评论(0) 推荐(0)