- Visual Media Processing Using Matlab Beginner's Guide
- George Siogkas
- 143字
- 2021-08-06 16:37:54
Chapter 2. Working with Pixels In Grayscale Images
Now you have grasped some basic visual media processes that MATLAB has to offer. You have learned how to import and export images, apply basic geometric transformations on them, and generally perform tasks that are included in most basic image editors. In this chapter, you will start building up your MATLAB skills by taking advantage of ready-made functions that allow editing of pixel values in an image. You will also start making your own small programs, save them as scripts or functions, and apply them in practical examples.
In this chapter, we will cover:
- How to manipulate one or more pixels in an image using
for loops
, or indexing - How to perform histogram-based processing using MATLAB
- How to write our first scripts and functions for automating more complex processes
So, let's get started!
推薦閱讀
- 圖解西門子S7-200系列PLC入門
- 電腦組裝與維修從入門到精通(第2版)
- 數字道路技術架構與建設指南
- BeagleBone By Example
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- 單片機原理及應用系統設計
- 深入淺出SSD:固態存儲核心技術、原理與實戰(第2版)
- 計算機維修與維護技術速成
- 電腦高級維修及故障排除實戰
- 面向對象分析與設計(第3版)(修訂版)
- 深入理解序列化與反序列化
- LPC1100系列處理器原理及應用
- FPGA實戰訓練精粹
- Corona SDK Mobile Game Development:Beginner's Guide
- Hands-On One-shot Learning with Python