The document describes a robust approach for iris recognition used for person authentication. It proposes using eight main stages: 1) scanning the iris image, 2) converting it to grayscale, 3) applying median filters to reduce noise, 4) detecting the pupil center, 5) using canny edge detection to identify iris and pupil edges, 6) determining the iris and pupil radii, 7) localizing the iris, and 8) unrolling the iris texture. It then uses k-means clustering to compare images and match them to authenticate individuals in a database. The approach aims to improve on previous iris recognition methods by more accurately detecting non-circular iris and pupil shapes.