资源列表
FastICA
- 独立成分分析matlab代码,进行特征降维与特征选择(ICA transform for feature selection)
27796697Analog-meter-readings-recognition
- 通过MATLAB GUI对载入的图像进行特征识别(Feature recognition of loaded images via MATLAB GUI)
NCC
- 将归一化互相关应用到图像配准上,使用互相关来判断两幅图像的相似性,相似度越大,说明配准结果越是精确。(The normalized cross-correlation is applied to image registration, and the similarity of two images is judged by cross-correlation. The greater the similarity, the more accurate the registration resu
SLICC++
- 使用Opencv的C++接口,改写SLIC官方源码,更加简洁易用(Rewirte the official code of SLIC with Opencv C++. It is more easy to use!)
Image Classification Example
- python实现用SIFT+K-MEANS+SVM图片分类(Python implementation with SIFT + K-MEANS + SVM picture classification)
workshop.tar
- 压缩感知的MRI图像重建测试CS-MRI 程序包括:fft2、ifft2、小波稀疏变换子程序、测试数据、demo程序......(compressed sensing for MRI)
??????
- this matlab code is very easy................
cc2
- this code is matlab code for colume section conctruction
示例代码-计算机视觉公开课
- 文件实现了目标检测,可以很清楚的区分前景和背景。(The file implements the target detection, which can distinguish the foreground and the background clearly.)
hough,gabor,Radon,headata,wdcbm2()
- 1.从图像中识别几何形状的基本方法;基本原理是在于利用点与线的对偶性,将原始图像空间给定的曲线通过曲线表达形式变为参数空间的一个点,这样就把原始图像中给定的检测问题转化为寻找参数空间的峰值问题。 2.基于Gabor变换的人眼检测MATLAB实现。 3.基于Radon的车牌矫正方法。 4.基于模型函数headata产生不同大小的头模型数据。 5.基于函数wdcbm2()设置图像分层阈值压缩参数,实现图像压缩(The basic method of identifying geometry
chameleon
- 一段修改后的变色龙聚类算法,可用于无监督聚类。(A modified chameleon clustering code, using matlab.)
【MeanShift图像分割】MeanShift
- meanshift图像分割算法的opencv实现。(Opencv implementation of meanshift image segmentation algorithm.)