资源列表
MyCrust
- 对激光雷达点云进行三角剖分,对传统Crust算法进行了改进(Triangulation of LIDAR point cloud)
Retinex-Image-Enhancement-master
- retinex图像增强算法,包含SSR,MSR.MSRCR,MSRCP等算法的实现,用一个gui界面实现,可直接运行(code,m gui_run.fig gui_run.m self_main.m README.md)
IQA评估指标
- IQA评估指标包括PLCC,SROCC,KROCC,PSNR,SSIM (Structural Similarity),MSE (Mean Square Error),RMSE (Root Mean Square Error) ,信息熵 (Information Entropy)算法(IQA evaluation indicators include PLCC, SROCC, KROCC, PSNR, SSIM (Structural Similarity), MSE (Mean Square
fastGLCM
- Implementation of fast GLCM algorithm.
VISUAL C++数字图像模式识别技术详解
- 这是冯伟兴编著的数字图像方面的专著,书中介绍了用vc++实行图像处理的方法(This book is written by FengWeiXing,published by China Machine Press,introduce method for digital image pattern recognition)
lane-detect
- 车道线检测,对道路的车道线进行检测,检测道路线(Lane line detection, detect the lane line of the road, detect the road line and extract it)
小波与小波包去噪
- matlab代码小波去噪与小波包去噪,可将两者用于比较和学习!--Matlab code about wavelet denoising and wavelet packet denoising, the two methods can be used for comparison and learning!
基于小波包的图像去噪方法
- 本代码是基于小波包的图像去噪方法,运用小波包对图像进行分解和重构。-This code is based on wavelet packet image denoising method, using wavelet packet image decomposition and reconstruction.
MSRE
- 主要描述了一种基于最大相似度进行图像目标和背景的合并,主要是对进行了均值漂移之后的图像进行合并。
alipayTest
- Delphi中调用支付宝接口的测试源码,测试支付宝当面付如何使用(Call the test source code of Alipay interface in Delphi to test how to use Alipay in person)
双边滤波去雾代码
- 将滤波函数进行改进,采用双边滤波的方法去雾,虽然处理的时长变长,但是效果不错。
pca
- pca降维的MATLAB程序,很好用, 使用时只要把开头的数据集名字改一下就行。