-
数字图像处理傅里叶变换
#include #includeusing namespace cv;using namespace std;//快速傅里叶变换void fft2Image(InputArray _src, OutputArray _dst){//得到Mat类型Mat src = _src.getMat();//获取矩阵//判断位深CV_Assert(src.type() == CV_32FC1 || src.type() == CV_64FC1);CV_Assert(src.channels() == 1 || src.channels() == 2);
- 2023-05-22 05:45:03下载
- 积分:1
-
DrawCircle
中心画圆 使用vc6.0实现 多多指教(draw a Circle use vc6.0)
- 2010-11-20 20:49:37下载
- 积分:1
-
5
说明: 能够实现一些单片机功能的代码,帮助初学者解决一些程序上的困难,特别是在参加有关物联网方面的一些比赛。(Can realize some SCM function of the code To help beginners solve some procedural difficulties)
- 2012-07-31 23:19:30下载
- 积分:1
-
419307
Make the program start with the system()
- 2018-05-18 13:03:31下载
- 积分:1
-
book
是我见过讲的最详细的关于稀疏信号的书,讲解了稀疏分解,以及书后的程序都是很好用的(Ive seen talking about the most detailed book about the sparse signal, explained the sparse decomposition, and program books are well used after)
- 2013-12-05 21:14:04下载
- 积分:1
-
D12 USB5
usb固件编程—函数应用4(usb firmware programming-function application 4)
- 2005-01-16 20:36:14下载
- 积分:1
-
CardReader
用串口驱动的读卡器,采用网页交互界面,可以读出卡的序列号,其他的可自行改动,使用自定义控件实现底层交互。(Serial driver card reader, using the Web interface, you can read out the serial number of the card, and other self-alteration, use custom controls to achieve the underlying interaction.)
- 2013-01-05 17:16:46下载
- 积分:1
-
获取设备IP接口函数
Linux系统编程,调用接口获取设备IP地址(Linux system programming, call the interface to get the device IP address)
- 2019-04-12 10:13:42下载
- 积分:1
-
x64注入源码
这是一份能把64位的DLL远程线程注入到x64进程的源码(x64 injection DLL source code)
- 2020-07-01 10:00:01下载
- 积分:1
-
c8051f
上位机和电脑通过USB串口进行数据交换,同时具有两个FPGA和单片机的通信程序(Data exchange between PC and computer through USB serial port)
- 2018-05-09 22:38:08下载
- 积分:1