资源列表
音视频编码技术-课程作业2
- 全搜索算法重构图。像顾名思义,穷尽法就是对搜索范围内的每个位置都进行计算并比较,从原图像块中找到与待匹配块最相似(误差最小)位置的方法。对于一个搜索范围为[-7,7]的区域来说,x,y两个方向全部搜索一遍需要进行 15X15 = 225 次计算。穷尽法的缺点很明显就是计算量太大,速度很慢,另一方面,由于全部范围都进行了计算,其匹配精度是最高的。(Reconstruction graph of full search algorithm. As the name implies, the exha
SVM 多分类
- 通过一对多,和多对一的方式,将二分类svm转化成多分类分类器(Through the way of one to many and many to one, the two classification SVM is transformed into a multi classification classifier)
unet-pytorch-master
- 使用Pytorch搭建U-Net,该模型可以对随机传入任意大小的图片进行图片分割,根据所训练的数据和标签得到索要分割的区域。(Using Python to build u-net, the model can segment random incoming pictures of any size, and get the region to be segmented according to the trained data and labels.)
guided-filter-code-v1
- 引导滤波器,何凯明的著名论文之一,非常好用(Guide filter, one of He Kaiming's famous papers, very easy to use)
ADDAboard
- Connection of ADDA with NEXYS4
CF方块透视自瞄DX绘制C++完整源码
- 辅助学习C++编程开发,对aimbot更好掌握(Assisted learning of C + + programming development, better understanding of aimbo)
PanDownload
- 破解百度网盘 解决下载烦恼(Crack Baidu online disk)
SocketAsyncServer
- SocketAsyncServer basic code
SocketAsyncClient
- SocketAsyncClient base code
CButtonST_Source
- CButton修改过的控件按钮资源,解决了之前前人代码中,存在内存泄漏的问题,使之按钮控件美化得更好看。
unicode_api
- 在VC++编程里,不用控件,直接用API函数,实现串口端口的监测与数据信息的采集,并且解决了Unicode字符下的字符接收问题,也兼容多字节的接收。
STM32的ADC程序,已调试成功!
- 这是STM32的ADC数模转换程序,已调试成功!可以直接拿去用
