최근 포스트

Intensity Transformation

1 분 소요

Definition Process of mapping each intensity value of an input image into the corresponding output intensity value through mathematical expression 입력영상의...

오차론1 - 오차의 추정

2 분 소요

측정과 오차 길이, 시간, 질량등의 물리량을 측정하는 것은 실험의 기본 행위 측정은 측정 도구를 사용 측정할 때, 오차는 필연적 오차 : 아무리 주의를 기울여도 피할 수 없는 부 정확성

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...