What is meant by homogeneous Coordinates ? What is its
Significance?
Answers
Answered by
2
A coordinate system that algebraically treats all points in the projective plane (both Euclidean and ideal) equally.
Significance-
Homogeneous coordinates are used extensively in computer vision and graphics because they allow common operations such as translation, rotation, scaling and perspective projection to be implemented as matrix operations
Homogeneous coordinates are ubiquitous in computer graphics because they allow common vector operations such as translation, rotation, scaling and perspective projection to be represented as a matrix by which the vector is multiplied...
Similar questions