资源列表
images fusion
- 可以将多张图片进行景深融合,从而得到一张景深清晰的图片。(Multiple images can be fused with depth of field to get a picture with clear depth of field.)
雷达系统
- 雷达系统分析与设计,用于新手学习使用,加油吧新手 雷达系统分析与设计,用于新手学习使用,加油吧新手
模式识别与人工智能(基于MATLAB)
- 模式识别与人工智能(基于MATLAB)的源代码(Pattern recognition and artificial intelligence (based on MATLAB) source code)
Untitled
- 基于matlab的voronoi泰森多边形绘制(Voronoi rendering based on MATLAB)
mediapipe
- 手势识别,基于mediapipe,可支持pose、hand、face(Gesture recognition, based on mediapipe, can support pose, hand, face)
Gary_LSD-master
- LSD用于图像直线检测,本代码为LSD的MATLAB版本,可用作学术参考(LSD for image line detection, this code is the matlab version of LSD, can be used for academic reference)
53_digital_recognition
- FPGA数字识别,使用正点原子开发板进行开发,准确率非常高。(FPGA digital recognition, using the punctual atomic development board for development, the accuracy is very high.)
gf2_preprocess_rpc
- Gf系列影像正射,可以选择envi自带dem,也可以选择自己更高分辨率的dem文件(RPC ORTHORECTIFICATION FOR GF)
小波降噪
- 小波降噪的方法有多种,如利用小波分解与重构的方法滤波降噪、利用小波变换模极大值的方法去噪、利用信号小波变换后空域相关性进行信噪分离、非线性小波阈值方法去噪、平移不变量小波降噪法,以及多小波降噪等等。归结起来主要有三类:模极大值检测法、阈值降噪法和屏蔽(相关)降噪法。其中最常用的就是阈值法去噪,其基本思想就是利用图像小波分解后,各个子带图像的不同特性选取不同的阈值,从而达到较好的降噪目的
softbeso
- beso双向渐进结构拓扑优化原始代码,采用软杀伤法(the source code of Bidirectional evolutionary structural topology optimization with the soft kill law BESO)
EGE贪吃蛇
- 使用C语言EGE库制作的贪吃蛇游戏。通过键盘控制蛇的移动,蛇可以吃食物变长,并有游戏失败判定
OpenCV C++ Criminisi
- 该算法为Criminisi算法,采取OpenCV库进行编写,适用于初学者使用