최근 포스트

Sets

4 분 소요

Introduction Set: unordered collection of objects The objects in a set: elements or members a∈A: a is an element of the set A a∉A: a is not a member...

BizFlow M -(1)

1 분 소요

1-1 Introduction Why AppDev? Data an integral part of our lives Form tool that help us gather and organize the data that w...

Proofs (How to prove)

3 분 소요

Proving Theorems Trivial Proof (자명한 증명) q = True p→q = True “If it is raining the 1=1.” 결론이 항시 True임을 증명

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