Back to list

Circuit images generating for 3D printers

Details

Matlab script for the conversion of a circuit pattern photo to a 3d representation which can then be printed on a 3d printer.

The goal of the project was to develop a Matlab script capable of converting a simple photo of a circuit board pattern into a 3D representation that could be printed on a 3D printer.

Conventional image processing methods were used to build the algorithm:

  • Background evaluation and detection
  • Noise removal
  • Simple shape detection (line, circle, rectangle)
  • Shape vectorization and smoothing
  • .dxf file generation

The main challenge during the development was finding a balance of precision during conversion and avoiding incorporation of noises from the original image into the resulting file.

For example, due to shadows, light conditions, noise on the image the circular slots had small indentations on the borders. It was required to exclude them from printed borders.

At the same time, we were avoiding distorting improvements of an initial image. The solution lied in analyzing properties of shapes in different conditions and generating appropriate criteria for conversion.

Key functionality:
  • Object detection
  • Vectorization
  • Noise removal
  • 3D modeling
509db7d1ba75f9d0a1128d0192072cb8484ae70f_src.jpg
2d_view.PNG
Services
Development time
1 week 1 developer