General Point conics
can be represented by 6 parameters,
ax2+bxy+cy2+dx+ey+f=0
it can also represented with matrix form like this:
⎝⎜⎛ab/2d/2b/2ce/2d/2e/2f⎠⎟⎞
The relationship between point and conic is like this:
xTCx=0 where x=(x1,x2,1)
Dual conic C∗:
composed of a bunch of lines which is a tangent line.
l ∣ lTC∗l=0 where l=(l1,l2,1)
C∗=kC−1 where rank(C)=3
Characteristics of conic
- Degenerate conic: a rank of the matrix C is lower than 3
(Point) Conic: it can be represented by the line.
two lines(rank: 2), one line(rank: 1)
Degenerated (point) conic
Dual conic: can be represented by the point.
two points(rank: 2), one point(rank: 1)