文章大纲
预估需要40分钟
Spatial Operations in Image Processing 图像处理中的空间操作
空间操作使用邻域中的像素来确定当前像素值。一些应用包括过滤和锐化。它们被用于计算机视觉的许多步骤,例如分割,并且是AI算法的关键构建块【类似卷积操作】。
Spatial operations use pixels in a neighborhood to determine the present pixel value. Some applications include filtering and sharpening. They are used in many steps in computer vision, such as segmentation, and are a key building block in Artificial Intelligence algorithms.
- Linear Filtering
- Filtering Noise
- Gaussian Blur
- Image Sharpening
- Edges
- Median
Download the images for the lab
We will import the following libraries