opencv
slowdream
这个作者很懒,什么都没留下…
展开
-
ubuntu 安装opencv2.3.1
在官网下载opencv2.3.1或其他版本 tar jxvf opencv2.3.1.tar.bz2 cd opencv2.3.1 mkdir release cd release cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local/opencv2.3.1 .. make sudo make ins原创 2013-11-26 14:43:30 · 625 阅读 · 0 评论 -
Installing OpenCV 2.4.1 in Ubuntu 12.04 LTS
原文 The latest Long Term Support version of Ubuntu(12.04 LTS) is out and a new version of OpenCV was released as well. This means that now is a great opportunity to update my OpenCV installation g转载 2014-01-02 17:20:28 · 703 阅读 · 0 评论 -
安装opencv到prefix
在官网下载opencv2.3.1或其他版本 tar jxvf opencv2.3.1.tar.bz2 cd opencv2.3.1 mkdir release cd release cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local/opencv2.3.1 .. make原创 2014-01-02 16:57:07 · 887 阅读 · 0 评论 -
cap_ffmpeg.o error 安装opencv 2.3.1
在make时会出现cap_ffmpeg.o error 具体如下 In file included from /smartbuild/work/opencv.git/modules/highgui/src/cap_ffmpeg.cpp:45:0: /smartbuild/work/opencv.git/modules/highgui/src/cap_ffmpeg_impl.hpp:1029:原创 2014-01-03 10:55:29 · 2741 阅读 · 2 评论 -
OpenCV RotatedRect angle is wrong
Improving on the answer of @Adam Goodwin i want to add my little code that changes the behaviour a little bit: I wanted to have the angle between the longer side and vertical (to me it is the most转载 2014-05-29 14:36:35 · 1166 阅读 · 0 评论 -
A Comprehensive Guide to Installing and Configuring OpenCV 2.3.1 on Ubuntu
This guide describes how to install and configure OpenCV 2.3.1 and its dependencies on Ubuntu. It is a compilation of my notes recorded during dozens of OpenCV installs on several different systems.转载 2014-12-11 14:45:51 · 756 阅读 · 0 评论