Subsampling: Difference between revisions

Content deleted Content added
Cleaned up def., added section header
m Undid revision 1038613306 by Gmasad (talk) either add to wiktionary or use a shorter description to a linked wikipedia article
 
(23 intermediate revisions by 15 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]], usually used to alter the appearance of an image or to reduce the quantity of information required to store an image.
{{distinguish|Undersampling}}
 
'''Subsampling''' or '''sub-sampling''' may refer to:
==Methods of Subsampling==
* [[Sampling (statistics)]]
 
* [[Replication (statistics)]]
Two commonly used methods of subsampling 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.
* [[Downsampling]] in signal processing
 
==See Also==
 
* [[Resampling]]
* [[Chroma subsampling]]
* [[SamplingSub-sampling (signal processingchemistry)]]
 
 
{{dab}}
{{compu-graphics-stub}}