Stephen Dai’s Status Report for 10/21/23

Because this week was fall break I did not work on much. What I did do was create the integration of the node detection and the component detection code, as well as making the code more modular for testing purposes. Previously the code that I had written for the node detection created output images (.jpgs) and then I had the component detection read in these .jpgs individually. Now the node detection will just read one image (the user input image) and then the circuit data structure is outputted.

A tool that I have to learn for my next steps is coding in C++. Right now the code that I have written is in Python, because what I have essentially done is just created the proof of concept for the computer vision. I need to convert this into C++ for compatibility with our Swift mobile application. A tool that I have already been learning for the computer vision algorithms is the OpenCV library.

Leave a Reply

Your email address will not be published. Required fields are marked *