OpenCV 프로그래밍에 필요한 모던 C++ 문법을 설명합니다.
번호 | 주제 | 예제 프로젝트 폴더 | 동영상 강의 |
---|---|---|---|
1 | 연산자 오버로딩 | operator / operator_ex | [Youtube] |
2 | std::vector 클래스 | vector | [Youtube] |
3 | 범위 기반 for | rangedfor | [Youtube] |
4 | std::sort() 함수 | sorting | [Youtube] |
5 | 람다 표현식 | lambda / lambda_ex | [Youtube] |
6 | 스마트 포인터 | smartptr / smartptr_ex | [Youtube] |