일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Kinetic
- CUDA
- ubuntu
- 전이학습
- ROS
- YoLO
- 촉각센서
- turtlebot3
- roslaunch
- ax200
- RGB-D
- error
- G++
- linetracing
- CuDNN
- gcc
- roslib
- opencv
- sources.list
- autorace
- Linux
- turtlebot
- Gazebo
- webots
- amcl
- rqt
- 부분공간
- darknet_ros
- FreeCAD
- Installation
- Today
- Total
목록opencv (4)
기술 성공, 실패 기록소
error msg ... No rule to make target '/usr/lib/x86_64-linux-gnu/libGL.so', needed by 'lib/libopencv_cudev.so.3.4.0' ... Problem with libGL.so on 64-bit Ubuntu http://techtidings.blogspot.com/2012/01/problem-with-libglso-on-64-bit-ubuntu.html Problem with libGL.so on 64-bit Ubuntu I have an Nvidia card and as expected I installed Nvidia drivers for my ubuntu. But, whenever I compiled programs tha..
kinetic을 설치할 때 opencv도 같이 설치 된다. 3.3.1 버전임. 하지만 pkg-config --modversion opencv 으로 버전이 확인되진 않는다. 그래도 python 2.7에선 import cv2 가능함. python 3.5에선 import cv2 에서 에러가 뜬다.
https://stackoverflow.com/questions/28469127/import-error-libopencv-core-so-3-0cannot-open-shared-file Import Error : libopencv_core.so.3.0:cannot open shared file I am using Ubuntu 12.04. I installed the opencv 3.0-beta version initially. Due to some reasons I switched back to an older version, 2.4.9, after uninstalling the older version using commands: $> stackoverflow.com 완전히 다 삭제한 후에 설치한다. s..