컴퓨터 비전이란 컴퓨터가 어떻게 디지털 이미지나 비디오를 이해하는 지를 다루는 학분이다.




모든 디지털 이미지들은 "픽셀"로 이루어져 있다.
픽셀은 그림을 이루는 정보의 가장 작은 단위를 말한다.

동영상은 이미지의 연속으로 이뤄져있다. 주로 33ms정도의 interval이 일반적이다.
보통 2의 지수승으로 존재. 하나의 픽셀이 하나의 값을 가진다고 가정 했을 때, intesity level이 256이라면, 0~255 사이의 값을 가질 수 있다. intensity level이 크면 클수록 촬영하는 피사체를 더 정교하게 표현할 수 있다.


Total number of bits to store a digital image
• M : the number of rows(height)
• N : the number of columns(width)
• k : the number of bits
b = M x N x k
•Assume that you have a video that is
•Intensity level: 256
•Color video
•FHD pixel resolution
•1 Hour
•30 fps
•What is the total amount of bits?
-> 8bits/color (intensity level 256)
X 3colors/pixel (color image)
X (1920X1080 pixels)/frame (FHD)
X 30 frames/second (30 fps)
X 3600 seconds/hour (1 Hour)
= 5,374,771,200,000 bits = 625.70 GB