Subsampling: Difference between revisions

Content deleted Content added
This is a type of image scaling
m Undid revision 1038613306 by Gmasad (talk) either add to wiktionary or use a shorter description to a linked wikipedia article
 
(25 intermediate revisions by 16 users not shown)
Line 1:
{{wiktionary|subsampling}}
In computer graphics, '''subsampling''' is the process of shrinking an image to a smaller size. It is a type of [[image scaling]]. Two commonly used methods are ''replacement'' and ''interpolation''. Replacement selects a single pixel from a group and uses it to represent the entire group. Interpolation uses a statistical sample (such as the mean) to create a new representation of the entire group.
{{distinguish|Undersampling}}
 
'''Subsampling''' or '''sub-sampling''' may refer to:
==See Also==
* [[Sampling (statistics)]]
 
* [[Replication (statistics)]]
* [[Resampling]]
* [[Downsampling]] in signal processing
* [[Chroma subsampling]]
* [[Sub-sampling (chemistry)]]
 
{{dab}}
 
{{compu-graphics-stub}}