This document summarizes an analysis of iris recognition based on false acceptance rate (FAR) and false rejection rate (FRR) using the Hough transform. It first provides an overview of iris recognition and its typical stages: image acquisition, localization/segmentation, normalization, feature extraction, and pattern matching. It then describes existing methods used in each stage, including the Hough transform and rubber sheet model for localization and normalization. The proposed methodology applies Canny edge detection, Hough transform for boundary detection, normalization with the rubber sheet model, and calculates metrics like mean squared error, root mean squared error, signal-to-noise ratio, and root signal-to-noise ratio to evaluate the accuracy of iris recognition using FAR