최근 포스트

Ch 2. Instructions: Language of the Computer -(3)

3 분 소요

1. Introduction to Instruction Set Architecture - Addressing modes operand가 메모리나 레지스터에 있는 장소를 지정하는 다양한 방법 Advantages 프로그래밍 다양성 ...

Drawing Function

1 분 소요

Rectangle void rectangle(Mat& img, Point pt1, Point pt2, const Scalar& color, int thickness = 1, int lineType = 8, int shift = 0) ...

Histogram Equalization

1 분 소요

Introduction Histogram(도수분포도) Histogram of an image with intensity levels in the range [0, L-1] : k번째 intensity value (bin) ...

오차론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 분 소요

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