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

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

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

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

相关推荐
MetaLite4 分钟前
AI编程与工程底座-让AI遵守SpringBoot边界
人工智能·spring boot·ai编程
子文雨5 分钟前
基于 uC3845 与 ATtiny13 双芯片架构的 8.4V/2.5Ah 锂电池智能充电器设计
单片机·嵌入式硬件·算法
angered10 分钟前
「AI 应用 / AI Agent」行业日报 · 2026-09-05
人工智能·ai编程
青山木10 分钟前
Hot 100 --- 数组中的第K个最大元素
java·数据结构·算法·排序算法
CAIE注册人工智能工程师11 分钟前
突发!GPT-6刚刚开放使用、上线API,能体验AGI模型了
人工智能·gpt·agi
玛卡巴卡ldf15 分钟前
【AICoding】笔试提示词设计思路
java·算法·ai编程
进击切图仔19 分钟前
Autodl 平台接受客户端端口数据
人工智能
新知图书20 分钟前
第8章 智能体设计模式5:上下文工程
人工智能·智能体
IT_陈寒23 分钟前
Python的多线程居然是个假把式?搞清GIL让我少熬三天夜
前端·人工智能·后端
明月_清风25 分钟前
位图与布隆过滤器:海量数据下的"存在性判断"艺术
前端·后端·算法