图像处理-Ch1-数字图像基础

Ch1 数字图像基础

章节 时间 内容
Image Enhancement 3.5 weeks intensity transform, histogram equalization and matching, spatial filters and convolution , smoothing linear filter, order-statistics filters, Laplacian operator Fourier transform and some properties, spatial domain and frequency domain, low-pass and high-pass filter, homomorphic filter
Image Restoration 2 weeks degradation model,noisemodel,noisereduction, linear position-invariant system, inverse filtering, Wiener filtering, Geometric transformations
Color Image Processing 1.5 weeks color,color space, color image processing (smoothing and sharpening), segmentation
Wavelets and Multiresolution Processing 3.5 weeks image pyramids, subband coding, Haar transform, multiresolution analysis, scale and wavelet function, wavelet transform, fast wavelet transform, wavelet packet
Image Compression 1.5 weeks elements of information theory, DCT transform and other famous transforms
Morphological Image Processing 1 week dilation and erosion, opening and closing operator, Hit-or missing transform, some basic morphological algorithms
章节 内容
图像增强 (主观)对图像进行某种操作,使结果在特定应用中比原图像更为合适的过程。
图像复原 (客观)复原技术以图像退化的数学或概率模型为基础,而增强技术以好的增强效果这种主观偏好为基础。
彩色图像处理 彩色模型的基本概念、数字域中的基本彩色处理。
小波变换 以不同分辨率来表示图像的基础。用小波来描述图像数据压缩核金字塔表示。
图像压缩 减少图像存储量或降低传输图像的带宽的处理。
形态学图像处理 提取图像中用于表示和描述形状的成分的处理工具。

图像表示

二维函数: f ( x , y ) f(x,y) f(x,y), 表示坐标 ( x , y ) (x,y) (x,y)出的亮度/灰度。

灰度级数: L = 2 k L=2^k L=2k, 离散灰度级: [ 0 , L − 1 ] [0,L-1] [0,L−1]

动态范围:系统中最大可度量灰度与最小可检测灰度之比。上限取决于饱和度,下限取决于噪声。

可度量灰度与最小可检测灰度之比。上限取决于饱和度,下限取决于噪声。

图像对比度:一幅图像中最高和最低灰度级间的灰度差。

相关推荐
恬静的小魔龙1 分钟前
【AI】OpenClaw 祛魅教程 | 面向普通人的 AI 入门指南
人工智能
一叶落4382 分钟前
LeetCode 380. O(1) 时间插入、删除和获取随机元素【哈希表 + 动态数组 | C语言详解】
c语言·数据结构·c++·算法·leetcode·散列表
坚持学习前端日记3 分钟前
AgentAi视频模型开发对接部署使用
前端·人工智能·python·flask·音视频
xiaoye-duck4 分钟前
《算法题讲解指南:递归,搜索与回溯算法--二叉树中的深搜》--8.二叉树剪枝,9.验证二叉搜索树
c++·算法·深度优先·递归
飞函安全5 分钟前
Vite 8.0:Rust.bundle,性能提升10-30倍
开发语言·人工智能·rust
七夜zippoe7 分钟前
OpenClaw 入门指南:AI Agent 开发新范式
人工智能·ai·agent·入门指南·openclaw
躺柒8 分钟前
读2025世界前沿技术发展报告12机器人技术(下)
大数据·人工智能·ai·机器人·服务机器人·智能机器人·智能服务机器人
yuhaiqiang9 分钟前
骗我可以,注意次数😐😐😑
人工智能
东离与糖宝12 分钟前
Jakarta EE新规范解读:Java+AI在微服务与云原生中的落地实战(附代码示例)
java·人工智能
像素猎人1 小时前
数据结构之——图论中常用的方向数组是如何定义的
算法