This document summarizes a research paper on angle oriented face recognition using discrete cosine transforms (DCT).
[1] It proposes an algorithm that first normalizes input faces for size and angle to match a database, then extracts local features using DCT and normalization techniques.
[2] DCT is discussed as it closely approximates the optimal Karhunen-Loeve transform while being computationally efficient. Similarity matching is done using Euclidean distance or cosine similarity measures.
[3] The basic algorithm involves face normalization, DCT feature extraction, and recognition by comparing features to the database. Experimental results showed the proposed approach led to more reliable detection than threshold-based methods.