图像处理-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

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

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

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

相关推荐
东风破_9 分钟前
把 Elasticsearch 全文检索讲明白:倒排索引、IK 分词器和 BM25
人工智能
远翔调光芯片^1382879887211 分钟前
ECP5702能芯科技PD取电芯片在市场上的优势有哪些?
开发语言·人工智能·单片机·嵌入式硬件·智能家居
东风破_11 分钟前
从 RAG 到 Agentic RAG:第三步,本地知识不够就去网络搜索
人工智能
桃西西呀16 分钟前
别被"秒回"骗了:推理模型背后那只"吞金兽",吃的是你看不见的预算
人工智能·llm·ai编程
午彦琳29 分钟前
2026.9.17
数据结构·算法·leetcode
龙亘川43 分钟前
AI + 人社新范式:智慧人社系统如何为民生治理数字化难题提供帮助
人工智能·智慧城市·数据可视化·政务
水如烟43 分钟前
孤能子视角:蓝星文明篇·市——交换机制的运行化:从偶发交换到日常运行的制度化
人工智能
技灵AI1 小时前
Wan 3.0 API怎么做多参考商品视频?从图片、视频、音频分工到30秒交付
人工智能·prompt·aigc·音视频·wan 3.0
武子康1 小时前
CLAUDE.md 引用 AGENTS.md 后,两边真的读到同一套规则吗?
人工智能·llm·agent
木井巳1 小时前
【记忆化搜索】不同路径
java·算法·leetcode·深度优先·剪枝·推荐算法