Arxiv:1811.01571V2 [Cs.CV] 24 Jan 2019 Many Traditional Cnns on 3D Data Simply Extend the 2D Convolutional Op- Erations to 3D, for Example, the Work of Wu Et Al

Total Page:16

File Type:pdf, Size:1020Kb

Arxiv:1811.01571V2 [Cs.CV] 24 Jan 2019 Many Traditional Cnns on 3D Data Simply Extend the 2D Convolutional Op- Erations to 3D, for Example, the Work of Wu Et Al SPNet: Deep 3D Object Classification and Retrieval using Stereographic Projection Mohsen Yavartanoo1[0000−0002−0109−1202], Eu Young Kim1[0000−0003−0528−6557], and Kyoung Mu Lee1[0000−0001−7210−1036] Department of ECE, ASRI, Seoul National University, Seoul, Korea https://cv.snu.ac.kr/ fmyavartanoo, shreka116, [email protected] Abstract. We propose an efficient Stereographic Projection Neural Net- work (SPNet) for learning representations of 3D objects. We first trans- form a 3D input volume into a 2D planar image using stereographic projection. We then present a shallow 2D convolutional neural network (CNN) to estimate the object category followed by view ensemble, which combines the responses from multiple views of the object to further en- hance the predictions. Specifically, the proposed approach consists of four stages: (1) Stereographic projection of a 3D object, (2) view-specific fea- ture learning, (3) view selection and (4) view ensemble. The proposed ap- proach performs comparably to the state-of-the-art methods while having substantially lower GPU memory as well as network parameters. Despite its lightness, the experiments on 3D object classification and shape re- trievals demonstrate the high performance of the proposed method. Keywords: 3D object classification · 3D object retrieval · Stereographic Projection · Convolutional Neural Network · View Ensemble · View Se- lection. 1 Introduction In recent years, success of deep learning methods, in particular, convolutional neural network (CNN), has urged rapid development in various computer vision applications such as image classification, object detection, and super-resolution. Along with the drastic advances in 2D computer vision, understanding 3D shapes and environment have also attracted great attention. arXiv:1811.01571v2 [cs.CV] 24 Jan 2019 Many traditional CNNs on 3D data simply extend the 2D convolutional op- erations to 3D, for example, the work of Wu et al. [36] which extends 2D deep belief network to 3D deep belief network, or the works of Maturana et al. [18] and Sedaghat et al. [25] where they extend 2D convolutional kernels to 3D convolu- tional kernels. Furthermore, Brock et al. [5] and Wu [35] proposed to build deeper 3D CNNs following the structures from inception-module, residual connections, and Generative Adversarial Network (GAN) to improve the generalization ca- pability. However, these methods are based on 3D convolutions, thereby having high computational complexity and GPU memory consumption. 2 M. Yavartanoo et al. An alternate approach is based on projected 2D views of the 3D object to exploit established 2D CNN architectures. MVCNN [31] renders multiple 2D views of a 3D object and use them as an input to 2D CNNs. Some other works [28,26,1] propose to use the 2D panoramic views of a 3D shape. However, these methods can only observe partial parts of the 3D object, failing to cover full 3D surfaces. To address all these limitations, we introduce a novel 3D shape representation technique using stereographic mapping to project the full surfaces of a 3D object onto a 2D planar image. This 2D stereographic image becomes an input to our proposed shallow 2D CNN, thereby reducing substantial amount of network parameters and GPU memory consumption compared to the state-of-the-art 3D convolution-based methods, while achieving high accuracy. By taking advantage of multiple projected views generated from a single 3D shape, we propose view ensemble to combine predictions of most discrimina- tive views, which are sampled by our view selection network. On the contrary, Conventional methods [31,28,33,20,34,1] simply aggregate the responses of all multiple views via max or average pooling. 2 Related Work In this section, we review recent deep learning methods for 3D feature learning. These methods are categorized in term of different feature representations; (1) point cloud-based representations, (2) 3D model-based representations, and (3) 2D and 2.5D image-based representations. Point cloud-based methods: While previous works often combine hand-crafted features or descriptors with a machine learning classifier [11,32,4,9], the point cloud-based methods operate directly on point clouds in an end-to-end manner. In [6,21,16], the authors designed novel neural network architectures suitable for handling unordered point sets in 3D. Features based on point clouds often require spatial neighborhood queries, which can be hard to deal for inputs with large numbers of points. 3D model-based methods: Voxel-based methods learn 3D features from vox- els which represent 3D shape by the distribution of corresponding binary vari- ables. In 3D shapeNet [36], the authors proposed a method which learns global fea- tures from voxelized 3D shapes based on the 3D convolutional restricted Boltz- mann machine. Similarly, Maturana and Scherer [18] proposed VoxNet which in- tegrates a volumetric occupancy grid representation with a supervised 3D CNN. In a follow-up, Sedaghat et al. [25] extended VoxNet by introducing auxiliary task. They proposed to add orientation loss in addition to the general classifica- tion loss, in which the architecture predicts both the pose and class of the object. Furuya et al. [10] proposed Deep Local feature Aggregation Network (DLAN) which combines rotation-invariant 3D local features and their aggregation in a single architecture. SPNet 3 Sharma et al. [27] proposed a fully convolutional denoising auto-encoder to perform unsupervised global feature learning. In addition, 3D variational auto- encoders and generative adversarial networks have been adopted by Brock et al. [5] and Wu et al. [35], respectively. Furthermore, recent works[34,22] exploit the sparsity of 3D input using the octree data structure to reduce the computational complexity and speed up the learning of global features. 2D/2.5D image-based methods: Image-based methods have been considered as one of the fundamental approaches in 3D object classification. Light Field descriptor (LFD)[8] by Chen et al. used multiple views around a 3D shape, and evaluates the dissimilarity between two shapes by comparing the corresponding two view sets in a greedy way instead of learning global features by combining multi-view information. Bai et al. [3] used a similar approach but using the Hausdorff distance between the corresponding view sets to measure the similarity between two 3D shapes. Su et al. [31] proposed a CNN architecture that aggregates information from multiple views rendered from a 3D object which achieves higher recognition performance compared to single view based architectures. By decomposing each view sequence into a set of view pairs, Johns et al. [14] classified each pair independently and learned an object classifier by weighting the contribution of each pair, which allows 3D shape recognition over arbitrary camera viewpoint. To perform pooling more efficiently, Wang et al. [33] proposed a dominant set clustering technique where pooling is performed in each cluster individually. Kanezaki et al. [15] proposed RotationNet which takes multi-view images of an object and jointly estimates its object category and poses. RotationNet learns viewpoint labels in an unsupervised manner. Moreover, it learns view-specific feature representations shared across classes to boost the performance. As an alternative approach, Gomez-Donoso et al. [12] proposed LonchaNet which uses three orthogonal slices from 3D point cloud as an input to three in- dependent GoogLeNet networks, each network learning specific features for each slice. Cohen et al. [7] in Spherical CNNs proposed a definition for the spherical cross-correlation that is both expressive and rotation-equivariant. The spherical correlation satisfies a generalized Fourier theorem, which allows to compute it ef- ficiently using a generalized Fast Fourier Transform (FFT) algorithm. Papadakis et al. [19] proposed PANORAMA that uses a set of panoramic views of a 3D object which describe the position and orientation of the object's surface in 3D space. 2D Discrete Fourier Transform and the 2D Discrete Wavelet Transform are computed for each view. Shi et al. in DeepPano [28], projected each 3D shape into a panoramic view around its principal axis and used a CNN for learning the representations from these views. To make the learned representations in- variant to the rotation around the principal axis a row-wise max-pooling layer is applied between the convolution and fully-connected layers. to achieve better feature descriptor for a 3D object in the training phase, Sfikas et al. [1] use three panoramic views corresponding to the major axes and taking average pooling over feature descriptor of each view for the training of an ensemble of CNNs. 4 M. Yavartanoo et al. 3 Proposed Stereographic Projection Network In this section, we provide details of our proposed approach. We first describe how to transform a 3D object into a 2D planar image using stereographic pro- jection. Then, we give the detailed description of the proposed shallow 2D CNN architecture, SPNet, followed by the procedures for view selection and view en- semble. 3.1 Streographic Representation Stereographic projection is a mapping that projects a 2D manifold onto a 2D plane. Such a technique is well developed in the field of Topology and Geography to project surface of the earth to a 2D planar map [30]. Since then, various projection functions have been proposed to improve the quality of mapping. In this work, we explore different types of projection functions showing that stereographic projection preserves the more detailed surface structure of a 3D object. To construct the stereographic representation of a 3D object, we first nor- malize the 3D object such that a unit sphere can fully cover it. We then translate the origin of the sphere to the center of the object assuming that the orientation of the object is aligned. For each point p on the surface of the object, we denote e as a unit vector from the origin o to the point p as shown in Fig. 1(a).
Recommended publications
  • Map Projections--A Working Manual
    This is a reproduction of a library book that was digitized by Google as part of an ongoing effort to preserve the information in books and make it universally accessible. https://books.google.com 7 I- , t 7 < ?1 > I Map Projections — A Working Manual By JOHN P. SNYDER U.S. GEOLOGICAL SURVEY PROFESSIONAL PAPER 1395 _ i UNITED STATES GOVERNMENT PRINTING OFFIGE, WASHINGTON: 1987 no U.S. DEPARTMENT OF THE INTERIOR BRUCE BABBITT, Secretary U.S. GEOLOGICAL SURVEY Gordon P. Eaton, Director First printing 1987 Second printing 1989 Third printing 1994 Library of Congress Cataloging in Publication Data Snyder, John Parr, 1926— Map projections — a working manual. (U.S. Geological Survey professional paper ; 1395) Bibliography: p. Supt. of Docs. No.: I 19.16:1395 1. Map-projection — Handbooks, manuals, etc. I. Title. II. Series: Geological Survey professional paper : 1395. GA110.S577 1987 526.8 87-600250 For sale by the Superintendent of Documents, U.S. Government Printing Office Washington, DC 20402 PREFACE This publication is a major revision of USGS Bulletin 1532, which is titled Map Projections Used by the U.S. Geological Survey. Although several portions are essentially unchanged except for corrections and clarification, there is consider able revision in the early general discussion, and the scope of the book, originally limited to map projections used by the U.S. Geological Survey, now extends to include several other popular or useful projections. These and dozens of other projections are described with less detail in the forthcoming USGS publication An Album of Map Projections. As before, this study of map projections is intended to be useful to both the reader interested in the philosophy or history of the projections and the reader desiring the mathematics.
    [Show full text]
  • Uon Digital Repository Home
    University of Nairobi School of Engineering Building a QGIS Helper Application to Overcome the Challenges of Cassini to UTM Coordinate System Conversions in Kenya BY Ajanga Dissent Ingati F56/81982/2015 A Project submitted in partial fulfillment for the Degree of Master of Science in Geographical Information Systems, in the Department of Geospatial & Space Technology of the University of Nairobi October 2017 I Declaration I, Ajanga Dissent Ingati, hereby declare that this project is my original work. To the best of my knowledge, the work presented here has not been presented for a degree in any other Institution of Higher Learning. ……………………………………. ……………………… .……..……… Name of student Signature Date This project has been submitted for examination with my approval as university supervisor. ……………………………………. ……………………… .……..……… Name of Supervisor Signature Date I Dedication I dedicate this work to my family for their support throughout the entire process of pursuing this degree and to the completion of the project. Your encouragement has been instrumental in ensuring the success of this project; may God truly bless you. II Acknowledgement I would like to show my heartfelt appreciation to all the people who saw me through the process of preparing this report. These thanks go to all those who provided technical support, talked through the issues I studied, read, wrote, gave comments, and also those who assisted in editing and proof reading of this project report before submission. I would like to thank Steve Firsake for his technical support through Python Programing. Special thanks also go to Dr.-Ing. Musyoka for his technical advice and support for the entire project.
    [Show full text]
  • Portraying Earth
    A map says to you, 'Read me carefully, follow me closely, doubt me not.' It says, 'I am the Earth in the palm of your hand. Without me, you are alone and lost.’ Beryl Markham (West With the Night, 1946 ) • Map Projections • Families of Projections • Computer Cartography Students often have trouble with geographic names and terms. If you need/want to know how to pronounce something, try this link. Audio Pronunciation Guide The site doesn’t list everything but it does have the words with which you’re most likely to have trouble. • Methods for representing part of the surface of the earth on a flat surface • Systematic representations of all or part of the three-dimensional Earth’s surface in a two- dimensional model • Transform spherical surfaces into flat maps. • Affect how maps are used. The problem: Imagine a large transparent globe with drawings. You carefully cover the globe with a sheet of paper. You turn on a light bulb at the center of the globe and trace all of the things drawn on the globe onto the paper. You carefully remove the paper and flatten it on the table. How likely is it that the flattened image will be an exact copy of the globe? The different map projections are the different methods geographers have used attempting to transform an image of the spherical surface of the Earth into flat maps with as little distortion as possible. No matter which map projection method you use, it is impossible to show the curved earth on a flat surface without some distortion.
    [Show full text]
  • Cylindrical Projections 27
    MAP PROJECTION PROPERTIES: CONSIDERATIONS FOR SMALL-SCALE GIS APPLICATIONS by Eric M. Delmelle A project submitted to the Faculty of the Graduate School of State University of New York at Buffalo in partial fulfillments of the requirements for the degree of Master of Arts Geographical Information Systems and Computer Cartography Department of Geography May 2001 Master Advisory Committee: David M. Mark Douglas M. Flewelling Abstract Since Ptolemeus established that the Earth was round, the number of map projections has increased considerably. Cartographers have at present an impressive number of projections, but often lack a suitable classification and selection scheme for them, which significantly slows down the mapping process. Although a projection portrays a part of the Earth on a flat surface, projections generate distortion from the original shape. On world maps, continental areas may severely be distorted, increasingly away from the center of the projection. Over the years, map projections have been devised to preserve selected geometric properties (e.g. conformality, equivalence, and equidistance) and special properties (e.g. shape of the parallels and meridians, the representation of the Pole as a line or a point and the ratio of the axes). Unfortunately, Tissot proved that the perfect projection does not exist since it is not possible to combine all geometric properties together in a single projection. In the twentieth century however, cartographers have not given up their creativity, which has resulted in the appearance of new projections better matching specific needs. This paper will review how some of the most popular world projections may be suited for particular purposes and not for others, in order to enhance the message the map aims to communicate.
    [Show full text]
  • Guidance Note 7 Part 2
    IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2 – September 2019 To facilitate improvement, this document is subject to revision. The current version is available at www.epsg.org. Geomatics Guidance Note Number 7, part 2 Coordinate Conversions and Transformations including Formulas Revised - September 2019 Page 1 of 162 IOGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2 – September 2019 To facilitate improvement, this document is subject to revision. The current version is available at www.epsg.org. Table of Contents Preface ............................................................................................................................................................5 1 IMPLEMENTATION NOTES ................................................................................................................. 6 1.1 ELLIPSOID PARAMETERS ......................................................................................................................... 6 1.2 ARCTANGENT FUNCTION ......................................................................................................................... 6 1.3 ANGULAR UNITS ....................................................................................................................................... 7 1.4 LONGITUDE 'WRAP-AROUND' .................................................................................................................. 7 1.5 OFFSETS ...................................................................................................................................................
    [Show full text]
  • Coordinate Conversions and Transformations Including Formulas
    OGP Surveying and Positioning Guidance Note number 7, part 2 – May 2009 To facilitate improvement, this document is subject to revision. The current version is available at www.epsg.org. Surveying and Positioning Guidance Note Number 7, part 2 Coordinate Conversions and Transformations including Formulas Revised - May 2009 Page 1 of 118 OGP Surveying and Positioning Guidance Note number 7, part 2 – May 2009 To facilitate improvement, this document is subject to revision. The current version is available at www.epsg.org. Index Preface 4 Revision history 5 1 MAP PROJECTIONS AND THEIR COORDINATE CONVERSION FORMULAS 8 1.1 INTRODUCTION 8 1.2 MAP PROJECTION PARAMETERS 9 1.3 MAP PROJECTION FORMULAS 20 1.3.1 LAMBERT CONIC CONFORMAL 21 1.3.1.1 Lambert Conic Conformal (2SP) 21 1.3.1.2 Lambert Conic Conformal (1SP) 23 1.3.1.3 Lambert Conic Conformal (West Orientated) 24 1.3.1.4 Lambert Conic Conformal (2 SP Belgium) 24 1.3.1.5 Lambert Conic Near-Conformal 25 1.3.2 KROVAK OBLIQUE CONFORMAL CONIC 27 1.3.3 MERCATOR 30 1.3.3.1 Mercator (Spherical) 32 1.3.3.2 Popular Visualisation Pseudo Mercator 33 1.3.4 CASSINI-SOLDNER 35 1.3.4.1 Hyperbolic Cassini-Soldner 36 1.3.5 TRANSVERSE MERCATOR 37 1.3.5.1 General Case 37 1.3.5.2 Transverse Mercator Zoned Grid System 40 1.3.5.3 Transverse Mercator (South Orientated) 41 1.3.6 OBLIQUE MERCATOR AND HOTINE OBLIQUE MERCATOR 41 1.3.6.1 Laborde projection for Madagascar 46 1.3.7 STEREOGRAPHIC 49 1.3.7.1 Oblique and Equatorial Stereographic cases 49 1.3.7.2 Polar Stereographic 52 1.3.8 NEW ZEALAND MAP GRID 57 1.3.9 TUNISIA
    [Show full text]
  • Annotations for Alexander Von Humboldt's Political Essay on The
    Annotations for Alexander von Humboldt’s Political Essay on the Kingdom of New Spain by Giorleny D. Altamirano Rayos, Tobias Kraft, and Vera M. Kutzinski Unless context made it more sensible to do otherwise, we have annotated a reference or allusion at its first occurrence. Entries in boldface refer back to a main entry. The page numbers that precede each entry refer to the pagination of Alexander von Humboldt’s 1826 French edition; those page numbers are are printed in the margins of our translation of the Political Essay on the Kingdom of New Spain. In that edition, the names and concepts that appear in SMALL CAPS in the annotations are marked with an ▼. Weights and Measures What follows are some of the most common weights and measures that Alexander von Humboldt regularly uses. This is not an exhaustive list. ACRE: an old English unit of surface area equivalent to 4,840 square yards (or about 4,046.85 square meters) in the USA and Canada. The standard unit of measurement for surface area in the UK, an acre in its earliest English uses was probably the amount of land that one yoke of oxen could plow in a day. Its value varied slightly in Ireland, Scotland, and England. In France, the size of the acre varied depending on region. Humboldt states that an acre is 4,029 square meters. 2 ARPENT: a unit either of length or of land area used in France, Québec, and Louisiana from the sixteenth to the eighteenth century. The main measurement for land throughout France (sometimes called the French acre), the arpent varied in value depending on region.
    [Show full text]
  • Explanatory Notes on Geodetic Datums in Hong Kong 1995 (Minor
    香 港 大 地 測 量 基 準 說 明 Explanatory Notes on Geodetic Datums in Hong Kong Survey and Mapping Office Lands Department 地政總署 測繪處 © 1995 All Right Reserved b y Hong Kong Governmen t 香港政府 保留所有版權 Minor Revision (小修訂) 2018 List of Revisions Rev. Details of Change Effective Date 1.0 Initial Release 14-Nov-1995 1.1 Page A1, A4, A5, C2 and C9 revised. 5-Sep-2018 CONTENTS INTRODUCTION . A1 HISTORICAL BACKGROUND . A1 GEODETIC DATUMS . A2 Hong Kong 1980 Geodetic Datum (HK80) World Geodetic System (WGS84) MAP PROJECTION AND GRID SYSTEM . A3 Universal Transverse Mercator Grid (UTM Grid) Hong Kong 1980 Grid (HK1980 Grid) VERTICAL DATUMS . A4 Hong Kong Principal Datum (HKPD), Chart Datum (CD). WGS84 Heights and HKPD Heights CONVERSION OF CO-ORDINATES . A5 Latitude, longitude on HK80 and WGS84 Datums UTM Grid co-ordinates on HK80 and WGS84 Datums Latitude, longitude and UTM co-ordinates Latitude, longitude and HK1980 Grid co-ordinates APPENDICES Diagrams Illustrating Geodetic Datums in Hong Kong . C1 Transverse Mercator Projection . C2 Vertical Datums . C2 Evolution of Hong Kong Geodetic Datums and Map Projections . C3 Schematic Diagrams showing Tr ansformation of Co-ordinates between Datums . C4 UTM Zones in Hong Kong . C5 Contour Map showing Difference between WGS84 and HKPD Heightings . C6 Definitions of Terms . C7 Conversion Formulae . C8 Parameters and Reference Examples . C9 INTRODUCTION With the advent of technologies, fixing position to 5 to 100 metres accuracy is no longer difficult by using Global Positioning System (GPS) receivers. Higher accuracy in position fixing by GPS can also be obtained by longer observation time, applying differential corrections and computing the co-ordinates by post-processing method.
    [Show full text]
  • Mercator Projection
    U.S. ~eological Survey Profes-sional-Paper 1453 .. ~ :.. ' ... Department of the Interior BRUCE BABBITT Secretary U.S. Geological Survey Gordon P. Eaton, Director First printing 1989 Second printing 1994 Any use of trade names in this publication is for descriptive purposes only and does not imply endorsement by the U.S. Geological Survey Library of Congress Cataloging in Publication Data Snyder, John Parr, 1926- An album of map projections. (U.S. Geological Survey professional paper; 1453) Bibliography: p. Includes index. Supt. of Docs. no.: 119.16:1453 1. Map-projection. I. Voxland, Philip M. II. Title. Ill. Series. GA110.S575 1989 526.8 86-600253 For sale by Superintendent of Documents, U.S. Government Printing Office Washington, DC 20401 United States Government Printing Office : 1989 CONTENTS Preface vii Introduction 1 McBryde·Thomas Flat-Polar Parabolic 72 Glossary 2 Quartic Authalic 74 Guide to selecting map projections 5 McBryde-Thomas Flat-Polar Quartic 76 Distortion diagrams 8 Putnii)S P5 78 Cylindrical projections DeNoyer Semi-Elliptical 80 Mercator 10 Robinson 82 Transverse Mercator 12 Collignon 84 Oblique Mercator 14 Eckert I 86 Lambert Cylindrical Equal-Area 16 Eckert II 88 Behrmann Cylindrical Equal-Area 19 Loximuthal 90 Plate Carree 22 Conic projections Equirectangular 24 Equidistant Conic 92 Cassini 26 Lambert Conformal Conic 95 Oblique Plate Carree 28 Bipolar Oblique Conic Conformal 99 Central Cylindrical 30 Albers Equal-Area Conic 100 Gall 33 Lambert Equal-Area Conic 102 Miller Cylindrical 35 Perspective Conic 104 Pseudocylindrical
    [Show full text]
  • Design Och Implementering Av Ett Out-Of-Core Globrenderingssystem Baserat På Olika Karttjänster Kalle Bladin Erik Broberg
    LiU-ITN-TEK-A-16/057--SE Design och Implementering av ett Out-of-Core Globrenderingssystem Baserat på Olika Karttjänster Kalle Bladin Erik Broberg 2016-12-02 Department of Science and Technology Institutionen för teknik och naturvetenskap Linköping University Linköpings universitet nedewS ,gnipökrroN 47 106-ES 47 ,gnipökrroN nedewS 106 47 gnipökrroN LiU-ITN-TEK-A-16/057--SE Design och Implementering av ett Out-of-Core Globrenderingssystem Baserat på Olika Karttjänster Examensarbete utfört i Medieteknik vid Tekniska högskolan vid Linköpings universitet Kalle Bladin Erik Broberg Handledare Alexander Bock Examinator Anders Ynnerman Norrköping 2016-12-02 Upphovsrätt Detta dokument hålls tillgängligt på Internet – eller dess framtida ersättare – under en längre tid från publiceringsdatum under förutsättning att inga extra- ordinära omständigheter uppstår. Tillgång till dokumentet innebär tillstånd för var och en att läsa, ladda ner, skriva ut enstaka kopior för enskilt bruk och att använda det oförändrat för ickekommersiell forskning och för undervisning. Överföring av upphovsrätten vid en senare tidpunkt kan inte upphäva detta tillstånd. All annan användning av dokumentet kräver upphovsmannens medgivande. För att garantera äktheten, säkerheten och tillgängligheten finns det lösningar av teknisk och administrativ art. Upphovsmannens ideella rätt innefattar rätt att bli nämnd som upphovsman i den omfattning som god sed kräver vid användning av dokumentet på ovan beskrivna sätt samt skydd mot att dokumentet ändras eller presenteras i sådan form eller i sådant sammanhang som är kränkande för upphovsmannens litterära eller konstnärliga anseende eller egenart. För ytterligare information om Linköping University Electronic Press se förlagets hemsida http://www.ep.liu.se/ Copyright The publishers will keep this document online on the Internet - or its possible replacement - for a considerable time from the date of publication barring exceptional circumstances.
    [Show full text]
  • MCWP 3-16.7 Chapter 4: Map Projections and Grid Systems
    CHAPTER 4. MAP PROJECTIONS AND GRID SYSTEMS SECTION I. MAP PROJECTIONS A map projection is a method of representing a portion One common characteristic applies to all United States of the Earth’s round surface on a flat surface. Because military maps: they are all based on a conformal this procedure causes distortions of different types, projection. A conformal map projection is one that at many different projections have been developed. any point, the scale is the same in any direction and the Each projection is dictated by the size of the area angle between any two lines on the ellipsoid is the being mapped, the map scale, and the intended use of same when projected onto a plane. the maps. See table 4-2 at the end of this section. Each projection preserves certain properties and distorts others. Most projections are cylindrical, Prescribed Projections conical or azimuthal, and project an ellipsoid onto cylinders, cones or plane surfaces. These surfaces may The Transverse Mercator (TM) Projection is the be tangent to the ellipsoid or they may be secant. A preferred projection for all military mapping, though it projection is tangent to the ellipsoid when only one is not necessarily used on all military maps. The point or line of the projection surface touches the following projections are prescribed for U.S. military ellipsoid. It is secant when two points or lines touch topographic maps and charts that display a military the ellipsoid. See figure 4-1. grid on a standard scale. Military maps of non-U.S. Figure 4-1.
    [Show full text]
  • 6.4 MAP PROJECTIONS for LARGER-SCALE MAPPING* "Ohn
    6.4 MAP PROJECTIONS FOR LARGER-SCALE MAPPING* "ohn P. Snyder U.S. Geological Survey National Center, Stop 522 Reston, Virginia 22092 ABSTRACT After decaaes of using a single map projection, thc Polyconic, for its mp- i.ing program, the U.S. Geological Survey now uses several long-establjshcd ,-ojections for its published maps, both large and mal? scale. Tor naps cc 1:1,000,OCO-scale and larger, the most coimon projections are confowa:, such as the Transverse Mercator and Lambert Confornal Conic. projections for these scales should treat the Earth as an ellipsoid. In addition, the 'JSGS has conceived and designed some new projections, inc:udjng the Tpace Ob1 ique Vercator, the first nap projection designed to permit low-distortion {lapping of the Earth from satellite inagery, continucasly Collowing the graundtrack. The bSGS has programed nearly a1 1 yrti nent project ion equations for inverse and foniard calculations. These are used to plot naps or to transfom coordinates froill one projection to another. The CIS5 is also publishing its first comprehensive slap projxtion rcanual, describinq in detail and matheciatical ly all projections used by the agerlcy. The U.S. Geoloyical Scrvey wds created in 187c), and detailed large-scale napping 3f the country soon becane one of its primary objectives. Tt has relied heavily over the years 9n the foriner U.S. roast and Geodetic Survey (!JSC&GS, now the Yational Oceln Survey) &or guidance on nap projectiqns. Ati? the 1;te 1950's, only the Polyconic projection was used for the prirnary iJSGS napping product, i .e., large-scale quadrangle naps.
    [Show full text]