Framework/openCV
-
[openCV] note. 알아둬야할 모듈Framework/openCV 2023. 8. 30. 19:34
* Main modules core. Core functionality imgcodecs. Image file reading and writing highgui. High-level GUI event관련 메서드. * 주요 모듈들. basic structures C structures and operations : C언어를 사용할 수 있다라는 의미. Operations on arrays : 배열 연산하는 클래스 utility and system functions and macros -> os 함수를 포함하고 있다. OpenGL interoperability OpenCL support * 변수, 함수, 메서드 차이 t, t(), my.t() t : 변수 t(): 함수 my.t() : 클래스객체.메서드 * o..