资源列表
lsb_yinpinshuiyin
- matlab的lsb的音频水印程序,嵌入和提取-failed to translate
otsu_2d
- 二维Otsu法图像分割matlab代码,可进行图像分割计算。-Two-dimensional Otsu method matlab code for image segmentation, image segmentation can be calculated.
remote image fusion
- 卫星遥感图像融合(SPOT类型图像与TM类型图像)研究图像融合的可以参考-Satellite remote sensing image fusion (SPOT and TM type type image image) ,which can refer to who research image fusion
same_point_registration
- 遥感图像配准的VC++程序(根据同名点特征实现图像的配准)-Remote sensing image registration VC++ program (based on characteristics of the same name point to achieve image registration)
auto-focusing-camera
- 这是一个基于图像处理的相机自动调焦系统(对研究多焦距图像成像处理的人很有帮助)-This is an image processing-based auto-focusing camera system (multi-focus image on the imaging studies were very helpful)
NLMF
- NON LOCAL MEANS FILTER
OSTU
- Otsu-最大类间方差matlab代码 通过求模板和子图像的互相关函数的最大值来确定目标的中心位置;再在目标的感兴趣区域内(ROI)进行基于最大类间方差(OSTU)算法的自适应阈值分割,以检出并统计缺陷;进而判别其合格与否。 -the Ostu method is much faster and more efficient than the fuzzy cluster method.
homework
- 图像去模糊,采用的是一阶巴特沃斯滤波器,滤波效果较好-Image to fuzzy, use is a one order bart wo filter, filtering effect is good
detected-rectangle
- 利用opencv测量矩形的C++程序,可以直接检测出矩形,即使背景很复杂-Measured using a rectangle opencv C program, you can directly detect the rectangle, even if the background is very complex
design
- 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入各种噪声,并通过几种滤波算法实现去噪并显示结果。比较去噪效
waterwed
- 图像分割 采用分水岭算法,编译通过,可以直接用-Image segmentation using the watershed algorithm, compile, can be used directly
Kalman-Track-filter
- 带高斯白噪声的Kalman滤波Matlab代码,每一步都有详细的注释,和kalman滤波的五个公式对应。并有高斯白噪声的产生函数,function G = CreateGauss(E,D,M,N) 产生均值为E,方差为D,MxN的高斯白噪声矩阵-The Matlab code of Kalman filter with Gaussian white noise.