- 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 AngularJS Animations
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- Linux運維之道(第2版)
- 精選單片機設計與制作30例(第2版)
- 3ds Max Speed Modeling for 3D Artists
- 單片機原理及應用系統設計
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 電腦維護365問
- 分布式系統與一致性
- OpenGL Game Development By Example
- Arduino BLINK Blueprints
- LPC1100系列處理器原理及應用
- 電腦組裝與維護即時通
- Hands-On Deep Learning for Images with TensorFlow