openCV 3 setup on Ubuntu14.04

http://rodrigoberriel.com/2014/10/installing-opencv-3-0-0-on-ubuntu-14-04/


using openCV 3 on Qt Creator 3.2 (Qt 5.3)

http://rodrigoberriel.com/2014/11/using-opencv-3-qt-creator-3-2-qt-5-3/


만약,  qt creator에 서Run을 눌러 실행 시, realloc() invalid pointer 라는 에러가 발생한다면, 그것은 openCV cmake 부분에서  -D WITH_QT=ON 옵션을 줘서 그런것이다.

이 옵션을 주게되면 새롭게 설치 할 qt version 을 쓰는것이라니라 system qt version을 쓴다는 것이다.

즉, qt4로 컴파일하고, qt5로 실행하려고 하였기 때문이다.

그래서 build 디렉토리를 삭제하고 다시  opencv를 설치해야 한다.

출처: http://answers.opencv.org/question/16762/opencv-2461-1-and-qt5-and-qtcreator-280/

'Programming > etc' 카테고리의 다른 글

Python, Java 관련 example site  (0) 2016.02.15
XAMPP Install  (0) 2015.11.12
[Ubuntu/Lubuntu] IPython Notebook Setup  (0) 2015.04.30
[Ubuntu14.04 LTS] AMP Install  (0) 2015.02.07
iPython Install On CentOS7  (0) 2014.09.17
Posted by scii
: