1
$\begingroup$

I am new to computer graphics and have taken up a course in my university on computer graphics. Need help regarding a question as I could not find any relevant resource on the internet so hoping the reddit community can help me with the solution. Thanks a lot.

enter image description here

$\endgroup$

1 Answer 1

0
$\begingroup$

Undersampling or oversampling occur when an image is projected to a different resolution.

Untersampling: The texture (4x4 pixels) is projected on e.g. 3x3 pixels, see figure 1. As you can see, the first white stripe is no longer visible because it is between two pixels.

Oversampling: The texture (4x4 pixels) is projected to e.g. 9x9 pixels, see Figure 1. The image is pixelated because too many pixels fall on each stripe. When using a LINEAR interpolation sampler, the pixels which are between two stripes will become grey (interpolated color value).

enter image description here

Figure1: Example of under and oversampling.

$\endgroup$
1
  • $\begingroup$ thanks a lot for providing me with an answer. Helped a lot and clarified a lot of further concepts. $\endgroup$ Commented Jun 28, 2023 at 11:22

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.