Understanding Quadric Surfaces in Computer Vision | Forsyth & Ponce

  • Thread starter gnome
  • Start date
  • Tags
    Notation
In summary, a quadric surface is a locus of points whose coordinates satisfy a specific equation. The condition can also be expressed in a matrix form, where the matrix Q is determined by the coefficients of the equation. The subscripts in the coefficients indicate the number of factors of x, y, and z that multiply the coefficient in the polynomial.
  • #1
gnome
1,041
1
From Computer Vision, A Modern Approach by Forsyth & Ponce:

More generally, a quadric surface is the locus of the points P whose coordinates satisfy the equation:

[tex]a_{200}x^2 + a_{110}xy + a_{020}y^2 + a_{011}yz + a_{002}z^2 + a_{101}xz + a_{100}x + a_{010}y + a_{001}z + a_{000} = 0 [/tex]

and it is straightforward to check that this condition is equivalent to
[tex]\bold{P}^TQ\bold{P} = 0, \qquad \text{where} \quad Q = \left( \begin{array}{cccc} a_{200} &\frac{1}{2}a_{110} &\frac{1}{2}a_{101} &\frac{1}{2}a_{100} \\
\frac{1}{2}a_{110} &a_{020} &\frac{1}{2}a_{011} &\frac{1}{2}a_{010} \\
\frac{1}{2}a_{101} &\frac{1}{2}a_{011} &a_{002} &\frac{1}{2}a_{001} \\
\frac{1}{2}a_{100} &\frac{1}{2}a_{010} &\frac{1}{2}a_{001} &a_{000} \end{array} \right ) [/tex]
In this equation, P denotes the homogeneous coordinate vector of P.


I don't see any explanation of the subscripts. Anybody know what they represent?
 
Last edited:
Physics news on Phys.org
  • #2
It seems the subscripts in the coefficients refer to the number of factors of x,y,z that multiply the coefficient in this polynomial.
Example:
a011 is the coefficient of x0y1z1.
 
  • #3
Eureka!

Thanks robphy.
 

FAQ: Understanding Quadric Surfaces in Computer Vision | Forsyth & Ponce

What is this notation?

This is a common question when encountering unfamiliar notations in scientific literature or presentations. Notations are symbols or abbreviations used to represent mathematical or scientific concepts in a concise and standardized way.

Why is notation important in science?

Notation allows scientists to communicate complex ideas and equations efficiently. It also helps to establish a universal language within different scientific fields, making it easier for researchers to understand and build upon each other's work.

How do scientists come up with notations?

Notations are often developed through consensus among scientists in a particular field. They may also be derived from existing mathematical or scientific symbols, or be created specifically for a new concept or equation.

Are notations the same across all scientific fields?

No, notations may vary depending on the specific field of science. For example, the notation used in chemistry may differ from that used in physics or biology. However, there are some universal notations that are commonly used across different scientific disciplines.

Can notations change over time?

Yes, notations can evolve and change over time as new discoveries and ideas are made in science. Some notations may also become outdated as scientific understanding and technology advances. It is important for scientists to stay informed about any changes in notations within their field of study.

Similar threads

Replies
2
Views
2K
Replies
2
Views
10K
Replies
4
Views
1K
Replies
24
Views
6K
Replies
2
Views
2K
Replies
1
Views
1K
Replies
1
Views
2K
Back
Top