최근 포스트

오차론2 - 오차의 전파

최대 1 분 소요

측정값의 연산 절대오차 측정값과 같은 단위를 갖는 오차 절대오차 = 측정값 x 상대오차 상대오차 측정값에 대한 절대오차의 비(단위x) 상대오차 = 절대오차 / 측정값 ...

Spatial Filtering

1 분 소요

Introduction Spatial filtering Spatial filter를 활용하여 전처리를 수행 = spatial masks, kernels, templates, windows 사전에 정의한 spatial filter를 픽셀...

Pixel Access

1 분 소요

at operator image.at <DATA_TYPE> (WANT_ROW, WANT_COL) DATA_TYPE: image를 구성하는 픽셀의 Data type WANT_ROW: access 하고 싶은 y축 WANT_C...

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; }