With the rapid development of computer vision and image processing, geometric shape recognition has become a highly regarded research area. This study aims to explore a method that combines the FAST feature point recognition algorithm with the Hough transform for fast and accurate recognition of geometric shapes in images, including lines, circles, and rectangles. The FAST feature point recognition algorithm is known for its speed and robustness in effectively detecting key points in images, while the Hough transform allows mapping these key points into parameter space, enabling us to detect and recognize specific geometric shapes. This research focuses on explaining the principles of the method, presenting experimental results, performance evaluations, and discussing future research directions.