资源列表
data_structure_short_path
- 根据题目建立图的结构,利用 Dijiskara 算法依次计算出各点的最短路径。 要求 : 图的结构为 { 0,1,1,1,0,0 , // 邻接矩阵表示图, 0 表示断路, 1 表示通路。 1,0, 0,0,1,0, 1,1,0, 0,0, 1,0, 0,1,0,0, 0,0,1, 1,1, 0,0,0,1,1,0,0,1, 0,1,0,0, 1, 0,0,0,0,1,1,1,
python_yanzhengma
- 使用python写的简单验证码识别程序,china pub上验证可以使用
ukf
- 经典的ukf跟踪框架与源码,有详细的注释以及说明,适合初学者。-Classic ukf tracking framework and source code, detailed notes and instructions for beginners.
linyupingjun
- 对bmp图像进行平滑处理之邻域平均,已写明具体算法,直接用256*256灰度lena图,可以进行进一步改进-Bmp image smoothing of values among the filtering, has been expressed as a specific algorithm, the direct use of 256* 256 gray lena map, can be further improved
Project1
- 人脸图片的预处理,归一化,纳入数据库,训练以及识别-Face image preprocessing, normalization, into the database, training and recognition
retinexRGBandHSV
- 基于Retinex图像增强的matlab源代码-Based on Retinex image enhancement matlab source code
im2jpeg2k
- 这个函数可简单的实现JPEG2000压缩标准,对JPEG2000压缩过程的学习很有用。-This function can achieve the simple JPEG2000 standard,it is useful for study the process of the standard.
SVM
- 一个简单易学的SVM程序,包括线性和非线性SVM,并包含二维和三维图像的转化。-An easy to learn SVM procedures, including linear and nonlinear SVM, and includes the conversion of two-dimensional and three-dimensional images.
HSI
- 图像匹配源码,基于HSI空间的图像匹配,匹配效果良好。-Image matching source, based on HSI space image matching, matching to good effect.
miaobiao
- 这是关于数字秒表的eda课程设计,eda-Digital stopwatch
BASE64102
- BASE 64编码程序...代码很小-Little amount of code,BASE 64 Encode and DEcode,support blank and chinese byte etc...
cdpress
- Static length frequent matching compression for cache data in simple scalar
