-
toolbox-master
说明: 该节主要介绍下matlab下的光流法以及一个研究物体检测方面的一个较好的工具箱 :Piotr’s Computer Vision Matlab Toolbox .将这两个工具箱及其里面所有文件的路径都添加到matlab路径中去,这样的话基本上是可以用了。
Piotr’s 的工具箱里面的函数很多,也涉及到了很多方面,更主要的是关于目标检测方面的。(This section mainly introduces the optical flow under Matlab and a better toolkit for researching object detection: Piotr 's Computer Vision Matlab Toolbox. Add the two toolkits and all the files in the path to the MATLAB path, which is basically useful.
There are many functions in the toolbox of Piotr 's, and there are many aspects involved)
- 2018-05-25 18:48:56下载
- 积分:1
-
AADEMO字平滑delphi
delphi开发的显示字体平滑程序(display font smoothing procedures)
- 2004-11-17 00:16:48下载
- 积分:1
-
CNN-Toolbox
深度学习的Toolbox,使用mnist_uint8手写字数据库,适合初学者使用。(Deeplearning of the Toolbox, use mnist_uint8 handwritten word , for beginners.)
- 2020-12-07 19:39:21下载
- 积分:1
-
XieFangXiangGuan
协方相关算法获得电子散斑条纹图.带入变形前后两张散斑图片,可得到反映变形等势的条纹图形.(HS side-correlation algorithm to obtain the electronic speckle pattern. Into two speckle images before and after deformation, can reflect the deformation of equipotential stripes graphics.)
- 2008-02-28 09:06:19下载
- 积分:1
-
FaceLivenessDetection
对可见光图片的人脸活体判断,内有C++和matlab实现,具体说明详见readme(For the visible light picture of the human face to determine, there are C++ and matlab implementation, specific instructions see readme)
- 2021-04-19 21:28:50下载
- 积分:1
-
timeanlysise
基于小波变换以及快速傅立叶变换的时频分析程序,很实用(cwt fft)
- 2016-03-01 17:51:12下载
- 积分:1
-
MRT_Steup
说明: modis一般是hdf数据,使用MRT(MODIS Reprojection Tool)工具可以将数据装换为.tif格式以及提取拼接(Modis is commonly HDF data, and the data can be reprojected to the.tif format and outprojection using the MRT (modis Reprojection Tool))
- 2020-06-23 08:40:02下载
- 积分:1
-
ConsoleApplication1
说明: OpenGL的示例文件。上课时介绍用的示例文件,内含exe文件可直接运行。(OpenGL's sample file. Sample files for introduction in class, including exe files, can be run directly.)
- 2018-05-13 19:15:43下载
- 积分:1
-
dianyunsanjiaohua
空间点云的三角化,已通过调试,大家共同学习(Point cloud of the triangular space, and have passed testing, we learn together)
- 2009-05-31 16:55:54下载
- 积分:1
-
图像清晰度评价指标Matlab
图像清晰度评价函数说明
1、熵: 表示图像所包含的平均信息量的多少,嫡值越大则所含信息量越多。
文件名:entropy.m 结果:EN
2、交叉嫡:反映两幅图像的差异,交叉嫡越小,则融合图像和原图像的差别越小。
文件名:cross_entropy.m 结果:平均交叉嫡MCE,均方根交叉嫡RCE
3、峰值信噪比: PSNR越高,说明融合效果与质量越好。
文件名:psnr.m 结果:PSNR
4、Qabf: 评价边缘或梯度质量,越大边缘越明显
文件名:Qabf.m 结果:Qabf(QAB/F)
5、平均梯度(Average Gradient):也称为清晰度,反映了图像中的微小细节反差与纹理变化特征,同时也反映了图像的清晰度,越大越好。
文件名:avg_gradient 调用:outval = avg_gradient(img)
6、结构相似性指数: SSIM指原图像和融合图像的相似程度,值越大越相似
文件名:ssim.m 结果:SSIM
7、互信息:MI(mutual information)
8、NMI: Normalized mutual information(Image sharpness evaluation function)
- 2018-09-30 09:09:39下载
- 积分:1