HOME





Ivan Sutherland
Ivan Edward Sutherland (born May 16, 1938) is an American computer scientist and Internet pioneer, widely regarded as a pioneer of computer graphics. His early work in computer graphics as well as his teaching with David C. Evans in that subject at the University of Utah in the 1970s was pioneering in the field. Sutherland, Evans, and their students from that era developed several foundations of modern computer graphics. He received the Turing Award from the Association for Computing Machinery in 1988 for the invention of the Sketchpad, an early predecessor to the sort of graphical user interface that has become ubiquitous in personal computers. He is a member of the National Academy of Engineering, as well as the National Academy of Sciences among many other major awards. In 2012, he was awarded the Kyoto Prize in Advanced Technology for "pioneering achievements in the development of computer graphics and interactive interfaces". Early life and education Sutherland's father w ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Hastings, Nebraska
Hastings is a List of cities in Nebraska, city in and the county seat of Adams County, Nebraska, Adams County, Nebraska, United States. The population was 25,152 at the 2020 United States census, 2020 census, making it the List of cities in Nebraska, 8th most populous city in Nebraska. Edwin Perkins (inventor), Edwin Perkins invented Kool-Aid in Hastings in 1927; the town celebrates the invention with the Kool-Aid Days festival every August. During World War II, Hastings operated the largest Naval Ammunition Depot in the United States, and for this reason was awarded the distinction of World War II Heritage City, American World War II Heritage City by the National Park Service in 2023. History Settlement Hastings was founded in 1872 at the intersection of the Burlington and Missouri River Railroad and the St. Joseph and Denver City Railroad. It was named for Colonel D. T. Hastings of the St. Joseph and Grand Island Railroad, who was instrumental in building the railroad throug ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Henri Gouraud (computer Scientist)
Henri Gouraud (born 1944) is a French computer scientist. He is the inventor of Gouraud shading used in computer graphics. He is the great-nephew of general Henri Gouraud. During 1964–1967, he studied at École Centrale Paris. He received his Ph.D. from the University of Utah College of Engineering in 1971, working with Dave Evans and Ivan Sutherland, with his dissertation titled Computer Display of Curved Surfaces'. In 1971, Gouraud made the first computer graphics geometry capture and representation of a human face in wire-frame model, and applied his shader to produce the famous human face images showing the effect of his shading, which were done using his wife Sylvie Gouraud as the model. Original publications * H. Gouraud, "Continuous shading of curved surfaces," '' IEEE Transactions on Computers'', C-20(6):623–629, 1971. * H. Gouraud, ''Computer Display of Curved Surfaces'', Doctoral Thesis, University of Utah The University of Utah (the U, U of U, or simply Ut ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Computer Pioneer Award
The Computer Pioneer Award was established in 1981 by the Board of Governors of the IEEE Computer Society to recognize and honor the vision of those people whose efforts resulted in the creation and continued vitality of the computer industry. The award is presented to outstanding individuals whose main contribution to the concepts and development of the computer field was made at least fifteen years earlier. The recognition is engraved on a silver medal specially struck for the Society. This award has now been renamed to "Women of the ENIAC Computer Pioneer Award". Award types The award has two types of recipients: * Computer Pioneer Charter Recipients - At the inauguration of this award, the individuals who already meet the Computer Pioneer Award criteria and also have received IEEE Computer Society awards prior to 1981. * Computer Pioneer Recipients - Awarded annually since 1981. Computer Pioneer Charter Recipients * Howard H. Aiken - Large-Scale Automatic Computation * ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Turing Award
The ACM A. M. Turing Award is an annual prize given by the Association for Computing Machinery (ACM) for contributions of lasting and major technical importance to computer science. It is generally recognized as the highest distinction in the field of computer science and is often referred to as the "List of prizes known as the Nobel of a field or the highest honors of a field, Nobel Prize of Computing". , 79 people have been awarded the prize, with the most recent recipients being Andrew Barto and Richard S. Sutton, who won in 2024. The award is named after Alan Turing, also referred as "Father of Computer Science", who was a British mathematician and Reader (academic rank), reader in mathematics at the University of Manchester. Turing is often credited as being the founder of theoretical computer science and artificial intelligence, and a key contributor to the Allied cryptanalysis of the Enigma cipher during World War II. From 2007 to 2013, the award was accompanied by a prize ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Cohen–Sutherland Algorithm
In computer graphics, the Cohen–Sutherland algorithm is an algorithm used for line clipping. The algorithm divides a two-dimensional space into 9 regions and then efficiently determines the lines and portions of lines that are visible in the central region of interest (the viewport). The algorithm was developed in 1967 during flight simulator work by Danny Cohen and Ivan Sutherland.''Principles of Interactive Computer Graphics'', p. 124, 252, by Bob Sproull and William M. Newman, 1973, McGraw–Hill Education, International edition, . The algorithm The algorithm includes, excludes or partially includes the line based on whether: * Both endpoints are in the viewport region (bitwise OR of endpoints = 0000): trivial accept Trivia is information and data that are considered to be of little value. Modern usage of the term ''trivia'' dates to the 1960s, when college students introduced question-and-answer contests to their universities. A board game, ''Trivial Purs .... * Bot ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Zooming User Interface
In computing, a zooming user interface or zoomable user interface (ZUI, pronounced zoo-ee) is a type of graphical user interface (GUI) where users can change the scale of the viewed area in order to see more detail or less, and browse through different documents. Information elements appear directly on an infinite virtual desktop (usually created using vector graphics), instead of in windows. Users can pan across the virtual surface in two dimensions and zoom into objects of interest. For example, as you zoom into a text object it may be represented as a small dot, then a thumbnail of a page of text, then a full-sized page and finally a magnified view of the page. ZUIs use zooming as the main metaphor for browsing through hyperlinked or multivariate information. Objects present inside a zoomed page can in turn be zoomed themselves to reveal further detail, allowing for recursive nesting and an arbitrary level of zoom. When the level of detail present in the resized obje ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Sketchpad
Sketchpad (a.k.a. Robot Draftsman) is a computer program written by Ivan Sutherland in 1963 in the course of his PhD thesis, for which he received the Turing Award in 1988, and the Kyoto Prize in 2012. It pioneered human–computer interaction (HCI), and is considered the ancestor of modern computer-aided design (CAD) programs and as a major breakthrough in the development of computer graphics in general. For example, Sketchpad inspired the graphical user interface (GUI) and object-oriented programming. Using the program, Sutherland showed that computer graphics could be used for both artistic and technical purposes and for demonstrating a novel method of human–computer interaction. History See History of the graphical user interface for a more detailed discussion of GUI development. Software Sketchpad was the earliest program ever to use a complete graphical user interface. The clever way the program organizes its geometric data pioneered the use of ''master'' ( obj ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Interactive Computing
In computer science, interactive computing refers to software which accepts input from the user as it runs. Interactive software includes commonly used programs, such as word processors or spreadsheet applications. By comparison, non-interactive programs operate without user intervention; examples of these include compilers and batch processing applications that are pre-programmed to run independently. Interactive computing focuses on real-time interaction ("dialog") between the computer and the operator, and the technologies that enable them. If the response of the computer system is complex enough, it is said that the system is conducting social interaction; some systems try to achieve this through the implementation of social interfaces. The nature of interactive computing as well as its impact on users, are studied extensively in the field of computer interaction. History of interactive computing systems Ivan Sutherland is considered the father of interactive computi ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Direct Linear Transformation
Direct linear transformation (DLT) is an algorithm which solves a set of variables from a set of similarity relations: : \mathbf_ \propto \mathbf \, \mathbf_   for \, k = 1, \ldots, N where \mathbf_ and \mathbf_ are known vectors, \, \propto denotes equality up to an unknown scalar multiplication, and \mathbf is a matrix (or linear transformation) which contains the unknowns to be solved. This type of relation appears frequently in projective geometry. Practical examples include the relation between 3D points in a scene and their projection onto the image plane of a pinhole camera, and homographies. Introduction An ordinary system of linear equations : \mathbf_ = \mathbf \, \mathbf_   for \, k = 1, \ldots, N can be solved, for example, by rewriting it as a matrix equation \mathbf = \mathbf \, \mathbf where matrices \mathbf and \mathbf contain the vectors \mathbf_ and \mathbf_ in their respective columns. Given that there exists a unique ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Computer Graphics
Computer graphics deals with generating images and art with the aid of computers. Computer graphics is a core technology in digital photography, film, video games, digital art, cell phone and computer displays, and many specialized applications. A great deal of specialized hardware and software has been developed, with the displays of most devices being driven by graphics hardware, computer graphics hardware. It is a vast and recently developed area of computer science. The phrase was coined in 1960 by computer graphics researchers Verne Hudson and William Fetter of Boeing. It is often abbreviated as CG, or typically in the context of film as Computer-generated imagery, computer generated imagery (CGI). The non-artistic aspects of computer graphics are the subject of Computer graphics (computer science), computer science research. Some topics in computer graphics include user interface design, Sprite (computer graphics), sprite graphics, raster graphics, Rendering (computer graph ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


John Warnock
John Edward Warnock (October 6, 1940 – August 19, 2023) was an American computer scientist, inventor, technology businessman, and philanthropist best known for co-founding Adobe Systems Inc., the graphics and publishing software company, with Charles Geschke in 1982. Warnock was President of Adobe for his first two years and chairman and CEO for his remaining sixteen years at the company. Although he retired as CEO in 2001, he continued to co-chair the Adobe Board of Directors with Geschke until 2017. Warnock pioneered the development of graphics, publishing, web and electronic document technologies that have revolutionized the field of publishing and visual communications. Early life and education Warnock was born on October 6, 1940, and raised in Salt Lake City, Utah. He failed mathematics in ninth grade before graduating from Olympus High School in 1958; however, Warnock went on to earn a Bachelor of Science degree in mathematics and philosophy, a Doctor of Philosophy d ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]