C++ Button Detection and Damage Assessment
Budget: $30 – $250 NZD
Develop a C++ program for a button factory to identify damaged buttons in black-and-white photos. The program must use recursive search (with an exclude flag) to find individual buttons in a .ppm file. The final output image must draw a bounding box around each button: red for damaged and green for acceptable. Damage will be defined by a threshold on the total number of pixels in a button.