资源列表
shuangmu
- 双目匹配计算视差,生成深度图。(前提是用自己标定好的摄像头拍的图片,导入内外参数然后进行立体匹配)(Binocular matching calculates parallax and generates depth map.(The premise is to take a picture with your own calibrated camera, import internal and external parameters, and then stereo matching))
random forest
- 利用R语言编程实现高光谱遥感的随机森林分类(Random Forest Classification Based on Hyperspectral Remote Sensing Using R Language Programming)
evaluation function
- SMD,Brenner,Robert,EOG,Sobel算子图像清晰度计算(SMD,Brenner,Robert,EOG,Sobel,evaluation function)
yuchuli
- 该matlab实现了均值滤波,灰度化,将视频分成连续帧等预处理,非常实用。(The MATLAB realizes the pretreatment of mean filter and gray scale, which is very practical.)
ImproveCanny
- 一个改进的自适应canny算法,该方法采用改进的开关型中值滤波器对图像做去噪工作,再把整幅图像分割为若干子图像,最后在充分考虑全局以及各子图像的边缘梯度信息后,自适应地生成动态阈值。(The new Canny adaptive method divides image into sub-images,then determinates the thresholds automatically according to the whole image edge information and t
SnakeModule
- 自动对目标特征进行轮廓提取,需要手动选择感兴趣区域。(Automatic contour extraction of target features requires manual selection of the region of interest.)
ImgStich
- 实现两张图片的拼接融合,图像请自行在网上查找(Realizing the Mosaic and Fusion of Two Pictures)
automatic_image_segement
- 本文以k-means算法为背景,引入信息熵相关知识,从而实现全自动分割图像。然而在利用混合高斯模型对图像进行数据分析时,会发生一定的过拟合现象,导致我们得不到预期的聚类数目。本文设计合理的合并准则,令模型简化,有效地消除过拟合现象,使得最后得到的聚类数目与预期符合。,设计合理的准则改进了图像的全自动分割方法,使得分割结果更加优化(In this paper, k-means algorithm is used as the background, and information entropy
Untitled_jian
- 对信号数字文件进行时频图绘制并进行非线性分析(The time, frequency-domain graph of signal digital file is drawn and non - linear analysis is performed)
Correlation_analysis
- 该程序用于计算图像的像素之间的相关性。 relation.m 输出数值结果; relationfigure.m 输出图像结果。(This program is used to calculate the correlation between pixels in image.)
MSRCR
- MSRCR的一种相关简单算法,和自己的一点改进算法,使用平台为MATLAB(A simple algorithm of MSRCR and its own improved algorithm, using the platform of MATLAB)
OSTU
- 用OSTU和KSW实现多阈值图像分割,matlab代码(Image Segmentation Using OSTU and KSW)