Arka’s Status Update for 04/19
This week, I worked mainly on edge detection and color extraction. Both approaches were changed from initial plan: Classic edge detection methods and built in open cv libraries were not providing proper performance regardless of how well the image was taken and preprocessed. Switched to an approach which detects color changes in a linear scan across resistor body. This method is working much better, though is dependent on quality of color classification Color classification was originally going to be performed…