- Visual Media Processing Using Matlab Beginner's Guide
- George Siogkas
- 218字
- 2021-08-06 16:37:58
Enlarging and shrinking a region of interest
A very common technique for refining a region of interest derived using thresholding is either enlarging or shrinking it to fit our target size. This can be accomplished by the morphological operations called dilation and erosion, respectively. These operations can be implemented in MATLAB using their respective functions, intuitively named imdilate
and imerode
.
Explaining and analyzing the mathematical properties of dilation and erosion lie beyond the scope of this book. We will instead explain their significance using practical examples that demonstrate their importance for image processing. The basic idea that you have to understand before we start, is that the two operations can be used for enlarging or shrinking an ROI (denoted by the instances of 1 in the image) using a structuring element. Structuring elements can be small binary images generated by the user either arbitrarily (placing the instances of 1 and 0 in a small image), or by using the strel
function. The choice of a structuring element should be made following two simple rules:
- The larger the structuring element, the larger the enlarging/shrinking factor
- Using a structuring element more similar to the shape of the ROI will typically give you a better result
Let's dive right in, to understand the physical meaning of all these concepts in practice.
- 筆記本電腦使用、維護與故障排除實戰
- 新媒體跨界交互設計
- 觸摸屏實用技術與工程應用
- Learning AngularJS Animations
- 電腦軟硬件維修大全(實例精華版)
- 極簡Spring Cloud實戰
- Deep Learning with PyTorch
- 電腦常見故障現場處理
- OpenGL Game Development By Example
- Creating Flat Design Websites
- 筆記本電腦維修實踐教程
- Spring Security 3.x Cookbook
- The Artificial Intelligence Infrastructure Workshop
- USB應用分析精粹:從設備硬件、固件到主機端程序設計
- 計算機組裝與維護立體化教程(微課版)