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

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

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

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

相关推荐
小O的算法实验室2 小时前
IEEE TII,学习为多目标深度学习生成偏好
人工智能·深度学习·学习
zlinear数据采集卡2 小时前
D223的PWM电机控制:6路独立脉冲+加减速算法深度解析
arm开发·stm32·嵌入式硬件·算法·fpga开发·架构
cjy_12 小时前
2026人工智能产业发展深度剖析:落地化、垂直细分、安全合规成行业核心赛道
人工智能·安全
阿里云大数据AI技术2 小时前
DataWorks Data Agent 实战课堂(四):对话式数据源管理与智能问数实操
人工智能·agent
浪淘沙jkp2 小时前
四、实现漫剧工作流,安装comfyui插件ComfyUI Impact Pack==图像细节增强与局部修复插件包
人工智能
SelectDB2 小时前
面向 AI Agent 的数据库运维:SelectDB CLI 与 Skills 架构设计及实践
人工智能
皮皮虾❀2 小时前
典铭云赛低代码+AI智能体快速落地方法论:从“售前写方案、交付做开发各管一段”到“场景发现即交付、需求到上线一周”的完整技术方案
人工智能·低代码
杨石兴2 小时前
31、玩具MoM:用2x2矩阵串起全套流程
人工智能·算法·矩阵·电磁学
江畔柳前堤3 小时前
Function Calling 与 Tool Calling:从认知到工程的全景深度解析
开发语言·网络·人工智能·深度学习·算法·机器学习·php
Navigator_Z3 小时前
LeetCode //C - 1192. Critical Connections in a Network
c语言·算法·leetcode