What is homogeneous coordinate, Computer Graphics

Assignment Help:

What is homogeneous coordinate? Discuss the composite transformation matrix for two successive translations and scaling.

In design and picture formation process, many times we may require to perform translation rotation and scaling to fit the picture components into their proper positions. In the previous section we have seen that each of the basic transformation can be expressed in the general matrix form. To produce a sequence of transformations with above equations, such as translation followed by rotation and then scaling, we must calculate the transformed coordinate’s one step at a time. First coordinates are translates then these translated coordinates are scaled and finally the scaled coordinates are rotated. But this sequence of transformation process is not efficient. A more efficient approach is to combine sequence of transformation into one transformation so that the final coordinate position is obtained directly from initial coordinate. This eliminates the calculation of intermediate coordinate values. In order to combine sequence of transformation terms in M2. To achieve this we have to represent matrix M as 3 * 3 matrixes instead of 2 * 2 introducing an additional dummy coordinate W. Here points are specified by three numbers instead of two. This coordinate system and it allows us to express all transformation equations as matrix multiplication. For two dimensional transformation we can have =1. 


Related Discussions:- What is homogeneous coordinate

Construction of a solid with a translational sweep, Construction of a Solid...

Construction of a Solid with a Translational Sweep Figure demonstrates construction of a solid along with a translational sweep. Translating the control points of the periodic

Types of light resources - illumination model, Types of Light Resources - i...

Types of Light Resources - illumination Model Let us discuss about the types of light resources. The light sources can not merely be natural like light from Sun or Moon or Sta

Write a c code for generating concentric circles, Write a C code for genera...

Write a C code for generating concentric circles.  Put the circle function circleMidpoint()in a for loop  as follows: for( int radius = MinRadius; radius circleMidpoint(i

What is graphics, What is Graphics It is a term that refers to any com...

What is Graphics It is a term that refers to any computer device or program which makes a computer able of displaying and manipulating pictures. The name also refers to the im

Exemplify bresenham line generation algorithm by digitizing, Example: Exem...

Example: Exemplify the Bresenham line generation algorithm through digitizing the line along with end points (20, 10) and (30, 18) Solution: m =    (y2 - y1)/( x2 - x1)  =

Odd-even rule and non-zero winding number rule, What is the difference betw...

What is the difference between odd-even rule and non-zero winding number rule to identify interior regions of an object? Develop an algorithm for a recursive method for filling a 4

Relation between 2-d euclidean system and homogeneous system, Relation betw...

Relation between 2-D Euclidean system and Homogeneous coordinate system Suppose that P(x,y) be any point in 2-D Euclidean system. In HCS, we add a third coordinate to the poin

What are the important properties of bezier curve, What are the important p...

What are the important properties of Bezier Curve?  It requires only four control points It always passes by the first and last control points The curve lies enti

Curve segment - properties of bezier curves, Curve segment - properties of ...

Curve segment - properties of bezier curves Note : 1) The joining point on the curve along w.r.t. the parameter based upon second derivates of Q(t) is the acceleration. Wh

Difference of gaussians, Difference of Gaussians In this project we wi...

Difference of Gaussians In this project we will implement the difference of Gaussians (DoG) edge detector and learn its characteristics. Part A: Design and implement a proc

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd