资源列表
canvas
- 利用canvas面向对象的画出饼状图,柱状图,扇形图以及先关到位javascipt的代码(Draw pie charts with canvas object oriented)
FaceRec
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。这种直接计算距离的方式直观,但是有一个非常大的缺陷—计算量太大。如果每幅图像大小为100*100,训练集大小1000,则识别测试集中的一幅图像就需要1000*100*100的计算量,当测试集很大时,识别速度非常缓慢。(Face recognition is a s
人脸识别代码
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。(Face recognition is a supervised learning process. Firstly, a face model is constructed by training set, and then the test set is m
canny算子进行边缘检测的源代码
- 对于现有canny算子进行了一定的改进,使得效果更好(Some improvements have been made to the existing Canny operator, which makes the effect better)
一种改进的基于Canny算子边缘检测算法
- 在图像处理中的对于canny算子的一种改进方式(An improved method for canny operators in image processing)
levelsets-master
- 一种基于水平集的图像分割MATLAB代码供大家参考学习(level set image segmentation)
NRW_Release_2
- 一种基于随机游走算法改进的图像分割算法,供大家参考学习(A random walk algorithm based on improved image segmentation algorithm for your reference learning)
GeodesicActiveContour
- 包含几个分割效果比较好的算法程序,主流的水平集分割算法,分割效率高。(Contains several good segmentation results of algorithm program, the mainstream of level set segmentation algorithm, segmentation of high efficiency.)
MATLAB
- 根据数据采集卡所采集上来的数据,这些数据包括横轴和纵轴的坐标和相应坐标的强度,通过对数据进行拟合实现图像重构(According to the data collected by the data acquisition card, these data include the coordinates of the horizontal axis and vertical axis and the intensity of the corresponding coordinates, and t
Huffman哈夫曼编码MATLAB源代码
- 简单的编码可以一起看看有没有用,只是一个图像处理(A simple Harvard encoding program does not have much value or significance.)
matla
- 数字图像处理的DCT与量化处理 并包括灰度转化(Please don't steal it. Thank you for your coding. Please don't steal it. Thank you all)
pca
- 主成分分析法的c++代码,有俩个版本的实现方法(C++ code of principal component analysis)