This document discusses image transformation, which represents an image as a series summation of unitary matrices. It defines unitary and orthogonal matrices and describes how an arbitrary image can be represented as a series of orthonormal basis vectors. Separable unitary transformations are introduced to reduce computational complexity from O(N4) to O(2N3) by applying the same unitary matrix separately along rows and columns. An example demonstrates computing the transformed image and basis images given an input image and unitary matrix. Inverse transformation recovers the original image from the transformed image and basis vectors.
Related topics: