Outline Earliest Surviving Photograph How Cameras

Total Page:16

File Type:pdf, Size:1020Kb

Outline Earliest Surviving Photograph How Cameras Announcements • Assignment 0: “Getting Started with Image Formation Matlab” is posted to web page, due and Cameras Thursday • Read Chapters 1 & 2 of Forsyth & Ponce Computer Vision I • Add yourself to mailinglist CSE 252A Lecture 3 CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I Image Formation: Outline Earliest Surviving Photograph • Factors in producing images • Projection • Perspective/Orthographic Projection • Vanishing points • Projective Geometry • Rigid Transformation and SO(3) •Lenses •Sensors • Quantization/Resolution • First photograph on record, “la table service” by • Illumination Nicephore Niepce in 1822. • Reflectance and Radiometry • Note: First photograph by Niepce was in 1816. CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I How Cameras Produce Images Images are two-dimensional patterns of brightness values. • Basic process: – photons hit a detector – the detector becomes charged – the charge is read out as brightness • Sensor types: – CCD (charge-coupled device) • high sensitivity • high power • cannot be individually addressed • blooming –CMOS • simple to fabricate (cheap) • lower sensitivity, lower power • can be individually addressed Figure from US Navy Manual of Basic Optics and Optical Instruments, prepared by Bureau of Naval Personnel. Reprinted by Dover Publications, Inc., 1969. CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 They are formed by the projection of 3D objects. Computer Vision I 1 Effect of Lighting: Monet Change of Viewpoint: Monet Haystack at Chailly at sunrise (1865) CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I Pinhole Camera: Perspective projection Camera Obscura • Abstract camera model - box with a small hole in it "When images of illuminated objects ... penetrate through a small hole into a very dark room ... you will see [on the opposite wall] these objects in their proper form and color, reduced in size ... in a reversed position, owing to the intersection of the rays". Da Vinci http://www.acmi.net.au/AIC/CAMERA_OBSCURA.html (Russell Naughton) CS252A, Winter 2006 Forsyth&Ponce Computer Vision I CS252A, Winter 2006 Computer Vision I Camera Obscura Camera Obscura Jetty at Margate England, • Used to observe eclipses (e.g., Bacon, 1214-1294) 1898. • By artists (e.g., Vermeer). http://brightbytes.com/cosite/collection2.html (Jack and Beverly Wilgus) CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I 2 Purely Geometric View of Perspective Distant objects are smaller The projection of the point P on the image plane Π’ is given by the point of intersection P’ of the ray defined by PO the plane Π’. CS252A, Winter 2006 (Forsyth & Ponce) Computer Vision I CS252A, Winter 2006 Computer Vision I Geometric properties of projection Equation of Perspective Projection • 3-D Points map to points • 3-D Lines map to lines • Planes map to whole image or half-plane • Polygons map to polygons • Angles & distances not preserved • Degenerate cases: Cartesian coordinates: x y – line through focal point project to point • We have, by similar triangles, that ( x , y , z ) → ( f , f ) – plane through focal point projects to a line (x, y, z) -> (f x/z, f y/z, f) z z • Ignore the third coordinate, and get CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I What is the intersection of two lines in a plane? A Digression Projective Geometry A Point and Homogenous Coordinates CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I 3 Do two lines in the plane always Can the perspective image of two parallel intersect at a point? lines meet at a point? YES No, Parallel lines don’t meet at a point. CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I Projective Geometry • Axioms of Projective Plane Projective geometry provides an elegant means for handling these different 1. Every two distinct points define a line situations in a unified way and 2. Every two distinct lines define a point (intersect at a point) homogenous coordinates are a way to represent entities (points & lines) in 3. There exists three points, A,B,C such that C does not lie on the line defined by A and B. projective spaces. • Different than Euclidean (affine) geometry • Projective plane is “bigger” than affine plane – includes “line at infinity” Projective Affine Line at Plane = Plane + Infinity CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I Homogenous coordinates Homogenous coordinates A way to represent points in a projective space A way to represent points in a projective space 1. Use three numbers to represent a 1. Use three numbers to represent a point on a projective plane point on a projective plane 2. Add an extra coordinate • Why do this? 2. Add an extra coordinate e.g., (x,y) -> (x,y,1) – Possible to represent e.g., (x,y) -> (x,y,1) points “at infinity” Impose equivalence relation (x,y,1) 2. Impose equivalence relation • Where parallel lines (x,y,z) ≈ λ*(x,y,z) (x,y,z) ≈ λ*(x,y,z) intersect Z • Where parallel planes such that (λ not 0) 1 such that (λ not 0) Y (x,y) intersect i.e., (x,y,1) ≈ (λx, λy, λ) i.e., (x,y,1) ≈ (λx, λy, λ) – Possible to write the action of a perspective 3. Point at infinity – zero for last X coordinate camera as a matrix e.g., (x,y,0) CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I 4 Conversion Euclidean -> Homogenous -> Points at infinity In 2-D Euclidean Point at infinity – zero for last coordinate (x,y,0) (x,y,1) • Euclidean -> Homogenous: and equivalence relation (x, y) -> k (x,y,1) Z (x,y,0) ≈ λ*(x,y,0) 1 • Homogenous -> Euclidean: Y (x, y, z) -> (x/z, y/z) (x,y,1) No corresponding Euclidean (x,y,0) Z point 1 X In 3-D Y (x,y) • Euclidean -> Homogenous: (x, y, z) -> k (x,y,z,1) X • Homogenous -> Euclidean: Projective Affine Line at (x, y, z, w) -> (x/w, y/w, z/w) Plane = Plane + Infinity CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I Lines in Projective space Projective transformation 1. Line in Euclidean plane • 3 x 3 linear transformation of homogenous 2. Plane in homogenous coordinates coordinates • Points map to points, 3. Plane is represented by its • lines map to lines normal N 4. Equation for plane is Z N . (x,y,z) = 0 1 ⎡u1 ⎤ ⎡a11 a12 a21 ⎤⎡x1 ⎤ Y M . (x,y,z) = 0 ⎢u ⎥ = ⎢a a a ⎥⎢x ⎥ ⎢ 2 ⎥ ⎢ 21 22 23 ⎥⎢ 2 ⎥ Where M=lamda * N N ⎣⎢u3 ⎦⎥ ⎣⎢a31 a32 a33 ⎦⎥⎣⎢x3 ⎦⎥ X CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I The equation of projection End of the Digression Homogenous Coordinates and Camera matrix Cartesian coordinates: ⎛ ⎞⎛ X⎞ ⎛ U ⎞ 10 0 0⎜ ⎟ ⎜ ⎟ Y x y ⎜ ⎟ ⎜ ⎟⎜ ⎟ ⎜ V ⎟ = 01 0 0⎜ ⎟ (x,y,z) → ( f , f ) ⎜ ⎟ ⎜ ⎟ Z z z ⎝W ⎠ ⎜ 00 1 0⎟⎜ ⎟ ⎝ f ⎠⎝ T ⎠ CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I 5 Parallel lines meet in the image Vanishing points • vanishing point H VPL VPR VP VP1 2 To different directions Image plane correspond different vanishing points CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 VP3 Computer Vision I Vanishing Points Vanishing Point • In the projective plane, parallel lines meet at a point at infinity. • The vanishing point is the perspective projection of that point at infinity, resulting from multiplication by the camera matrix. CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I Affine Camera Model Perspective ⎡u⎤ f ⎡x⎤ ⎢ ⎥ = ⎢ ⎥ • Take Perspective projection equation, ⎣v⎦ z ⎣y⎦ and perform Taylor Series Expansion Assume that f=1, and perform a Taylor series expansion about (x0, y0, z0) about (some point (x0,y0,z0). ⎡u⎤ 1 ⎡x0 ⎤ 1 ⎡1⎤ 1 ⎡0⎤ • Drop terms of higher order than linear. = + ()x − x0 + ⎢ ⎥()y − y0 ⎢v⎥ ⎢y ⎥ ⎢ ⎥ z 1 ⎣ ⎦ z0 ⎣ 0 ⎦ z0 ⎣0⎦ 0 ⎣ ⎦ • Resulting expression is the affine 1 ⎡x0 ⎤ 1 2 ⎡x ⎤ − ()z − z + 0 ()z − z 2 + z 2 ⎢y ⎥ 0 3 ⎢ ⎥ 0 L camera model 0 ⎣ 0 ⎦ 2 z0 ⎣y0 ⎦ Dropping higher order terms and regrouping. ⎡x⎤ ⎡u⎤ 1 ⎡x ⎤ ⎡1/ z 0 − x / z 2 ⎤ 0 0 0 0 ⎢y⎥ Ap b ⎢ ⎥ ≈ ⎢ ⎥ + ⎢ 2 ⎥ = + v z y 0 1/ z − y / z ⎢ ⎥ ⎣ ⎦ 0 ⎣ 0 ⎦ ⎣ 0 0 0 ⎦⎢ ⎥ CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 ⎣z⎦ Computer Vision I 6 Properties of Affine or Orthographic Orthographic projection camera models Take Taylor series about (0, 0, z0) – a point on optical axis • Parallel lines in the world, project to parallel lines. • Ratios of distances are preserved • Ratios of angles are preserved. ⎛ X ⎞ ⎛U ⎞ ⎛1 0 0 0⎞⎜ ⎟ ⎧x'= x ⎜ ⎟ ⎜ ⎟⎜ Y ⎟ ⎨ ⎜ V ⎟ = ⎜0 1 0 0⎟ y'= y ⎜ Z ⎟ ⎩ ⎜ ⎟ ⎜ ⎟⎜ ⎟ ⎝W ⎠ ⎝0 0 0 1⎠⎜ ⎟ ⎝ T ⎠ 3 by 4 camera matrix CS252A, Winter 2006 Computer Vision I CS252A, Winter 2006 Computer Vision I 7.
Recommended publications
  • Digital Holography Using a Laser Pointer and Consumer Digital Camera Report Date: June 22Nd, 2004
    Digital Holography using a Laser Pointer and Consumer Digital Camera Report date: June 22nd, 2004 by David Garber, M.E. undergraduate, Johns Hopkins University, [email protected] Available online at http://pegasus.me.jhu.edu/~lefd/shc/LPholo/lphindex.htm Acknowledgements Faculty sponsor: Prof. Joseph Katz, [email protected] Project idea and direction: Dr. Edwin Malkiel, [email protected] Digital holography reconstruction: Jian Sheng, [email protected] Abstract The point of this project was to examine the feasibility of low-cost holography. Can viable holograms be recorded using an ordinary diode laser pointer and a consumer digital camera? How much does it cost? What are the major difficulties? I set up an in-line holographic system and recorded both still images and movies using a $600 Fujifilm Finepix S602Z digital camera and a $10 laser pointer by Lazerpro. Reconstruction of the stills shows clearly that successful holograms can be created with a low-cost optical setup. The movies did not reconstruct, due to compression and very low image resolution. Garber 2 Theoretical Background What is a hologram? The Merriam-Webster dictionary defines a hologram as, “a three-dimensional image reproduced from a pattern of interference produced by a split coherent beam of radiation (as a laser).” Holograms can produce a three-dimensional image, but it is more helpful for our purposes to think of a hologram as a photograph that can be refocused at any depth. So while a photograph taken of two people standing far apart would have one in focus and one blurry, a hologram taken of the same scene could be reconstructed to bring either person into focus.
    [Show full text]
  • Sample Manuscript Showing Specifications and Style
    Information capacity: a measure of potential image quality of a digital camera Frédéric Cao 1, Frédéric Guichard, Hervé Hornung DxO Labs, 3 rue Nationale, 92100 Boulogne Billancourt, FRANCE ABSTRACT The aim of the paper is to define an objective measurement for evaluating the performance of a digital camera. The challenge is to mix different flaws involving geometry (as distortion or lateral chromatic aberrations), light (as luminance and color shading), or statistical phenomena (as noise). We introduce the concept of information capacity that accounts for all the main defects than can be observed in digital images, and that can be due either to the optics or to the sensor. The information capacity describes the potential of the camera to produce good images. In particular, digital processing can correct some flaws (like distortion). Our definition of information takes possible correction into account and the fact that processing can neither retrieve lost information nor create some. This paper extends some of our previous work where the information capacity was only defined for RAW sensors. The concept is extended for cameras with optical defects as distortion, lateral and longitudinal chromatic aberration or lens shading. Keywords: digital photography, image quality evaluation, optical aberration, information capacity, camera performance database 1. INTRODUCTION The evaluation of a digital camera is a key factor for customers, whether they are vendors or final customers. It relies on many different factors as the presence or not of some functionalities, ergonomic, price, or image quality. Each separate criterion is itself quite complex to evaluate, and depends on many different factors. The case of image quality is a good illustration of this topic.
    [Show full text]
  • Seeing Like Your Camera ○ My List of Specific Videos I Recommend for Homework I.E
    Accessing Lynda.com ● Free to Mason community ● Set your browser to lynda.gmu.edu ○ Log-in using your Mason ID and Password ● Playlists Seeing Like Your Camera ○ My list of specific videos I recommend for homework i.e. pre- and post-session viewing.. PART 2 - FALL 2016 ○ Clicking on the name of the video segment will bring you immediately to Lynda.com (or the login window) Stan Schretter ○ I recommend that you eventually watch the entire video class, since we will only use small segments of each video class [email protected] 1 2 Ways To Take This Course What Creates a Photograph ● Each class will cover on one or two topics in detail ● Light ○ Lynda.com videos cover a lot more material ○ I will email the video playlist and the my charts before each class ● Camera ● My Scale of Value ○ Maximum Benefit: Review Videos Before Class & Attend Lectures ● Composition & Practice after Each Class ○ Less Benefit: Do not look at the Videos; Attend Lectures and ● Camera Setup Practice after Each Class ○ Some Benefit: Look at Videos; Don’t attend Lectures ● Post Processing 3 4 This Course - “The Shot” This Course - “The Shot” ● Camera Setup ○ Exposure ● Light ■ “Proper” Light on the Sensor ■ Depth of Field ■ Stop or Show the Action ● Camera ○ Focus ○ Getting the Color Right ● Composition ■ White Balance ● Composition ● Camera Setup ○ Key Photographic Element(s) ○ Moving The Eye Through The Frame ■ Negative Space ● Post Processing ○ Perspective ○ Story 5 6 Outline of This Class Class Topics PART 1 - Summer 2016 PART 2 - Fall 2016 ● Topic 1 ○ Review of Part 1 ● Increasing Your Vision ● Brief Review of Part 1 ○ Shutter Speed, Aperture, ISO ○ Shutter Speed ● Seeing The Light ○ Composition ○ Aperture ○ Color, dynamic range, ● Topic 2 ○ ISO and White Balance histograms, backlighting, etc.
    [Show full text]
  • Passport Photograph Instructions by the Police
    Passport photograph instructions 1 (7) Passport photograph instructions by the police These instructions describe the technical and quality requirements on passport photographs. The same instructions apply to all facial photographs used on the passports, identity cards and permits granted by the police. The instructions are based on EU legislation and international treaties. The photographer usually sends the passport photograph directly to the police electronically, and it is linked to the application with a photograph retrieval code assigned to the photograph. You can also use a paper photograph, if you submit your application at a police service point. Contents • Photograph format • Technical requirements on the photograph • Dimensions and positioning • Posture • Lighting • Expressions, glasses, head-wear and make-up • Background Photograph format • The photograph can be a black-and-white or a colour photograph. • The dimensions of photographs submitted electronically must be exactly 500 x 653 pixels. Deviations as small as one pixel are not accepted. • Electronically submitted photographs must be saved in the JPEG format (not JPEG2000). The file extension can be either .jpg or .jpeg. • The maximum size of an electronically submitted photograph is 250 kilobytes. 1. Correct 2. Correct 2 (7) Technical requirements on the photograph • The photograph must be no more than six months old. • The photograph must not be manipulated in any way that would change even the small- est details in the subject’s appearance or in a way that could raise suspicions about the photograph's authenticity. Use of digital make-up is not allowed. • The photograph must be sharp and in focus over the entire face.
    [Show full text]
  • Photographic Films
    PHOTOGRAPHIC FILMS A camera has been called a “magic box.” Why? Because the box captures an image that can be made permanent. Photographic films capture the image formed by light reflecting from the surface being photographed. This instruction sheet describes the nature of photographic films, especially those used in the graphic communications industries. THE STRUCTURE OF FILM Protective Coating Emulsion Base Anti-Halation Backing Photographic films are composed of several layers. These layers include the base, the emulsion, the anti-halation backing and the protective coating. THE BASE The base, the thickest of the layers, supports the other layers. Originally, the base was made of glass. However, today the base can be made from any number of materials ranging from paper to aluminum. Photographers primarily use films with either a plastic (polyester) or paper base. Plastic-based films are commonly called “films” while paper-based films are called “photographic papers.” Polyester is a particularly suitable base for film because it is dimensionally stable. Dimensionally stable materials do not appreciably change size when the temperature or moisture- level of the film change. Films are subjected to heated liquids during processing (developing) and to heat during use in graphic processes. Therefore, dimensional stability is very important for graphic communications photographers because their final images must always match the given size. Conversely, paper is not dimen- sionally stable and is only appropriate as a film base when the “photographic print” is the final product (as contrasted to an intermediate step in a multi-step process). THE EMULSION The emulsion is the true “heart” of film.
    [Show full text]
  • One Is Enough. a Photograph Taken by the “Single-Pixel Camera” Built by Richard Baraniuk and Kevin Kelly of Rice University
    One is Enough. A photograph taken by the “single-pixel camera” built by Richard Baraniuk and Kevin Kelly of Rice University. (a) A photograph of a soccer ball, taken by a conventional digital camera at 64 64 resolution. (b) The same soccer ball, photographed by a single-pixel camera. The image is de- rived× mathematically from 1600 separate, randomly selected measurements, using a method called compressed sensing. (Photos courtesy of R. G. Baraniuk, Compressive Sensing [Lecture Notes], Signal Processing Magazine, July 2007. c 2007 IEEE.) 114 What’s Happening in the Mathematical Sciences Compressed Sensing Makes Every Pixel Count rash and computer files have one thing in common: compactisbeautiful.Butifyou’veevershoppedforadigi- Ttal camera, you might have noticed that camera manufac- turers haven’t gotten the message. A few years ago, electronic stores were full of 1- or 2-megapixel cameras. Then along came cameras with 3-megapixel chips, 10 megapixels, and even 60 megapixels. Unfortunately, these multi-megapixel cameras create enor- mous computer files. So the first thing most people do, if they plan to send a photo by e-mail or post it on the Web, is to com- pact it to a more manageable size. Usually it is impossible to discern the difference between the compressed photo and the original with the naked eye (see Figure 1, next page). Thus, a strange dynamic has evolved, in which camera engineers cram more and more data onto a chip, while software engineers de- Emmanuel Candes. (Photo cour- sign cleverer and cleverer ways to get rid of it. tesy of Emmanuel Candes.) In 2004, mathematicians discovered a way to bring this “armsrace”to a halt.
    [Show full text]
  • 19Th Century Photograph Preservation: a Study of Daguerreotype And
    UNIVERSITY OF OKLAHOMA PRESERVATION OF INFORMATION MATERIALS LIS 5653 900 19th Century Photograph Preservation A Study of Daguerreotype and Collodion Processes Jill K. Flowers 3/28/2009 19th Century Photograph Preservation A Study of Daguerreotype and Collodion Processes Jill K. Flowers Photography is the process of using light to record images. The human race has recorded the images of experience from the time when painting pictographs on cave walls was the only available medium. Humanity seems driven to transcribe life experiences not only into language but also into images. The birth of photography occurred in the 19th Century. There were at least seven different processes developed during the century. This paper will focus on two of the most prevalent formats. The daguerreotype and the wet plate collodion process were both highly popular and today they have a significant presence in archives, libraries, and museums. Examination of the process of image creation is reviewed as well as the preservation and restoration processes in use today. The daguerreotype was the first successful and practical form of commercial photography. Jacques Mande‟ Daguerre invented the process in a collaborative effort with Nicephore Niepce. Daguerre introduced the imaging process on August 19, 1839 in Paris and it was in popular use from 1839 to approximately 1860. The daguerreotype marks the beginning of the era of photography. Daguerreotypes are unique in the family of photographic process, in that the image is produced on metal directly without an intervening negative. Image support is provided by a copper plate, coated with silver, and then cleaned and highly polished.
    [Show full text]
  • Evolution of Photography: Film to Digital
    University of North Georgia Nighthawks Open Institutional Repository Honors Theses Honors Program Fall 10-2-2018 Evolution of Photography: Film to Digital Charlotte McDonnold University of North Georgia, [email protected] Follow this and additional works at: https://digitalcommons.northgeorgia.edu/honors_theses Part of the Art and Design Commons, and the Fine Arts Commons Recommended Citation McDonnold, Charlotte, "Evolution of Photography: Film to Digital" (2018). Honors Theses. 63. https://digitalcommons.northgeorgia.edu/honors_theses/63 This Thesis is brought to you for free and open access by the Honors Program at Nighthawks Open Institutional Repository. It has been accepted for inclusion in Honors Theses by an authorized administrator of Nighthawks Open Institutional Repository. Evolution of Photography: Film to Digital A Thesis Submitted to the Faculty of the University of North Georgia In Partial Fulfillment Of the Requirements for the Degree Bachelor of Art in Studio Art, Photography and Graphic Design With Honors Charlotte McDonnold Fall 2018 EVOLUTION OF PHOTOGRAPHY 2 Acknowledgements I would like thank my thesis panel, Dr. Stephen Smith, Paul Dunlap, Christopher Dant, and Dr. Nancy Dalman. Without their support and guidance, this project would not have been possible. I would also like to thank my Honors Research Class from spring 2017. They provided great advice and were willing to listen to me talk about photography for an entire semester. A special thanks to my family and friends for reading over drafts, offering support, and advice throughout this project. EVOLUTION OF PHOTOGRAPHY 3 Abstract Due to the ever changing advancements in technology, photography is a constantly growing field. What was once an art form solely used by professionals is now accessible to every consumer in the world.
    [Show full text]
  • Intro to Digital Photography.Pdf
    ABSTRACT Learn and master the basic features of your camera to gain better control of your photos. Individualized chapters on each of the cameras basic functions as well as cheat sheets you can download and print for use while shooting. Neuberger, Lawrence INTRO TO DGMA 3303 Digital Photography DIGITAL PHOTOGRAPHY Mastering the Basics Table of Contents Camera Controls ............................................................................................................................. 7 Camera Controls ......................................................................................................................... 7 Image Sensor .............................................................................................................................. 8 Camera Lens .............................................................................................................................. 8 Camera Modes ............................................................................................................................ 9 Built-in Flash ............................................................................................................................. 11 Viewing System ........................................................................................................................ 11 Image File Formats ....................................................................................................................... 13 File Compression ......................................................................................................................
    [Show full text]
  • Introduction to Collection Surveys and Condition Reports
    Fundamentals of the Conservation of Photographs SESSION: Introduction to Collection-Level Surveys and Condition Reporting INSTRUCTOR: Monique Fischer, Tram Vo SESSION OUTLINE ABSTRACT This part of the course will provide systematic approaches to writing condition reports for photographs and performing collection-level surveys. This section of the course will provide students with the information needed to perform the small scale survey during the distance mentoring phase. LEARNING OBJECTIVES As a result of this session, participants should be able to: Understand photographic materials, processes, and deterioration characteristics in order to write a proper condition report. Know how to implement a systematic preservation program and understand issues such as environmental control, disaster preparedness, storage and handling, potential hazards, reformatting and conservation treatment. Understand that performing a survey is the best way for a collection to survive. CONTENT OUTLINE Introduction with PPT presentations: “Condition Reporting of Photographs” and “Surveying Photograph Collection” Examples of different condition report forms, including electronic formats, will be examined and discussed. Samples will be provided to participants. Provide students with a basic outline of a survey report and discuss. Pros and cons of the condition report and survey form hand -outs will be discussed. “Hands-on” exercise: provide each student with an unknown photograph and have them write a complete condition report using a form that has been made available. Students will present reports in class. During the distance mentoring phase students will conduct a survey of their family photographs. The introduction given during the summer school will provide the information students need for this activity. www.getty.edu/conservation SESSION OUTLINE CONT’D.
    [Show full text]
  • Removing Camera Shake from a Single Photograph
    Removing Camera Shake from a Single Photograph Rob Fergus1 Barun Singh1 Aaron Hertzmann2 Sam T. Roweis2 William T. Freeman1 1MIT CSAIL 2University of Toronto Figure 1: Left: An image spoiled by camera shake. Middle: result from Photoshop “unsharp mask”. Right: result from our algorithm. Abstract depth-of-field. A tripod, or other specialized hardware, can elim- inate camera shake, but these are bulky and most consumer pho- tographs are taken with a conventional, handheld camera. Users Camera shake during exposure leads to objectionable image blur may avoid the use of flash due to the unnatural tonescales that re- and ruins many photographs. Conventional blind deconvolution sult. In our experience, many of the otherwise favorite photographs methods typically assume frequency-domain constraints on images, of amateur photographers are spoiled by camera shake. A method or overly simplified parametric forms for the motion path during to remove that motion blur from a captured photograph would be camera shake. Real camera motions can follow convoluted paths, an important asset for digital photography. and a spatial domain prior can better maintain visually salient im- age characteristics. We introduce a method to remove the effects of Camera shake can be modeled as a blur kernel, describing the cam- camera shake from seriously blurred images. The method assumes era motion during exposure, convolved with the image intensities. a uniform camera blur over the image and negligible in-plane cam- Removing the unknown camera shake is thus a form of blind image era rotation. In order to estimate the blur from the camera shake, deconvolution, which is a problem with a long history in the im- the user must specify an image region without saturation effects.
    [Show full text]
  • An Introduction to the Digital Reproduction of Photographs | 3
    An Introduction to the C HAPTER Digital Reproduction of Photographs || OBJECTIVES After completing this chapter you will be able to: ■ explain the sources and attributes of digital photographs. ■ explain the methods used to reproduce digital photographs. ■ explain the conventions used by professional printers/ publishers to describe halftones. ■ use Photoshop’s tools to measure halftone dot shape, screen angle, and screen frequency. ■ explain the different types of resolution measurements. ■ use a step-by-step process to choose the correct dot shape, screen angle, and screen frequency for a given printing process and substrate using a given output device. ■ choose the best file format in which to save a given photograph. | 1 2 | C HAPTER ONE || Printing and publishing technicians are required to prepare photographs for reproduction so that the printed photographs appear pleasing to the viewer. This is not an easy task. When a photograph is printed, many variables, including the type of printing press, the type of paper, the ink, and even weather conditions combine to alter the appearance of the reproduction. Even if the photograph is to be reproduced by electronic means—on the Internet or CD-ROM, for instance—the viewer’s computer and monitor will affect the appearance of the image. If the technician knows in advance the variables that will affect a reproduction, corrections can be built into the photograph so that the reproduction will appear pleasing to the eye. If these corrections are not made, the reproduced photograph will probably look unsightly. In the past, such corrections required the skill of highly talented photographic retouchers who knew all the variables that could affect a printed reproduction.
    [Show full text]