王朝网络
分享
 
 
 

计算机图形学的算法基础(英文版,第2版)

王朝导购·作者佚名
 
  点此进入淘宝搜索页搜索
  特别声明:本站仅为商品信息简介,并不出售商品,您可点击文中链接进入淘宝网搜索页搜索该商品,有任何问题请与具体淘宝商家联系。
  参考价格: 点此进入淘宝搜索页搜索
  分类: 图书,计算机/网络,计算机理论,

作者: 罗杰斯 著

出 版 社: 机械工业出版社

出版时间: 2002-2-1字数:版次: 1页数: 711印刷时间:开本:印次:纸张: 胶版纸I S B N : 9787111095958包装: 平装编辑推荐

内容简介

目录

Preface

Preface to the First Edition

Chapter 1 Introduction To Computer Graphics

1-1 Overview of Computer Graphics

Representing Pictures

Preparing Pictures for Presentation

Preseoting Previously Prepared Pictures

1-2 Raster Refresh Graphics Displays

Frame Buffers

1-3 Cathode Ray Tube Basics

Color CRT Raster Scan Monitors

1-4 Video Basics

American Standard Video

High Definition Television

1-5 Flat Panel DisPlays

Flat CRT

Plasma Display

Electroluminescelit Display

Liquid Cristal Displar

1-6 Hardcopy Output Devices

Electndatic Plotters

Ink Jet Plotters

Thermal Plotters

Dye Sublimation Printers

Pen and Ink Plotters

Laser Printers

Color Film Camras

1-7 Logical Interactire Devices

The Locator Thnction

The Valuator Function

The Battom or Choice Funtion

The Pick Function

1-8 Physical Interactive Devices

Tablets

Touch Panels

Control Dials

Joystick

Thackball

Mouse

Function Switches

Light Pen

Spaceball

Data Glove

Simulation of Alternate Devices

1-9 Data Generation Devices

Scanners

Three-dimeusional Digitizers

Motion Capture

1-10 Graphical User Interfaces

Cursors

Radio Buttons

Valuators

Scroll Bars

Grids

Dialog Boxes

Menus

Icons

Sketching

3-D Illteraction

Summary

Chapter 2 Raster Scan Graphics

2-1 Line Drawing Algorithms

2-2 Digital Differentiai Analyzer

2-3 Bresenham's Algorithm

Integer Bresenham's Algorithm

General Bresenham's Algorithm

Faster Line haerization Algorithms

2-4 Circle GenerationBresenham's Algorithm

2-5 Ellipse Generation

2-6 General FunCtion Rasterization

2-7 Scan C onversion-Generation of the Display

Real-time Scan Conversion

A Simple Active Edge List Using Poillters

A Sorted Active Edge List

An Active Edge List Using a Linked List

Updating the Linked List

2-8 Image Compression

Run-length Encoding

Area Image Compression

2-9 Displaying Lines, Characters and Polygons

Line Display

Chazarter Display

Solid Area Scan Convesion

2-10 Polygon Filling

Scanconverting Polygons

2-11 A Simple Parity Scan Conversion Algorithm

2-12 Ordered Edge List Polygon Scan Conversion

A Simple Ordered Edge LiSt Algorithm

More Efficieot Ordered Edge List Algorithms

2-13 The Edge Fill Algorithm

2-14 The Edge Fdag Algorithm

2-15 Seed Fill Algorithms

A Simple Seed Fi1l Algorithm

A Scan Line Seed Fill Algorithm

2-16 Fundamentals of Antialiasing

Supcrsampling

Simple Area Alltialiasing

The Convolution Integral and Antialiasing

Filter Functions

2-17 Halftoning

Patterning

Thresholding and Error Distribution

Ordered dither

Chapter 3 Clipping

3-1 Two-dimensional Clipping

A Simple Visibility AlgorithIn

End Point Codes

3-2 Cohen-Sutherland Subdivision Line

Clipping Algorithm

3-3 Midpoint Subdivision Algorithm

3-4 Two-dimensional Line Clipping for

Convex Boundaries

Parially Visible Lines

3-5 Cyrus-Beck Algorithm

Partially Visible Lines

Totally Visible Lines

Totally Invisible Lines

Formal Statemeot of Cyrus-Beck Algorithm

Irregular Windows

3-6 LiangBarsky Twrvdimensional Clipping

Comparison with the Cyrus-Beck Algorithm

3-7 Nicholl-Lee-Nicholl Two-dimensional Clipping

3-8 Interior and EXterior Clipping

3-9 Identifying Convex Polygons and Dotermining the

Inward Normal

3-10 Splitting Concave Polygons

3-1l Three-dimensional Clipping

3-12 Three-dimensional Midpoillt Subdivision Algorithm

3-13 Three-dimensional CyrusBeck Algorithm

3-l4 LiangBarsky Three-dimensional Clipping

3-15 Clipping in Homogeneous Coordinates

The Cyrus-Beck Algorithm

The Liang-Barsky Algorithm

3-16 Determining the Inward Normal and

Three-dimensional Conve Sots

3-17 Splitting Concave Volumes

3-18 Polygon Clipping

3-19 Reentrant Polygon Clipping

Sutherland-Hodgman Algorithm

Determining the Visibility of a Point

Line Iotersections

The Algorithm

3-20 LiangBarsky Polygon Clipping

Entering and Leaving Vertices

Turning Vertices

Development of the Algorithm

Horizontal and Vertical Edges

The Algorithm

3-21 Concave Clipping Regions

