- Visual Media Processing Using Matlab Beginner's Guide
- George Siogkas
- 190字
- 2021-08-06 16:37:57
The importance of binary images
To understand the notion of morphological operations, we will have to revisit the thresholding techniques presented in the previous chapter. We have already mentioned that thresholding an image leads to binary images, which are defined by their two possible pixel values; 0 (for black) and 1 (for white). The way to convert a grayscale image to binary is through thresholding; that is, setting the pixels above a certain value to 1 and the rest to 0. Let's now explain the basic reasons for binarizing an image. The purpose of image binarization can be split into two levels. At a first level, it is used to pinpoint the pixels of an image that interest us (usually called regions of interest or simply, ROIs), thus giving us a quick and easy overview of the image content. The binary images derived, are often called masks. At a second level, it can be used for processing only the selected ROIs (with pixel values equal to 1) defined by the mask, leaving the rest of the image unaffected. Let's see the difference using, an example that covers both the functionalities.
- 零點(diǎn)起飛學(xué)Xilinx FPG
- Cortex-M3 + μC/OS-II嵌入式系統(tǒng)開(kāi)發(fā)入門(mén)與應(yīng)用
- 深入理解Spring Cloud與實(shí)戰(zhàn)
- Augmented Reality with Kinect
- SDL Game Development
- 基于Proteus和Keil的C51程序設(shè)計(jì)項(xiàng)目教程(第2版):理論、仿真、實(shí)踐相融合
- Unity 5.x Game Development Blueprints
- scikit-learn:Machine Learning Simplified
- Mastering Adobe Photoshop Elements
- 分布式微服務(wù)架構(gòu):原理與實(shí)戰(zhàn)
- 嵌入式系統(tǒng)中的模擬電路設(shè)計(jì)
- Spring Cloud微服務(wù)架構(gòu)實(shí)戰(zhàn)
- Arduino BLINK Blueprints
- 筆記本電腦應(yīng)用技巧
- IP網(wǎng)絡(luò)視頻傳輸:技術(shù)、標(biāo)準(zhǔn)和應(yīng)用