[예습] Basics of openCV
Mat openCV의 기본데이터 타입 “Matrix” Declaration Mat (int rows, int cols, int type) Mat mtx(3, 3, CV_32F): 3x3 floating-point m...
Mat openCV의 기본데이터 타입 “Matrix” Declaration Mat (int rows, int cols, int type) Mat mtx(3, 3, CV_32F): 3x3 floating-point m...
Predicate(술어) : 변수에 대한 propositional function(명제함수) P(x): x(변수)에 대한 propositional function(P)의 값 “P at x” or “P of x” 값은 True or Fals...
Basics of Color
HTML Form 사용자의 데이터를 서버에 전송하는 방법 로그인 회원가입 글 작성, 파일 업로드 등
Digital Image made up of pixels Pixel (picture element) 영상(image)에 대한 정보를 담고 있는 가장 작은 단위 여러 개의 값 때로는 하나의 값을 가질 수 있음 픽셀의 위치는 2차원 좌...
Computer Vision 목적: 어떻게 하면 컴퓨터가 디지털 영상과 디지털 비디오를 이해할 수 있게 할 것인가? 목표: 사람의 눈이 하는 것을 컴퓨터가 자동으로 해내는 것(사물, 차선 인식)
Logic (Logic System) Syntax(구조): symbolic structure of the statements Semantics(의미): a mapping from symbolic structures to things that the logic system ...
Web development