This document describes a coin recognition system that uses the Harris-Hessian algorithm and Hough transform. It begins by discussing the need for automatic coin recognition systems and describes existing approaches. It then presents the Harris-Hessian algorithm, which extracts features from coin images to identify coins. The algorithm involves preprocessing images, detecting interest points using Harris-Hessian, and identifying circles using Hough transform. The goal is to recognize Indian coins, group them by features, distinguish between coins of the same group, count the coins, and calculate the total value.