s39674 / Image2schematic

Trying to extract pcb schematics from images using computer vision
37 stars 15 forks source link

Switching to classes #5

Closed s39674 closed 2 years ago

s39674 commented 2 years ago

I want to switch to using class so i will have better control over the link between IC and the points that are connected to it. Using classes also gives me the ability to save the IC/points info in a quicker and easier to work with format.

I started a new branch for this new and important step of this project, add added point.py and chip.py which include the minimum baseline.

Any suggestions?