资源列表
引导滤波
- 何开明引导滤波去雾算法matlab实现引,导滤波在滤波的同时,具有保边缘的特效,考虑了空间因素,可以用在图像去雾算法中对透射率t的优化中,能起到很好的效果(Matlab implementation of He Kaiming guided filtering algorithm)
图片(信息熵、对比度、平均亮度、清晰度)
- 计算一幅图片参数的程序合集(信息熵、对比度、平均亮度、清晰度)(informationentropy,constrast,luminosity,avegrad)
FFT
- matlab的FFT事例,关于FFT变换的一些事例,适合初学matlab的(Matlab's FFT case, some examples of FFT transformation, suitable for the initial study of MATLAB)
matlab中文字符的识别代码
- 提供一种中文字符识别的代码 文件中提供执行代码和执行结果(Provides code and execution results in a code file that provides a Chinese character recognition)
opencv
- opencv随书源码,图像处理,图像处理:cvSobel,cvCanny等 结构分析:ContourArea等 运动分析与目标跟踪:cvMeanShift等 模式识别:CvHaarFeature 摄像头定标与三维重建:cvCalibrateCamer2(Opencv with the book source, image processing)
matlabtuxiangpinjie
- 利用MATLAB实现图像拼接,所谓图像拼接就是将有共同点的两张或者多张图像进行融合(Image splicing is realized by MATLAB. The so-called image splicing is the fusion of two or more images with common points.)
junheng
- 实现图像的经典直方图均衡,增加对比对,增加图像可辨识性(Classical histogram equalization for image)
植棉改
- 利用霍夫圆 行太子算法进行识别乒乓球 基于opencv310 识别率高(Identify table tennis)
include
- 运用均值漂移算法在固定的摄像头下实现单目视觉的目标跟踪(Using the mean shift algorithm to achieve monocular vision target tracking under a fixed camera)
新建文件夹 (2)
- 图像处理中纹理特征提取,全局特征提取,matlab(Texture feature extraction)
panorama-stitching
- 使用多幅有重叠部分的图像进行全景拼接,生成全景图像(Panoramic splicing with multiple images with overlapping parts to generate panoramic images)
跟踪目标
- 跟踪目标并显示目标移动轨迹路线,MATLAB程序 可供学习者参考