Why usually consider unitary matrices to define image transforms?
2026-03-26 12:04:17.1774526657
On
Unitary matrix for image processing
1.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
2
On
Because, on a inner product space (i.e. Euclidean space, or Hilbert space in more generality) unitaries are precisely the linear isometric bijections. You want a bijection if you want not to lose information, and you want isometric if you want the distances in your image to be preserved. The linearity, together with the isometry, imply that orthogonality is preserved.
We can transform back and forth without any matrix inversion, since for any unitary matrix A, $A^{-1}=A^*$ where * is the conjugate transpose.
Unitary matrices represent an orthogonal basis, which is useful in image processing.