최근 포스트

Java CRUD

1 분 소요

수업내용 객체지향프로그래밍: 자바의 특징 Maven - 프로젝트 관리도구(Build tool) Java를 이용한 CRUD 파일 입출력 (Save and Load) 데이터베이스 : SQLite 기본 SQL (insert, update, delete, selec...

[예습] Ch1. Computer Abstraction and Technology

1 분 소요

Implication of Computer (Network) Technology Computer revolution 3차 산업혁명 경제적으로 실행 불가능한 응용 프로그램 실용화 (World Wide Web, Computers in automobiles, Robot, Cel...

[예습] HTML Form CSS, JS

2 분 소요

CSS Forms input[type=text] { width: 100%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; }

[예습] Basics of openCV

2 분 소요

Mat openCV의 기본데이터 타입 “Matrix” Declaration Mat (int rows, int cols, int type) Mat mtx(3, 3, CV_32F): 3x3 floating-point m...

[예습] Predicate Logic

3 분 소요

Predicate(술어) : 변수에 대한 propositional function(명제함수) P(x): x(변수)에 대한 propositional function(P)의 값 “P at x” or “P of x” 값은 True or Fals...

[예습] HTML Form

2 분 소요

HTML Form 사용자의 데이터를 서버에 전송하는 방법 로그인 회원가입 글 작성, 파일 업로드 등

[예습] Basics of a Digital Image/Video

1 분 소요

Digital Image made up of pixels Pixel (picture element) 영상(image)에 대한 정보를 담고 있는 가장 작은 단위 여러 개의 값 때로는 하나의 값을 가질 수 있음 픽셀의 위치는 2차원 좌...

[예습] What is Computer Vision

최대 1 분 소요

Computer Vision 목적: 어떻게 하면 컴퓨터가 디지털 영상과 디지털 비디오를 이해할 수 있게 할 것인가? 목표: 사람의 눈이 하는 것을 컴퓨터가 자동으로 해내는 것(사물, 차선 인식)