Automated Optical Inspection, Object Segmentation, and Detection
In Chapter 4, Delving into Histogram and Filters, we learned about histograms and filters, which allow us to understand image manipulation and create a photo application.
In this chapter, we are going to introduce the basic concepts of object segmentation and detection. This means isolating the objects that appear in an image for future processing and analysis.
This chapter introduces the following topics:
- Noise removal
- Light/background removal basics
- Thresholding
- Connected components for object segmentation
- Finding contours for object segmentation
Many industries use complex computer vision systems and hardware. Computer vision tries to detect problems and minimize errors produced in the production process, improving the quality of final products.
In this sector, the name for this computer vision task is Automated Optical Inspection (AOI). This name appears in the inspection of printed circuit board manufacturers, where one or more cameras scan each circuit to detect critical failures and quality defects. This nomenclature was used in other manufacturing industries so that they could use optical camera systems and computer vision algorithms to increase product quality. Nowadays, optical inspection using different camera types (infrared or 3D cameras), depending on the requirements, and complex algorithms are used in thousands of industries for different purposes such as defect detection, classification, and so on.
- MySQL高可用解決方案:從主從復(fù)制到InnoDB Cluster架構(gòu)
- 大數(shù)據(jù)技術(shù)基礎(chǔ)
- 數(shù)據(jù)庫基礎(chǔ)與應(yīng)用:Access 2010
- 信息系統(tǒng)與數(shù)據(jù)科學(xué)
- SQL Server 2008數(shù)據(jù)庫應(yīng)用技術(shù)(第二版)
- 云計(jì)算與大數(shù)據(jù)應(yīng)用
- 數(shù)據(jù)結(jié)構(gòu)與算法(C語言版)
- Python數(shù)據(jù)分析:基于Plotly的動(dòng)態(tài)可視化繪圖
- 數(shù)字媒體交互設(shè)計(jì)(初級(jí)):Web產(chǎn)品交互設(shè)計(jì)方法與案例
- The Game Jam Survival Guide
- “互聯(lián)網(wǎng)+”時(shí)代立體化計(jì)算機(jī)組
- 從0到1:JavaScript 快速上手
- 深入淺出 Hyperscan:高性能正則表達(dá)式算法原理與設(shè)計(jì)
- Apache Kylin權(quán)威指南
- SQL Server深入詳解