1.1 Introduction

Eden.Yang·2023년 10월 7일
0

Computer VIsion

목록 보기
2/22

컴퓨터 비전이란 디지털 이미지나 비디오를 컴퓨터가 어떻게 이해하는지에 대해 다루는 연구영역이다.

기초 내용
• 모든 디지털 이미지는 픽셀로 이뤄져있다.
• 픽셀은 이미지를 구성하는 정보의 가장 작은 단위이다.
• 각 픽셀은 여러 값을 가진다.
• 픽셀의 위치는 2차원 좌표값으로 표현된다.

• 디지털 비디오는 여러 이미지로 이뤄져있다.
• 이미지들은 아주 짧은 간격으로 보여진다.
• 주로 33ms프레임
• Frame rate? : The number of images(frames) of a video per second

Intensity level

• Intensity level은 주로 2의 제곱으로 표현된다. L = 2^k
• The continuous range of light intensity is quantized to L gray levels
• Normally L=256

Pixel resolution

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

Example

• 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?

=>
8 bits/color X
3 colors/pixel X
(1920X1080 pixels)/frame X
30 frames/second X
3600 seconds/hour
= 5,374,771,200,000 bits = 625.70 GB

profile
손끝에서 땅끝으로, 골방에서 열방으로

0개의 댓글