Computer Graphics Tutorial

시작하기. 무료입니다
또는 회원 가입 e메일 주소
Computer Graphics Tutorial 저자: Mind Map: Computer Graphics Tutorial

1. COMPUTER GRAPHICS BASICS

1.1. Cathode Ray Tube

1.2. Raster Scan

1.3. Random Scan

2. POLYGON FILLING

2.1. Scan Line Algorithm

2.2. Flood Fill Algorithm

2.3. Boundary Fill Algorithm

2.3.1. 4-Connected Polygon

2.3.2. 8-Connected Polygon

3. LINE GENERATION ALGORITHM

3.1. DDA Algorithm

3.2. Bresenham’s Line Generation

3.3. Mid-Point Algorithm

4. CIRCLE GENERATION ALGORITHM

4.1. Bresenham’s Algorithm

4.2. Mid Point Algorithm