기술 성공, 실패 기록소

Using OpenCV with gcc and CMake 본문

프로그래밍언어/C++

Using OpenCV with gcc and CMake

sunlab 2021. 11. 2. 18:21
728x90

https://docs.opencv.org/3.4.15/db/df5/tutorial_linux_gcc_cmake.html

 

OpenCV: Using OpenCV with gcc and CMake

Prev Tutorial: Installation in Linux Next Tutorial: Using OpenCV with Eclipse (plugin CDT) NoteWe assume that you have successfully installed OpenCV in your workstation. The easiest way of using OpenCV in your code is to use CMake. A few advantages (taken

docs.opencv.org

 

'프로그래밍언어 > C++' 카테고리의 다른 글

namespace 개념  (0) 2021.12.03
c++ 헤더파일 만들기  (0) 2021.12.03
const &  (0) 2021.10.27
ConstPtr&  (0) 2021.10.27
Eigen library  (0) 2021.08.26