资源列表
sift_matlab
- 基于matlab的图像配准源代码,有注释,程序可以运行。(Based on matlab's image registration source code, there are comments and the program can run.)
Facial_Expression_Code
- 基于局部二进制模式的表情识别算法可以识别一些基本的表情(Facial Expression Recognition Based on LBP Algorithm)
matlabdaima
- 直方图均衡化,提高对比度,使得图片的质量得到提高(Histogram equalization)
SIFT算法详解及应用(讲的很详细)(1)
- SIFT算法。成像匹配的核心问题是将同一目标在不同时间、不同分辨率、不同光照、不同位姿情况下所成的像相对应。传统的匹配算法往往是直接提取角点或边缘,对环境的适应能力较差,急需提出一种鲁棒性强、能够适应不同光照、不同位姿等情况下能够有效识别目标的方法。(SIFT.The core problem of imaging matching is to correspond to the image formed by the same target at different times, differ
K-SVD
- KSVD的稀疏编码去噪的matlab版本算法(Sparse encoding KSVD denoising algorithm)
颜色
- 把想要处理的图片放入project目录下,修改代码中输入图片的名字为你选的图片,即可提取出图片中特定颜色的图像。我的参数设置的是识别黄色,可依实际需要修改参数。(Discriminating color)
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.)
GS2
- 这是关于二维全息的GS算法,可以插入图片生成全息图和再现像(This is a GS algorithm for two-dimensional holography, which can be inserted into a picture to generate a hologram and a reproducing image.)
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
mouseevent
- qt中的鼠标事件,鼠标单击,鼠标双击,鼠标滑轮滚动,鼠标移动等事件功能(Mouse events in QT, mouse click, mouse double click, mouse pulley rolling, mouse movement and other event functions)