- Hands-On Image Processing with Python
- Sandipan Dey
- 49字
- 2025-02-22 06:42:37
Sampling
Sampling refers to the selection/rejection of image pixels, which means that it is a spatial operation. We can use sampling to increase or reduce the size of an image, with up-sampling and down-sampling, respectively. In the next few sections, we'll discuss different sampling techniques with examples.