Weiler-Atherton Algorithm

Special Cases

3-22 Character Clipping

Chapter 4 Visible Lines and Visible Surfaces

4-1 Introduction

4-2 Floating Horizon Algorithm

Upper Horizon

Lower Horizon

Function Interpolation

Aliasing

The Alewitha

Cross-hatching

4-3 Roberts Algorithm

Volume Matrices

Plane Equaions

Viewing Transformations and Volume Matrices

Self hidden Plares

Lines Hidden by Other Volumes

Penetrating Volumes

Totally Visible Lines

The Algorithm

4-4 Warnoch Algorithm

Quadree Data Strucure

Subdivision Criteria

The ffelationship of a Polygon to a Window

Hierazchical Appicatbo of

Finding Surrouder Polygons

The Basic Algoithm

4-5 Appel's Algorithm

4-6 The Haloed Line Algorithm

4-7 WeilerAtherton Algorithm

4-8 A Subdivision Algorithm for Curved Surfaces

4-9 Z-Buffer Alsorithm

Incrementally Caiculating the Depth

Hierardscal Z-Buffer

4-10 The A-Buffer Algorithm

4-11 List Priority Algorithms

4-12 The Newell-Newell-Sancha Algorithm

Implementing the Tests

4-13 Binary Space Patitioning

The Schumaker Algorithm

Binary Spare Partition Trees

Constructing the BSP Tree

BSP Tree Thaversal

Culling

Summary

4-14 Scan Line Algorithms

4-15 Scan Line Z-Buffer Algorithm

4-16 A Spanning Scan Line Algorithm

Invisible Coherence

An Object Space Scan Line Algorithm

4-17 Scan Line Algorithms for Curved Surfaces

4-18 Octrees

Octree Display

Linear Octrees

Manipulation of Octrees

Boolean Operations

Finding Neighboring Voxels

4-19 Marching Cubes

Ambiguous faces

4-20 A Visible Surface Ray nacing Algorithm

Bounding Volumes

Clusters

Constructing the Cluster Tree

Priority Sort

Spatial Subdivision

Ray-Object Intersections

Opeque Visible Surface Algorithm

4-21 Summary

Chapter 5 Hendering

5-1 Introduction

5-2 Illumination Models

5-3 A Simple Illumination Model

Specular Reflection

The Halfway Vector

5-4 Determining the Surface Normal

5-5 Determining the Reflection Vector

5-6 Gouraud Shading

5-7 Phong Shading

Fast Phong Shedins

5-8 A Simple Illumination Model with Special Effects

5-9 A Physically Based Illumination Model

Energy and Intensity

Physically Based Illumination Models

The Torrance-Sparrow Surha Model

Wavelength Dependenc-the Fresnel Term

Color Shift

Physical CharaJcteristics of Light Sources

5-10 Thansparency

Refraction Effects in nansParent Materials

Simple nansparency Models

Z-Bther Thansparency

Pseudotransparency

5-11 Shadows

The Scan Conversion Shadow Algorithms

Multiple-pass Visible Surface

The Shfor Volume Algorithms

Penumbra Shadows

Ray Thacing Shadow Algorithms

5-12 Texture

Mapping Functions

Twcrpart Texture Mapping

Environment Mapping

Bump Mapping

Procedural Textures

Texture Alltialiasing

Mipmapping (Image Pyramids)

Summed Area Tables

5-13 Stochastic Models

5-14 A Global Illumination Model Using Ray nacing

5-15 A More Complete Global Illumination Model Usingn Ray Tracing

5-16 Advances in Ray Thacing

Cone Thacing

Beam Thacing

Pencil Tracing

Stochastic Sampling

Ray Thacing from the Light Source

5-17 Radiosity

Enclosures

Form Factors

The Hemicube

Rendering

Substructuring

Progressive Refinement

Sorting

The Ambient Cofitribution

Adaptive Subdivision

Hemicube Inaccuracies

Alternatives to the Hemicube

Hierarchical Radiosity and Clustering

Miosity for Specular Environments

The Rendering Equation

5-18 Combined Ray Tracing and Radiosity

The Extended Two-pass Algorithm

5-19 Color

Chromaticity

Tristimulus Theory of Color

Color Primary Systems

Color Matching Experiment

Chromaticity Diagrams

The 1931 CIE Chromaticity Diagram

Uniform Color Spaces

Gamut Limitations

Thansformations Between Color SyStems

NTSC Color System

Color Cubes

The CMYK Color System

The Ostwald Color System

The HSV Color System

The HLS Color System

The Munsell Color System

The Pantone System

Gamma Correction

5-20 Color Image Quatization

The Bit Cuttins Algnrithm

The Popularity Algorithm

The Median Cut Algorithm

Octree Quatization

Sequential Scalar Quatization

Other Quantization Algorithms

5-21 Color Repoduction

Offset Printing

Color Separation

Tone Reproduction

Gray Balance

The Black Separation

Quatization Effects

Calibeation

Gamut Mapping

5-22 Specialty Rendering Techniques

Duotone Printins

Rendering Natural Objects

Particle Systems

Appendix Problems and Projects

References

Index

 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
>>返回首页<<
推荐阅读
 
 
频道精选
 
更多商品
Oracle DBA电子商务指南
UML和模式应用:面向对象分析与设计导论
网上冲浪
程序设计实践(英文版)
说文解字注
醒世姻缘传
老子庄子直解
蓝牙:梦想与现实
PowerPoint2002时尚应用百例(附光盘)
CUPS通用UNIX打印系统
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有