- Visual Media Processing Using Matlab Beginner's Guide
- George Siogkas
- 219字
- 2021-08-06 16:37:57
Summary
This chapter included several useful techniques to manipulate the values of grayscale image pixels. At the same time, it provided a first, hopefully gentle, introduction to writing and running your own scripts and functions in MATLAB. More specifically, you have been taught:
- How to change pixel values in a rectangular area using
for loops
, or indexing - How to write and execute a script that alters the brightness in specified rectangular areas of an image
- How to threshold an image using
for loops
- How to threshold an image using indexing
- How to threshold an image using
im2bw
- How to perform thresholding using an automatically derived threshold
- How to calculate and display the histogram of a grayscale image
- How to perform histogram equalization using
histeq
- How to perform contrast enhancement using
imadjust
- How to perform contrast enhancement using
imcontrast
- How to perform adaptive histogram equalization using
adapthisteq
- How to write functions that use all the methods described in this chapter on practical examples
The next chapter will introduce you to morphological operations and their importance in image processing. Some methods already presented will be combined with the morphological operations to enhance images, or segment useful areas. Once finishing it, you will be able to perform extremely useful tasks that are applied both in computational photography and in machine vision applications.
推薦閱讀
- Learning SQL Server Reporting Services 2012
- Windows phone 7.5 application development with F#
- Instant uTorrent
- Linux KVM虛擬化架構實戰指南
- Android NDK Game Development Cookbook
- 計算機組裝·維護與故障排除
- 計算機應用與維護基礎教程
- Intel FPGA/CPLD設計(高級篇)
- Learning Game Physics with Bullet Physics and OpenGL
- Arduino BLINK Blueprints
- 筆記本電腦維修實踐教程
- Blender Quick Start Guide
- 基于PROTEUS的電路設計、仿真與制板
- LPC1100系列處理器原理及應用
- 圖解計算機組裝與維護