OpenCV
-
[The Core Functionality] Mat - The Basic Image ContainerComputer Vision 2020. 7. 25. 16:35
https://docs.opencv.org/2.4/doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_image_container.html#matthebasicimagecontainer Mat - The Basic Image Container — OpenCV 2.4.13.7 documentation Goal We have multiple ways to acquire digital images from the real world: digital cameras, scanners, computed tomography, and magnetic resonance imaging to name a few. In every case what we (human..
-
X code 에서 Open CV 환경 만들기.Computer Vision 2020. 7. 25. 02:52
영상 처리 공부하다가 Open CV 실습을 해야해서 환경 셋팅을 했다. Max os 환경에 Open CV 설치해서 X code 에서 c++ 로 Open CV 다루기. 1. Homebrew 통해서 Open CV 패키지 설치. 2. Xcode에 Open CV 라이브러리 링크. Homebrew 설치 brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh 사이트에 있는 스크립트를 복사해서 터미널에서 실행시킨다. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" Password 입력하고 기다리면 ..