Consider the following statements regarding homogenous coordinate transformation matrix: 1. A homogenous transformation matrix can be considered to consist of four sub-matrices. 2. The upper left 3 × 3 sub-matrix represents the position vector. 3. The upper right 3 × 1 sub-matrix represents the rotation matrix. 4. The lower left 1 × 3 sub-matrix represents perspective transformation. Which of the above statements are correct? 

Consider the following statements regarding homogenous coordinate transformation matrix: 1. A homogenous transformation matrix can be considered to consist of four sub-matrices. 2. The upper left 3 × 3 sub-matrix represents the position vector. 3. The upper right 3 × 1 sub-matrix represents the rotation matrix. 4. The lower left 1 × 3 sub-matrix represents perspective transformation. Which of the above statements are correct?  Correct Answer 1 and 4

Concept:

  • A homogenous transformation matrix can be considered to consist of four sub-matrices.
  • The lower left 1 × 3 sub-matrix represents perspective transformation.

The homogeneous transform matrix or Homogeneous Transform (HTM)

[ alt="F2 S.C Madhu 15.06.20 D1" src="//storage.googleapis.com/tb-img/production/20/06/F2_S.C_Madhu_15.06.20_D1.png" style="width: 320px; height: 132px;">

  • This is generalized homogeneous transform matrix has about 4 sub-matrices.
  • Perspective transformation matrix is useful in the vision system and is set to zero vector wherever no perspective view is involved.

Related Questions

Consider a system described by ẋ = Ax + Bu y = Cx + Du The system is completely output controllable if and only if Where: x = State vector (n-vector) u = Control vector (r-vector) y = Output vector (m-vector) A = n × n matrix B = n × r matrix C = m × n matrix D = m × r matrix