Modern Mathematics and Applications in Computer Graphics and Vision
eBook - ePub

Modern Mathematics and Applications in Computer Graphics and Vision

Hongyu Guo

Condividi libro
  1. 524 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Modern Mathematics and Applications in Computer Graphics and Vision

Hongyu Guo

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

This book presents a concise exposition of modern mathematical concepts, models and methods with applications in computer graphics, vision and machine learning. The compendium is organized in four parts — Algebra, Geometry, Topology, and Applications. One of the features is a unique treatment of tensor and manifold topics to make them easier for the students. All proofs are omitted to give an emphasis on the exposition of the concepts. Effort is made to help students to build intuition and avoid parrot-like learning.

There is minimal inter-chapter dependency. Each chapter can be used as an independent crash course and the reader can start reading from any chapter — almost. This book is intended for upper level undergraduate students, graduate students and researchers in computer graphics, geometric modeling, computer vision, pattern recognition and machine learning. It can be used as a reference book, or a textbook for a selected topics course with the instructor's choice of any of the topics.

Contents:

    • Mathematical Structures
  • Algebra:
    • Linear Algebra
    • Tensor Algebra
    • Exterior Algebra
    • Geometric Algebra
  • Geometry:
    • Projective Geometry
    • Differential Geometry
    • Non-Euclidean Geometry
  • Topology and More:
    • General Topology
    • Manifolds
    • Hilbert Spaces
    • Measure Spaces and Probability Spaces
  • Applications:
    • Color Spaces
    • Perspective Analysis of Images
    • Quaternions and 3-D Rotations
    • Support Vector Machines and Reproducing Kernel Hilbert Spaces
    • Manifold Learning in Machine Learning


Readership: Upper level undergraduate students, graduate students and researchers in computer graphics, geometric modeling, computer vision and machine learning.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Modern Mathematics and Applications in Computer Graphics and Vision è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Modern Mathematics and Applications in Computer Graphics and Vision di Hongyu Guo in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Computer Science e Computer Graphics. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Editore
WSPC
Anno
2014
ISBN
9789814449359

PART I
ALGEBRA

figure
William R. Hamilton
(1805 – 1865)
figure
J. Willard Gibbs
(1839 – 1903)
figure
Giuseppe Peano
(1858 – 1932)
figure
G. Ricci-Curbastro
(1853 – 1925)
figure
Hermann Grassmann
(1809 – 1877)
figure
William K. Clifford
(1845 – 1879)

Chapter 1

Linear Algebra

Professor: “Give me an example of a vector space.” Student: “V.”
name unknown
§1.Vectors
1.1Vectors and Their Operations
1.2Properties of Vector Spaces
§2.Linear Spaces
2.1Linear Spaces
2.2Linear Independence and Basis
2.3Subspaces, Quotient Spaces and Direct Sums
§3.Linear Mappings
3.1Linear Mappings
3.2Linear Extensions
3.3Eigenvalues and Eigen vectors
3.4Matrix Representations
§4.Dual Spaces
§5.Inner Product Spaces
5.1Inner Products
5.2Connection to Dual Spaces
5.3Contravariant and Covariant Components of Vectors
§6.Algebras
Exercises
Appendix
A1.Free Vector Spaces and Free Algebras
Reading Guide. In case you did not read the preface, the preface chased you down here. That is, I copied a couple of sentences from there to here about how to read this book: This book is not intended to be read from the first page to the last page in the sequential order. You can start with any part, any chapter and feel free to skip around. See the chapter dependency chart in the front of the book. If you are familiar with linear algebra, you may skip this chapter and move on to read other chapters of your interest. You may come back to this chapter for reference on some concepts. This chapter discusses the fundamental concepts of linear spaces and linear mappings. We give a more in-depth discussion of contravariant vectors and covariant vectors in Sections 4 and 5, which will be beneficial to understand the concepts of contravariant tensors and covariant tensors in the next chapter.

§1 Vectors

1.1 Vectors and Their Operations

The concept of vectors comes from quantities which have both a magnitude and a direction, like forces and velocities. They are represented by a line segment with an arrow. The length of the segment represents the magnitude while the arrow represents the direction. When we set up a coordinate system, such a vector can be represented by three components (x1, x2, x3) projected on the three axes, which are called a 3-tuple.
This can be generalized to n ordered numbers, (x1, x2, . . . , xn), which are called n-tuples. An n-tuple is called a vector, or n-dimensional vector. We will see the meaning of dimension shortly.
Definition 1. Vectors and vector space
Let v = (x1, . . . , xn) be an n-tuple from a field F. We call v a vector. The set V of all vectors is called the vector space over F, denoted by Fn. An element aF is called a scalar.
Remark 1. Historical Note — Vectors and Scalars
W. R. Hamilton introduced the terms scalar and vector in 3 dimensions in the context of quaternions.
Most often the field F is the field ℝ of all real nu...

Indice dei contenuti