资源列表
HU矩特征
- MATLAB环境下,提取图像的HU矩特征
MNIST
- 用CNN识别MNIST数据集,test集正确率98.3%(Identifying MNIST datasets with CNN)
SLIC
- 用于图像分割,里用SLIC superpixels处理了图片,得到了超像素分割的结果图(image segmantationSLIC superpixels is used to process the pictures, and the results of super pixel segmentation are obtained.)
1_tf-pose-estimation-master_ok
- 姿势识别,识别人的各种姿势,可以画出骨架的那总(Postural recognition)
扫描线算法的实现
- 用于实现填充的扫描线算法,原码可查,暂时不能与用户进行交互(A scan line algorithm for filling up)
find people
- visual studio 2015平台上实现,摄像头识别人脸位置,并且与库中图片对比,识别人脸相似度。(On the visual studio 2015 platform, the camera recognise the face position and compare with the picture in the library to identify face similarity.)
fft_code
- 实现图像快速傅里叶变换,图像图形处理领域(implement the fft transform for images, applied in image processing.)
min
- 用于计算二值图像的最小外接矩形(若针对连通区域可用增加bwlabel函数自行处理)(The minimum circumscribed rectangle)
Lp
- 能够对蓝色车牌进行较好的定位且能自动矫正倾斜(License plate location)
image segmentation
- 图像分割工具,用来实现图像和背景的分离,实现一定的掩码显示(Image segmentation tool is used to separate image and background, and achieve certain mask display.)
Shader.for.Game.Programme
- Shader for game programmers
幅频特性曲线
- 求给定函数的幅频特性曲线,给定区间进行画图。(Given an analog signal, it is converted to digital signal, calculated by FFT, and the amplitude frequency characteristic curve is drawn.)