Brian A. Barsky | |
---|---|
Alma mater | |
Scientific career | |
Thesis | The Beta-spline: a local representation based on shape parameters and fundamental geometric measures (1981) |
Website | people |
Brian A. Barsky is a professor at the University of California, Berkeley, working in computer graphics and geometric modeling as well as in optometry and vision science. He is a Professor of Computer Science and Vision Science and an Affiliate Professor of Optometry. He is also a member of the Joint Graduate Group in Bioengineering, an inter-campus program, between UC Berkeley and UC San Francisco.
He is a UC Berkeley Presidential Chair Fellow, a Warren and Marjorie Minner Faculty Fellow in Engineering Ethics and Professional/Social Responsibility, and an ACM Distinguished Speaker. He is a UC Berkeley Presidential Chair Fellow, a Warren and Marjorie Minner Faculty Fellow in Engineering Ethics and Professional/Social Responsibility, and an ACM Distinguished Speaker.
Barsky was a visiting professor at Yale-NUS College in Singapore, in the Department of Computer Graphics and Multimedia in the Faculty of Information Technology at the Brno University of Technology in the Czech Republic, in the Machine Vision and Pattern Recognition Laboratory at the Lappeenranta University of Technology in Finland, at the Laboratoire d'Informatique Fondamentale de Lille (LIFL) of l'Université des Sciences et Technologies de Lille (USTL), at the Hong Kong University of Science and Technology in Hong Kong, at the University of Otago in Dunedin, New Zealand, in the Modélisation Géométrique et Infographie Interactive group at l'Institut de Recherche en Informatique de Nantes and l'Ecole Centrale de Nantes, in Nantes, at the University of Toronto, at the School of Computing at the National University of Singapore, at the Laboratoire Image of l'Ecole Nationale Supérieure des Télécommunications in Paris, and he was a visiting researcher with the Computer Aided Design and Manufacturing Group at the Sentralinsitutt for Industriell Forskning (Central Institute for Industrial Research) in Oslo.
Barsky holds a D.C.S. in engineering and a B.Sc. in mathematics and computer science from McGill University in Montreal, an M.S. in computer graphics and computer science from Cornell University in Ithaca, and a Ph.D. in computer science from the University of Utah in Salt Lake City.
Barsky won an IBM Faculty Development Award and a National Science Foundation Presidential Young Investigator Award. He was named a Fellow of the American Academy of Optometry (F.A.A.O.)
He is a co-author or author of several books: An Introduction to Splines for Use in Computer Graphics and Geometric Modeling, [1] Making Them Move: Mechanics, Control, and Animation of Articulated Figures, [2] and Computer Graphics and Geometric Modeling Using Beta-splines. [3] See List of books in computational geometry.
He was the Technical Program Committee Chair for the ACM SIGGRAPH '85 conference held in San Francisco on July 22-26, 1985 and Program Co-chair of Pacific Graphics 2000 held in Hong Kong on October 3–5, 2000. He was the Technical Program Committee Chair for the ACM SIGGRAPH '85 conference held in San Francisco on July 22-26, 1985 and Program Co-chair of Pacific Graphics 2000 held in Hong Kong on October 3–5, 2000.
Along with You-Dong Liang, he was an author and namesake of the efficient “Liang-Barsky algorithm” for clipping in computer graphics. [4] [5] [6] [7]
Barsky created the Beta-spline [8] curve and surface representation which introduced the concept of geometric continuity [9] [10] [11] for smoothness and Gn notation to the fields of computer-aided geometric design and geometric modeling.
He introduced vision-realistic rendering [12] to simulate human vision based on ocular measurements of an individual. Using these measurements, synthetics images are generated. This process modifies input images to simulate the appearance of the scene for the individual.
That work led to an investigation with Fu-Chung Huang [13] [14] of how to display images to compensate for the specific optical aberrations of the viewer, resulting in vision-correcting displays. Given the measurements of the optical aberrations of a user’s eye, a vision correcting display produces a transformed image that when viewed by this individual will appear in sharp focus. This could impact computer monitors, laptops, tablets, and mobile phones. Vision correction could be provided in some cases where eyeglasses are ineffective. This research was selected by Scientific American as one of 2014's ten annual "World Changing Ideas.”
Barsky developed a novel contact lens design to help restore vision to people with cornea problems. [15] [16] [17]
In the field of 3D computer graphics, a subdivision surface is a curved surface represented by the specification of a coarser polygon mesh and produced by a recursive algorithmic method. The curved surface, the underlying inner mesh, can be calculated from the coarse mesh, known as the control cage or outer mesh, as the functional limit of an iterative process of subdividing each polygonal face into smaller faces that better approximate the final underlying curved surface. Less commonly, a simple algorithm is used to add geometry to a mesh by subdividing the faces into smaller ones without changing the overall shape or volume.
Non-photorealistic rendering (NPR) is an area of computer graphics that focuses on enabling a wide variety of expressive styles for digital art, in contrast to traditional computer graphics, which focuses on photorealism. NPR is inspired by other artistic modes such as painting, drawing, technical illustration, and animated cartoons. NPR has appeared in movies and video games in the form of cel-shaded animation as well as in scientific visualization, architectural illustration and experimental animation.
In mathematical analysis, the smoothness of a function is a property measured by the number, called differentiability class, of continuous derivatives it has over its domain.
In computer graphics and computer vision, image-based modeling and rendering (IBMR) methods rely on a set of two-dimensional images of a scene to generate a three-dimensional model and then render some novel views of this scene.
David Arthur Eppstein is an American computer scientist and mathematician. He is a distinguished professor of computer science at the University of California, Irvine. He is known for his work in computational geometry, graph algorithms, and recreational mathematics. In 2011, he was named an ACM Fellow.
Carlo Heinrich Séquin is a professor of Computer Science at the University of California, Berkeley in the United States.
James F. O'Brien is a computer graphics researcher and professor of computer science and electrical engineering at the University of California, Berkeley. He is also co-founder and chief science officer at Avametric, a company developing software for virtual clothing try on. In 2015, he received an award for Scientific and Technical Achievement from the Academy of Motion Pictures Arts and Sciences.
Computer graphics is a sub-field of computer science which studies methods for digitally synthesizing and manipulating visual content. Although the term often refers to the study of three-dimensional computer graphics, it also encompasses two-dimensional graphics and image processing.
Ming C. Lin is an American computer scientist and a Barry Mersky and Capital One Endowed Professor at the University of Maryland, College Park, where she is also the former chair of the Department of Computer Science. Prior to moving to Maryland in 2018, Lin was the John R. & Louise S. Parker Distinguished Professor of Computer Science at the University of North Carolina at Chapel Hill.
Jitendra Malik is an Indian-American academic who is the Arthur J. Chick Professor of Electrical Engineering and Computer Sciences at the University of California, Berkeley. He is known for his research in computer vision.
In the mathematical fields of numerical analysis and approximation theory, box splines are piecewise polynomial functions of several variables. Box splines are considered as a multivariate generalization of basis splines (B-splines) and are generally used for multivariate approximation/interpolation. Geometrically, a box spline is the shadow (X-ray) of a hypercube projected down to a lower-dimensional space. Box splines and simplex splines are well studied special cases of polyhedral splines which are defined as shadows of general polytopes.
In computer graphics, free-form deformation (FFD) is a geometric technique used to model simple deformations of rigid objects. It is based on the idea of enclosing an object within a cube or another hull object, and transforming the object within the hull as the hull is deformed. Deformation of the hull is based on the concept of so-called hyper-patches, which are three-dimensional analogs of parametric curves such as Bézier curves, B-splines, or NURBs. The technique was first described by Thomas W. Sederberg and Scott R. Parry in 1986, and is based on an earlier technique by Alan Barr. It was extended by Coquillart to a technique described as extended free-form deformation, which refines the hull object by introducing additional geometry or by using different hull objects such as cylinders and prisms.
Holly Rushmeier is an American computer scientist and is the John C. Malone Professor of Computer Science at Yale University. She is known for her contributions to the field of computer graphics.
You-Dong Liang (梁友栋) is a mathematician and educator, best known for his contributions in geometric modeling and the Liang-Barsky algorithm.
The Kahlert School of Computing is a school within the College of Engineering at the University of Utah in Salt Lake City, Utah.
Eugene Wong is a Chinese-American computer scientist and mathematician. Wong's career has spanned academia, university administration, government and the private sector. Together with Michael Stonebraker and a group of scientists at IBM, Wong is credited with pioneering database research in the 1970s from which software developed by IBM, Microsoft, and Oracle descends. Wong retired in 1994, since then holding the title of Professor Emeritus of Electrical Engineering and Computer Sciences at University of California, Berkeley.
Video matting is a technique for separating the video into two or more layers, usually foreground and background, and generating alpha mattes which determine blending of the layers. The technique is very popular in video editing because it allows to substitute the background, or process the layers individually.
Gabriel Peyré is a French mathematician. Most of his work lies in the field of transportation theory. He is a CNRS senior researcher and a Professor in the mathematics and applications department of the École normale supérieure in Paris. He was awarded the CNRS Silver Medal in 2021.
Deepak Kapur is a Distinguished Professor in the Department of Computer Science at the University of New Mexico.
Jiaya Jia is a tenured professor of the Department of Computer Science and Engineering at The Chinese University of Hong Kong (CUHK). He is an IEEE Fellow, the associate editor-in-chief of one of IEEE’s flagship and premier journals- Transactions on Pattern Analysis and Machine Intelligence (TPAMI), as well as on the editorial board of International Journal of Computer Vision (IJCV).
{{cite book}}
: CS1 maint: multiple names: authors list (link){{cite book}}
: |last=
has generic name (help)CS1 maint: multiple names: authors list (link){{cite book}}
: CS1 maint: multiple names: authors list (link) CS1 maint: numeric names: authors list (link)