Computer Science: An Overview (13th Edition) (What's New in Computer Science)
Computer Science: An Overview (13th Edition) (What's New in Computer Science)
13th Edition
ISBN: 9780134875460
Author: Glenn Brookshear, Dennis Brylow
Publisher: PEARSON
Question
Book Icon
Chapter 10, Problem 29CRP
Program Plan Intro

Hidden surface problem:

  • In the pictures with non-transparent objects, the objects cannot be viewed that are behind from objects nearer to eye.
  • These hidden surfaces are to be removed for getting realistic screen image.
  • The removal of such surfaces is known as hidden-surface problem.
  • The methods used for removing hidden surface problem includes:
    • Object space method:
      • It is executed in physical coordinate system.
    • Image space method:
      • It is executed in screen coordinate system.
  • To display a 3D object on 2D screen, the parts visible from chosen viewing point are to be identified.

Blurred answer
Students have asked these similar questions
Write your own camera calibration and triangulation programme for stereo cameras. You may use libraries such as OpenCV. Using photos of an object of known dimensions, apply some keypoint matching algorithm to find image correspondences to it and try to reconstruct the object or scene.
Write the complete code C# and paste the output screen Implement the 2D Raycast function using Unity. Implement text change using GetComponent<Text> in a scene through the script. Implement the AddForce method to a rigid body by taking any scene of your choice.
Write a program to reduce the number of gray levels L in a PGM image from L=256 to: (i) L=128,(ii) L=32, (iii) L=8, and (iv) L=2. Show your results using the “lenna” and “peppers” images. Forcomparison purposes, subsample the gray-levels to better visualize the quantized images (e.g.,if L=128, you can use 0, 2, 4, …, 254 with Q=255 in the PGM file instead of 0, 1, 2, …, 127 withQ=127; similarly, if L=2, you can use 0, 127 with Q=255 instead of 0, 1 with Q=1).

Chapter 10 Solutions

Computer Science: An Overview (13th Edition) (What's New in Computer Science)

Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education