1
|
|
2
|
- Photoshop help sessions for project 1
- 12-1, Wednesday, Sieg 322
|
3
|
|
4
|
|
5
|
|
6
|
|
7
|
- Aliasing can arise when you sample a continuous signal or image
- occurs when your sampling rate is not high enough to capture the amount
of detail in your image
- Can give you the wrong signal/image—an alias
- formally, the image contains structure at different scales
- called “frequencies” in the Fourier domain
- the sampling rate must be high enough to capture the highest frequency
in the image
- To avoid aliasing:
- sampling rate > 2 * max frequency in the image
- This minimum sampling rate is called the Nyquist rate
|
8
|
|
9
|
|
10
|
|
11
|
- What happens when
- the sampling rate
- is too low?
|
12
|
- Anti-aliasing by
- pre-filtering
- theoretical ideal pre-filter
is a sinc function
- Gaussian, cubic filters
work better in practice
|
13
|
|
14
|
|
15
|
|
16
|
|
17
|
|
18
|
- So far, we considered only power-of-two subsampling
- What about arbitrary scale reduction?
- How can we increase the size of the image?
|
19
|
- So far, we considered only power-of-two subsampling
- What about arbitrary scale reduction?
- How can we increase the size of the image?
|
20
|
- So what to do if we don’t know
|
21
|
- What does the 2D version of this hat function look like?
|
22
|
- A simple method for resampling images
|
23
|
|