├── README.md ├── db ├── ref.png ├── ref_pcb.png ├── test.png └── test_pcb.png ├── ref ├── A Review of PCB Defect Detection Using Image.pdf ├── A System for PCB Automated Inspection Using.pdf ├── Analysis of the wavelet-based image difference algorithm for PCB inspection.pdf ├── Application of image processing in the detection of printed circuit board.pdf ├── Automatic optical inspection for detecting defects.pdf ├── Autornatic PCB inspection systems.pdf ├── Circuit Board Defect Detection based on Image.pdf ├── Coarse Resolution Defect Localization Algorithm for an Automated Visual Printed.pdf ├── Computer_vision_system_for_printed_circuit_board.pdf ├── Detection and Classification of Printed Circuit Board Defects Using Image Subtraction Method .pdf ├── MATLAB Based Defect Detection and Classification.pdf ├── Performance evaluation of wavelet-based PCB defect detection and localization algorithm.pdf ├── Printed Circuit Board Defect Detection.pdf ├── SEGMENTATION OF PCB IMAGE INTO SIMPLE GENERIC PATTERNS USING MATHEMATICAL MORPHOLOGY.PDF ├── Surveys │ ├── A Survey Automated Visual PCB Inspection Algorithm.pdf │ └── Automatic PCB Inspection Algorithms A Survey.pdf ├── The PCB Defect Inspection System Design Based on Lab Windows CVI .pdf └── Using-Machine-Vision-for-Flexible-Automatic-Assemb_2016_Procedia-Computer-Sc.pdf ├── rep └── pcb-defect-detection.zip └── src ├── main.cpp └── pcb_automated_inspection.pro /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/README.md -------------------------------------------------------------------------------- /db/ref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/db/ref.png -------------------------------------------------------------------------------- /db/ref_pcb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/db/ref_pcb.png -------------------------------------------------------------------------------- /db/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/db/test.png -------------------------------------------------------------------------------- /db/test_pcb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/db/test_pcb.png -------------------------------------------------------------------------------- /ref/A Review of PCB Defect Detection Using Image.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/A Review of PCB Defect Detection Using Image.pdf -------------------------------------------------------------------------------- /ref/A System for PCB Automated Inspection Using.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/A System for PCB Automated Inspection Using.pdf -------------------------------------------------------------------------------- /ref/Analysis of the wavelet-based image difference algorithm for PCB inspection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Analysis of the wavelet-based image difference algorithm for PCB inspection.pdf -------------------------------------------------------------------------------- /ref/Application of image processing in the detection of printed circuit board.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Application of image processing in the detection of printed circuit board.pdf -------------------------------------------------------------------------------- /ref/Automatic optical inspection for detecting defects.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Automatic optical inspection for detecting defects.pdf -------------------------------------------------------------------------------- /ref/Autornatic PCB inspection systems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Autornatic PCB inspection systems.pdf -------------------------------------------------------------------------------- /ref/Circuit Board Defect Detection based on Image.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Circuit Board Defect Detection based on Image.pdf -------------------------------------------------------------------------------- /ref/Coarse Resolution Defect Localization Algorithm for an Automated Visual Printed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Coarse Resolution Defect Localization Algorithm for an Automated Visual Printed.pdf -------------------------------------------------------------------------------- /ref/Computer_vision_system_for_printed_circuit_board.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Computer_vision_system_for_printed_circuit_board.pdf -------------------------------------------------------------------------------- /ref/Detection and Classification of Printed Circuit Board Defects Using Image Subtraction Method .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Detection and Classification of Printed Circuit Board Defects Using Image Subtraction Method .pdf -------------------------------------------------------------------------------- /ref/MATLAB Based Defect Detection and Classification.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/MATLAB Based Defect Detection and Classification.pdf -------------------------------------------------------------------------------- /ref/Performance evaluation of wavelet-based PCB defect detection and localization algorithm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Performance evaluation of wavelet-based PCB defect detection and localization algorithm.pdf -------------------------------------------------------------------------------- /ref/Printed Circuit Board Defect Detection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Printed Circuit Board Defect Detection.pdf -------------------------------------------------------------------------------- /ref/SEGMENTATION OF PCB IMAGE INTO SIMPLE GENERIC PATTERNS USING MATHEMATICAL MORPHOLOGY.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/SEGMENTATION OF PCB IMAGE INTO SIMPLE GENERIC PATTERNS USING MATHEMATICAL MORPHOLOGY.PDF -------------------------------------------------------------------------------- /ref/Surveys/A Survey Automated Visual PCB Inspection Algorithm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Surveys/A Survey Automated Visual PCB Inspection Algorithm.pdf -------------------------------------------------------------------------------- /ref/Surveys/Automatic PCB Inspection Algorithms A Survey.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Surveys/Automatic PCB Inspection Algorithms A Survey.pdf -------------------------------------------------------------------------------- /ref/The PCB Defect Inspection System Design Based on Lab Windows CVI .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/The PCB Defect Inspection System Design Based on Lab Windows CVI .pdf -------------------------------------------------------------------------------- /ref/Using-Machine-Vision-for-Flexible-Automatic-Assemb_2016_Procedia-Computer-Sc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/ref/Using-Machine-Vision-for-Flexible-Automatic-Assemb_2016_Procedia-Computer-Sc.pdf -------------------------------------------------------------------------------- /rep/pcb-defect-detection.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/rep/pcb-defect-detection.zip -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/pcb_automated_inspection.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gustavo95/pcb-defect-detection/HEAD/src/pcb_automated_inspection.pro --------------------------------------------------------------------------------