| [mmdLith] [Up] [mmdPieces] | Demonstrations |
| User Feedback |
The input image is a binary image of a printed circuit board. The decomposition is created mainly using openings by structural elements that depends on the geometry of the circuit board.
The binary image of a printed circuit board is read.
Image a = mmBinary(mmReadgray("pcb1bin.tif")); mmShow(a);
![]() |
|
| a |
The rectangular islands are detected using an opening by a rectangle of size 25 x 8 on a residues image. The rectangle structuring element is built from the composition of vertical and horizontal lines.
The main components of the circuit are overlayed and presented in a single image.
mmShow(holes, square, circle, rect, thin, thick);
![]() |
|
| holes, square, circle, rect, thin, thick |
| [mmdLith] [Up] [mmdPieces] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |