登录
首页 » Visual C++ » Fourier

Fourier

于 2020-10-27 发布 文件大小:2245KB
0 173
下载积分: 1 下载次数: 9

代码说明:

  实现了读取一个bmp图片的傅里叶变换 使用C语言实现 读取一个 24位 图 转换为8位灰度图后,进行傅里叶变换处理(二维) 采用快速傅里叶变换——蝶形算法 北航图像处理作业~需要进一步交流 请联系qq 422563357(Reads a bmp image to achieve a Fourier transform using C language Northern image processing operations)

文件列表:

fuliyexc傅利叶
..............\Debug
..............\.....\fuliyexc.exe,221275,2014-03-30
..............\.....\fuliyexc.ilk,288624,2014-03-30
..............\.....\fuliyexc.pch,5698196,2014-03-30
..............\.....\fuliyexc.pdb,525312,2014-03-30
..............\.....\main.obj,39802,2014-03-30
..............\.....\vc60.idb,205824,2014-03-30
..............\.....\vc60.pdb,135168,2014-03-30


..............\fuliyexc.dsp,4304,2014-03-27
..............\fuliyexc.dsw,541,2014-03-27
..............\fuliyexc.ncb,50176,2014-04-27
..............\fuliyexc.opt,49664,2014-04-27
..............\fuliyexc.plg,1308,2014-03-30

..............\main.cpp,8638,2014-04-27

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

发表评论

0 个回复

  • PrimeBackgroundDetection
    基于主像素的背景建模方法。该方法对密集目标检测效果较好。(Based on the background of the main pixel modeling method. The method of intensive better target detection.)
    2008-02-25 16:09:20下载
    积分:1
  • jiyu
    基于菲涅耳全息图和离散余弦变换的_盲数字水印_技术(Blind digital watermarking _ technology based on the Fresnel hologram and the discrete cosine transform _)
    2013-03-05 17:11:48下载
    积分:1
  • DFT_by_dft
    VS 环境下利用opencv 实现图像的傅里叶变换,输入图片,保存输出结果。(Under VS environment use opencv to achieve image Fourier transform, the input image and save the output.)
    2016-07-05 16:08:58下载
    积分:1
  • Match
    匹配算法,可以完美运行,对于初学者有着很好的参考价值(Matching algorithm, can be a perfect run, has a very good reference for beginners)
    2013-12-13 23:14:37下载
    积分:1
  • realtimesuperpixel-master
    运用基于密度的聚类算法实现了超像素的分割(The segmentation of super pixels is realized by using the clustering algorithm based on density)
    2018-01-11 11:54:41下载
    积分:1
  • shuzishuiyinzongshu
    :数字水印将感觉不到的信号嵌入到声频、视频和图像中以实现不同的目的。例如: 添加标题和版权保护。首先介绍 了有关数字水印的基本原理、重要属性及其主体框架。然后,将数字水印按不同角度划分为不同种类。讨论了各种各样的数 字水印算法以及数字水印在不同领域的应用,并简要介绍了对数字水印的攻击。最后,给出了数字水印当前的研究现状和发 展形式及前景。(: Digital watermark embedding imperceptible signals to the audio, video and images to achieve different purposes. Example: Add a title and copyright protection. Firstly, the basic principle about digital watermarking, and the main framework of the important attributes. Then, the digital watermark according to different angles into different types. Discussed a wide range of digital watermarking algorithms and digital watermarking applications in different fields, and a brief introduction of the digital watermarking attacks. Finally, the digital watermark of the current situation and development in the form of research and prospects.)
    2015-03-18 16:12:36下载
    积分:1
  • HoughMFC
    用OpenCV进行图像处理与工程开发的一个入门示例程序——Hough变换,效果不错(using OpenCV for image processing and development of a project portal sample program-- Hough Transform good results!)
    2006-11-03 21:15:57下载
    积分:1
  • gesture-system
    目前已有的手部运动跟踪系统大多在一定程度上限制了人体运动自由. 基于此, 提出一种无线、 可穿戴、 无障碍的腕关节、 指关节运动跟踪系统. 在人体每个手指甲上粘贴一轻小永磁体, 用以产生标示腕关节、指关节运动的信号 若干磁传感器置于手腕处的电子腕带上, 作为标示信号( 磁信号) 检测器. 当腕关节、 指关 节运动时, 永磁体在各传感器所在位置处的合成磁场发生变化, 传感器对该磁场信号进行测量, 所检测到的磁场信号送入手部姿势估计器, 估计器基于系统数学模型计算手部姿势, 从而实现对手部运动的跟踪.(Most of the existing hand movement tracking system to a certain extent limited the freedom of human motion. This paper presents a wireless, wearable, accessible wrist, knuckles motion tracking system. In each fingernail on the human body Paste a light small permanent magnet to produce marked the wrist, referring to the signal of the joint movement the number of magnetic sensors placed in the wrist at the electronic wristband, as marked signal (magnetic signal) detector. when the wrist, knuckles campaign , the permanent magnet in the magnetic field of the sensor location at changes in the sensors of the magnetic signal measurement, the detected magnetic field signal sent from the start with the Ministry of posture is estimated, the estimator based on the mathematical model to calculate the hand position in order to achieve of hand movement tracking.)
    2020-06-30 07:40:02下载
    积分:1
  • winImageCompletion-master
    Implementations of image processing algorithms(This project can be built by Visual Studio 2012. Project description file included. Currently it is for Windows only.)
    2015-04-20 10:43:47下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载