zoukankan      html  css  js  c++  java
  • Digital Image Processing 笔记(一)灰度-分辨率

    模拟的图像输入到数字的图像输出需要经过Sampling和Quantization两步。

    除了discrete level的数量之外,quantization的精度受噪音的影响非常大。

    对于常见的2d sensor,

    The quality of a digital image is determined to a large degree by the number of samples and discrete intensity levels used in sampling and quantization. However, as we will show later in this section, image content also plays a role in the choice of these parameters .

    一般印刷的分辨率和灰度等级要求

    As a very rough guideline, and assuming integer powers of 2 for convenience, images of size 256 256 *
    pixels with 64 intensity levels, and printed on a size format on the order of 5 5 * cm, are about the lowest
    spatial and intensity resolution images that can be expected to be reasonably free of objectionable sampling distortions and false contouring.

    对于人眼来说,细节多少对于分辨率和灰度等级要求不同。

    This result suggests that for images with a large amount of detail
    only a few intensity levels may be needed.

    The most likely reason for this result is that a decrease in k
    tends to increase the apparent contrast, a visual effect often perceived as improved
    image quality

  • 相关阅读:
    nvm的安装与使用
    webpack中import动态设置webpackChunkName方法
    css在背景图下加渐变色
    js实现时间戳转换
    js实现随机数和随机数组
    js实现导航自动切换请求数据
    jq、js获取select中option上的value值以及文本值
    js、jq实现select 下拉选择更多
    软件测试
    php
  • 原文地址:https://www.cnblogs.com/aliothx/p/13931976.html
Copyright © 2011-2022 走看看