登录
首页 » c++ » 数字图像处理傅里叶变换

数字图像处理傅里叶变换

于 2023-05-22 发布 文件大小:3.66 MB
0 14
下载积分: 2 下载次数: 1

代码说明:

#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);

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cangkuguanli
    利用C++实现的插入,删除,增加接点等功能(The use of C++ Realized insert, delete, increase the contact and other functions)
    2008-12-29 21:36:59下载
    积分:1
  • rte-SharePoint2010
    2012最新版,还不错,不是自己编写的。(National College (Chongqing who) computer rank examination syllabus (2013) )
    2014-03-25 11:12:54下载
    积分:1
  • 基于stc89c52的电子密码锁程序
    基于stc89c52的电子密码锁程序,有设置密码,修改密码,报警,错误次数超过三次自动锁住等功能。是一款很好的程序
    2022-01-31 19:48:10下载
    积分:1
  • TSP_SA
    模拟退火算法实现旅行商问题,输入城市数目以及城市距离的邻接矩阵,程序输出最短回路序列以及对应的距离。(Simulated annealing algorithm realizes the traveling salesman problem, inputs the adjacency matrix of the number of cities and the distance between cities, and outputs the shortest loop sequence and the corresponding distance.)
    2018-11-28 20:07:01下载
    积分:1
  • Well-tested-algorithm
    效验算法单循环链表,这些都是实用经典的算法和数据结构(Well-tested algorithm round robin list, these are practical classic algorithms and data structures)
    2011-08-02 12:20:21下载
    积分:1
  • 郝斌C语言详细笔记(附源码)
    郝斌C语言详细笔记(附源码),Hao Bin C Language Detailed Notes (with source code)(Hao Bin C Language Detailed Notes (with source code))
    2020-06-21 09:00:01下载
    积分:1
  • 在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。...
    在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。-In the CCS environment, using C language solution using Newton" s iterative method of non-homogeneous linear equations (in this case 3 equation) code.
    2022-08-21 00:02:00下载
    积分:1
  • STm32模拟串口实验
    说明:  stm32模拟串口实验 ,stm32F103。(STM32 analog serial port experiment, STM32F103.)
    2021-04-23 11:34:25下载
    积分:1
  • serils_much
    一台单片机主机和两台单片机丛机相互通信,从主机取的点阵字模然后显示(a mainframe and microcomputer two SCM Cong machine mutual communication, from the mainframe from the Matrix Lattice then display)
    2007-05-21 15:12:14下载
    积分:1
  • 51
    说明:  GY-30模块是一种通用的光照度检测模块,内置模数转换电路,直接数字输出。(GY-30 module is a general illuminance detection module, with built-in analog-to-digital conversion circuit and direct digital output.)
    2019-07-29 11:58:43下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载