请输入您要查询的字词:

 

单词 mipmap
释义
mipmap

Computer
  • A pyramidal structure used in mapping two-dimensional textures; mip stands for multum in parvo—Latin: many things in a small place. The use of mipmaps—mipmapping—enhances bilinear interpolation (which may be used to smoothly translate and magnify the texture) with interpolation between prefiltered versions of the map (which may be used to compress many pixels into a small place).

    A mipmap is indexed by three coordinates: U, V, and D. U and V are spatial coordinates of the map and D is used to index and interpolate between different levels of the pyramid. A mipmap is organized as a two-dimensional array, where successively filtered and down-sampled versions of each colour component of the image are instanced above and to the left of the originals, in a series of smaller and smaller images, each half the linear dimension (a quarter of the number of samples) of its parent. With this memory organization, addressing the maps is possible with binary scaling, which is inexpensive. When a target pixel is covered by a collection of source pixels, the mipmap pixels corresponding most closely to this collection are used to give a filtered value. Linear interpolation between levels of filtering (levels in the pyramid) is used to further smooth the values.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/12/26 4:04:46