3D rotations : (Record no. 18791)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 06349cam a2200577Ki 4500 |
001 - CONTROL NUMBER | |
control field | 9781003037675 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | FlBoTFG |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20220724194542.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr cnu|||unuuu |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 200826s2020 flu ob 000 0 eng d |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | OCoLC-P |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | OCoLC-P |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781003037675 |
Qualifying information | (electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1003037674 |
Qualifying information | (electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781000071658 |
Qualifying information | (electronic bk. : EPUB) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1000071650 |
Qualifying information | (electronic bk. : EPUB) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9780367471330 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781000070347 |
Qualifying information | (electronic bk. : Mobipocket) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1000070344 |
Qualifying information | (electronic bk. : Mobipocket) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781000070668 |
Qualifying information | (electronic bk. : PDF) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1000070662 |
Qualifying information | (electronic bk. : PDF) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9780367496906 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)1190777059 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC-P)1190777059 |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | TA1634 |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | COM |
Subject category code subdivision | 012000 |
Source | bisacsh |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | COM |
Subject category code subdivision | 012040 |
Source | bisacsh |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | COM |
Subject category code subdivision | 014000 |
Source | bisacsh |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | UB |
Source | bicssc |
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 006.3/701512482 |
Edition number | 23 |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Kanatani, Kenʼichi, |
Dates associated with a name | 1947- |
Relator term | author. |
245 10 - TITLE STATEMENT | |
Title | 3D rotations : |
Remainder of title | parameter computation and lie-algebra based optimization / |
Statement of responsibility, etc. | by Kenichi Kanatani. |
250 ## - EDITION STATEMENT | |
Edition statement | First edition. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Boca Raton, FL : |
Name of producer, publisher, distributor, manufacturer | CRC Press, Taylor & Francis Group, |
Date of production, publication, distribution, manufacture, or copyright notice | 2020. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource (x, 157 pages). |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
500 ## - GENERAL NOTE | |
General note | "A Chapman & Hall Book" |
520 ## - SUMMARY, ETC. | |
Summary, etc. | 3D rotation analysis is widely encountered in everyday problems thanks to the development of computers. Sensing 3D using cameras and sensors, analyzing and modeling 3D for computer vision and computer graphics, and controlling and simulating robot motion all require 3D rotation computation. This book focuses on the computational analysis of 3D rotation, rather than classical motion analysis. It regards noise as random variables and models their probability distributions. It also pursues statistically optimal computation for maximizing the expected accuracy, as is typical of nonlinear optimization. All concepts are illustrated using computer vision applications as examples. Mathematically, the set of all 3D rotations forms a group denoted by SO(3). Exploiting this group property, we obtain an optimal solution analytical or numerically, depending on the problem. Our numerical scheme, which we call the "Lie algebra method," is based on the Lie group structure of SO(3). This book also proposes computing projects for readers who want to code the theories presented in this book, describing necessary 3D simulation setting as well as providing real GPS 3D measurement data. To help readers not very familiar with abstract mathematics, a brief overview of quaternion algebra, matrix analysis, Lie groups, and Lie algebras is provided as Appendix at the end of the volume. |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Chapter 1. Introduction 1.1 3D ROTATIONS 1.2 ESTIMATION OF ROTATION 1.3 DERIVATIVE-BASED OPTIMIZATION1.4 RELIABILITY EVALUATION OF ROTATION COMPUTATION1.5 COMPUTING PROJECTS 1.6 RELATED TOPICS OF MATHEMATICS Chapter 2. Geometry of Rotation2.1 3D ROTATION 2.2 ORTHOGONAL MATRICES AND ROTATION MATRICES2.3 EULERS THEOREM 2.4 AXIAL ROTATIONS 2.5 SUPPLEMENTAL NOTE 2.6 EXERCISES Chapter 3. Parameters of Rotation3.1 ROLL, PITCH, YAW 3.2 COORDINATE SYSTEM ROTATION 153.3 EULER ANGLES 3.4 RODRIGUES FORMULA 3.5 QUATERNION REPRESENTATION 213.6 SUPPLEMENTAL NOTES 3.7 EXERCISES Chapter 4. Estimation of Rotation I: Isotropic Noise4.1 ESTIMATING ROTATION 4.2 LEAST SQUARES AND MAXIMUM LIKELIHOOD4.3 SOLUTION BY SINGULAR VALUE DECOMPOSITION4.4 SOLUTION BY QUATERNION REPRESENTATION4.5 OPTIMAL CORRECTION OF ROTATION4.6 SUPPLEMENTAL NOTE 4.7 EXERCISES Chapter 5. Estimation of Rotation II: Anisotropic Noise5.1 ANISOTROPIC GAUSSIAN DISTRIBUTIONS5.2 ROTATION ESTIMATION BY MAXIMUM LIKELIHOOD5.3 ROTATION ESTIMATION BY QUATERNION REPRESENTATION5.4 OPTIMIZATION BY FNS 5.5 METHOD OF HOMOGENEOUS CONSTRAINTS5.6 SUPPLEMENTAL NOTE 5.7 EXERCISES Chapter 6. Derivative-based Optimization: Lie Algebra Method6.1 DERIVATIVE-BASED OPTIMIZATION6.2 SMALL ROTATIONS AND ANGULAR VELOCITY6.3 EXPONENTIAL EXPRESSION OF ROTATION6.4 LIE ALGEBRA OF INFINITESIMAL ROTATIONS6.5 OPTIMIZATION OF ROTATION 6.6 ROTATION ESTIMATION BY MAXIMUM LIKELIHOOD6.7 FUNDAMENTAL MATRIX COMPUTATION6.8 BUNDLE ADJUSTMENT 6.9 SUPPLEMENTAL NOTES 6.10 EXERCISES Chapter 7. Reliability of Rotation Computation 7.1 ERROR EVALUATION FOR ROTATION7.2 ACCURACY OF MAXIMUM LIKELIHOOD7.3 THEORETICAL ACCURACY BOUND7.4 KCR LOWER BOUND 7.5 SUPPLEMENTAL NOTES 7.6 EXERCISES Chapter 8. Computing Projects8.1 STEREO VISION EXPERIMENT8.2 OPTIMAL CORRECTION OF STEREO IMAGES8.3 TRIANGULATION OF STEREO IMAGES8.4 COVARIANCE EVALUATION OF STEREO RECONSTRUCTION8.5 LAND MOVEMENT COMPUTATION USING REAL GPS DATA8.6 SUPPLEMENTAL NOTES 8.7 EXERCISES Appendix A Hamiltons Quaternion AlgebraA.1 QUATERNIONS A.2 QUATERNION ALGEBRA A.3 CONJUGATE, NORM, AND INVERSEA.4 QUATERNION REPRESENTATION OF ROTATIONSA.5 COMPOSITION OF ROTATIONSA.6 TOPOLOGY OF ROTATIONS A.7 INFINITESIMAL ROTATIONS A.8 REPRESENTATION OF GROUP OF ROTATIONSA.9 STEREOGRAPHIC PROJECTIONAppendix B Topics of Linear Algebra B.1 LINEAR MAPPING AND BASISB.2 PROJECTION MATRICES B.3 PROJECTION ONTO A LINE AND A PLANEB.4 EIGENVALUES AND SPECTRAL DECOMPOSITIONB.5 MATRIX REPRESENTATION OF SPECTRAL DECOMPOSITIONB.6 SINGULAR VALUES AND SINGULAR DECOMPOSITIONB.7 COLUMN AND ROW DOMAINSAppendix C Lie Groups and Lie Algebras C.1 GROUPS C.2 MAPPINGS AND GROUPS OF TRANSFORMATIONC.3 TOPOLOGY C.4 MAPPINGS OF TOPOLOGICAL SPACESC.5 MANIFOLDS C.6 LIE GROUPS C.7 LIE ALGEBRAS C.8 LIE ALGEBRAS OF LIE GROUPSAnswers Bibliography Index. |
588 ## - SOURCE OF DESCRIPTION NOTE | |
Source of description note | OCLC-licensed vendor bibliographic record. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Computer vision |
General subdivision | Mathematical models. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Three-dimensional modeling |
General subdivision | Mathematical models. |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | COMPUTERS / Computer Graphics / General |
Source of heading or term | bisacsh |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | COMPUTERS / Computer Graphics / Game Programming & Design |
Source of heading or term | bisacsh |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | COMPUTERS / Computer Science |
Source of heading or term | bisacsh |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Materials specified | Read Online |
Uniform Resource Identifier | <a href="https://www.taylorfrancis.com/books/9781003037675">https://www.taylorfrancis.com/books/9781003037675</a> |
856 42 - ELECTRONIC LOCATION AND ACCESS | |
Materials specified | OCLC metadata license agreement |
Uniform Resource Identifier | <a href="http://www.oclc.org/content/dam/oclc/forms/terms/vbrl-201703.pdf">http://www.oclc.org/content/dam/oclc/forms/terms/vbrl-201703.pdf</a> |
942 ## - ADDED ENTRY ELEMENTS (KOHA) | |
Source of classification or shelving scheme | Library of Congress Classification |
Koha item type | eBook |
No items available.