资源列表
LISP源码800例
- LISP源码800例
opencv Laplacian滤波和Sobel滤波
- 通过opencv调用对图像使用Laplacian滤波和Sobel滤波
opencv 高斯滤波和中值滤波
- 通过opencv调用高斯滤波和中值滤波对图像进行卷积去除加入的椒盐噪声
恒虚警雷达目标检测
- 通过对灰度图的灰度大小进行自适应阈值检测,从而检测出目标的灰度值坐标,实现对目标的检测
模糊局部信息C均值
- 模糊局部信息C均值是一种改进的模糊C均值算法,它考虑了周围邻域信息
opengl
- opengl画的动态图,里面主要包含一辆自行车
画皮卡丘的py代码
- 画皮卡丘的py代码
多视图聚类代码
- 里面自带两个数据集,可以正常运行出结果图。
手写体识别/python
- 此程序使用的是python语言,能对手写数字0~9进行识别。
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
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
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