🏃🏻1. OpenCV Introduction
Contents
1-1 : OpenCV, Computer Vision introduce
- OpenCV, Computer Vision introduce
- OpenCV, Computer Vision 소개
OpenCV Lecture - 1. Introduce (1/7) : Computer Vision & OpenCV Introduce
1-2 : How to start OpenCV, download & setting
- to use OpenCV : opencv 2.4.13, 3.1 dll, ceemple
- OpenCV 처음 사용해 보기 : 2.4.13, 3.1버전, dll 살펴보기, ceemple 소개
OpenCV Lecture - 1. Introduce (2/7), How to start OpenCV, download & setting
1-3 : How to build opencv and use
- to use OpenCV : opencv.org download, method to build
- Assignment #1, #2
- OpenCV 처음 사용해 보기 : 다운받아 사용해보기, 빌드 시켜보기(간략하게)
- 과제 1-1, 1-2번 !!
OpenCV Lecture - 1. Introduce (3/7) : how to build opencv, ceemple, webcam example
1-4 : about Mat
- Introduce Mat class, Mat creation and value set
- Mat 클래스 소개, 생성과 값 설정하기 등.
OpenCV Lecture - 1. Introduce (4/7) : about opencv Mat class
1-5 : Mat basic operation
- Mat simple operation
- Mat 클래스로 간단한 연산 해보기..
OpenCV Lecture - 1. Introduce (5/7) : Mat basic operation +,-,/,*
1-6 : basic image processing
- Mat image loading and show, simple image processing
- Mat 클래스로 영상, 비디오 읽고 뿌리기, 그리고 간단한 영상 처리
OpenCV Lecture - 1. Introduce (6/7) : basic processing, image load and show
1-7 : how to access pixel data
- Mat data access method - at, ptr, data, iterator
- vector to Mat, Mat to vector, image data to Mat
- Assignment #3
- Mat 데이터 접근하기 - at, ptr, data, iterator 방법 소개
- vector to Mat, Mat to vector, image data to Mat 소개
- 과제 1-3번 !!
OpenCV Lecture - 1. Introduce (7/7) : how to access pixel data
Reference
- opencv official site, 공식 사이트 : http://www.opencv.org
- opencv download : http://opencv.org/download.html
- opencv github site : https://github.com/itseez/opencv
- opencv github extra module site : https://github.com/itseez/opencv_contrib
Build reference
- how to build, 방법 소개 : http://study.marearts.com/search/label/Opencv Build
- how to include extra module, 포함 방법 : http://study.marearts.com/2015/01/mil-boosting-tracker-test-in-opencv-30.html
Source code
- opencv study site, my blog : http://study.marearts.com
- how to use ceemple, 이용 방법 : http://study.marearts.com/2016/01/ceemple-opencv-pre-build-and-quick.html
- how to access pixel data, 데이터 접근 방법 : http://study.marearts.com/2014/04/opencv-study-mat-point-access-method.html
- sample code for how to access pixel data, 데이터 접근 방법 예제 코드 : http://study.marearts.com/2016/06/opencv-pixel-access-at-ptr-data.html
- how to convert vector to Mat and Mat to Vector, vector와 Mat의 관계 : http://study.marearts.com/2014/01/opencv-vector-to-mat-mat-to-vector.html
🙇🏻 Thank you!
🎁 Source code, Material(pdf) and example images 👇
https://www.marearts.com/products/opencv-lecture-materials-1