资源列表
hear分类器
- 用于人脸检测,里面有正负样本及数据集........................
特征提取程序,可用于图像边缘特征提取与特征点提取
- matlab实现特征提取程序,可用于图像边缘特征提取与特征点提取。
libyuv-master
- libyuv is an open source project that includes YUV scaling and conversion functionality. Scale YUV to prepare content for compression, with point, bilinear or box filter. Convert to YUV from webcam formats for compression. Convert to RGB formats
ffmpeg-4.2.3
- 1、下载ffmpeg-4.2.3代码 2、配置(编译静态库) ./configure --target-os=linux --prefix=$(pwd)/temp --enable-cross-compile --arch=arm --cc=arm-hisiv300-linux-gcc --cross-prefix=arm-hisiv300-linux- --nm=arm-hisiv300-linux-nm --disable-shared --enable-static --ena
vlc-3.0.11
- VCL 3播放器源码及已编译版:https://gitee.com/zhengtianbo/VLC3-AVS3AVS2CAVS/releases ffmpeg编码器:https://gitee.com/zhengtianbo/FFmpeg-avs2-avs3/releases avs2/avs3测试视频:https://gitee.com/zhengtianbo/avs2_avs3_test_video
手写体识别/python
- 此程序使用的是python语言,能对手写数字0~9进行识别。
多视图聚类代码
- 里面自带两个数据集,可以正常运行出结果图。
画皮卡丘的py代码
- 画皮卡丘的py代码
opengl
- opengl画的动态图,里面主要包含一辆自行车
模糊局部信息C均值
- 模糊局部信息C均值是一种改进的模糊C均值算法,它考虑了周围邻域信息
恒虚警雷达目标检测
- 通过对灰度图的灰度大小进行自适应阈值检测,从而检测出目标的灰度值坐标,实现对目标的检测
opencv 高斯滤波和中值滤波
- 通过opencv调用高斯滤波和中值滤波对图像进行卷积去除加入的椒盐噪声