资源列表
segregation
- 对舌像进行分割,以及识别。对血细胞边缘检测。(Segmentation and recognition of the image of the tongue. Blood cell edge detection.)
Automatic Engine V 8.9C
- Automatic Engine V.8.9C.zip by gesit geovandy
lbpcascade_animeface-master
- 利用opencv资源库里自带的lbpcascade_animeface.xml,对普通人脸进行识别,如果有数据库的话,也可以自己训练学习,提取人脸特征,进行学习(We use the lbpcascade_animeface.xml in opencv repository to recognize normal faces. If there are databases, we can also train ourselves to learn, extract facial features
cvGabor
- 傅里叶变换是一种信号处理中的有力工具,可以帮助我们将图像从空域转换到频域,并提取到空域上不易提取的特征。但是经过傅里叶变换后,图像在不同位置的频度特征往往混合在一起,但是Gabor滤波器却可以抽取空间局部频度特征,是一种有效的纹理检测工具(Fu Liye transform is a powerful tool in signal processing, which helps us transform images from airspace to frequency domain and e
改进Retinex
- 对Retinex算法进行修正,提高去雾效果(Amend the Retinex algorithm to improve the effect of fog removal)
sift_matlab
- 基于matlab的图像配准源代码,有注释,程序可以运行。(Based on matlab's image registration source code, there are comments and the program can run.)
matlabdaima
- 直方图均衡化,提高对比度,使得图片的质量得到提高(Histogram equalization)
K-SVD
- KSVD的稀疏编码去噪的matlab版本算法(Sparse encoding KSVD denoising algorithm)
BraTS2017特征提取
- 提取标注过的MRI影像的特征,每个点可展开为237维向量。(The features of the labeled MRI image are extracted, and each point can be expanded to a 237 dimensional vector.)
Electroencephalogram
- 设计MATLAB程序对EEG信号进行读取,并在此基础上对EEG信号进行采样、功率谱分析和去噪等处理。(The MATLAB program is designed to read the EEG signal, and on this basis, the EEG signal is sampled, the power spectrum analysis and the denoising are processed.)
adaptivelensshading
- the .m file provides a lens shading compensation with a negtive factor, which could improve the background unbanlence of the sensor pixels in the imaging process!
slic-master
- 实现图像超像素分割,速度非常快,每秒可以跑120文件(It runs at about 120 files per second on a single core of a 3GHz Intel I7 (it's CPU-bound, at least on a machine with an SSD). So you can do 100,000 files in less than 15 minutes. Parallel invocation is left as an exercis