[Math] Unitary Matrix for Image Processing

image processing

Why usually consider unitary matrices to define image transforms?

Best Answer

  1. We can transform back and forth without any matrix inversion, since for any unitary matrix A, $A^{-1}=A^*$ where * is the conjugate transpose.

  2. Unitary matrices represent an orthogonal basis, which is useful in image processing.

Related Question