登录
首页 » Visual C++ » MyFFT1

MyFFT1

于 2021-03-04 发布 文件大小:505KB
0 117
下载积分: 1 下载次数: 2

代码说明:

  VC和MATLAB混合编程实现快速傅立叶变换(VC and MATLAB programming Fast Fourier Transform Mixed)

文件列表:

MyFFT1
......\Debug
......\.....\fun.obj,8150,2010-11-08
......\.....\myfft.obj,27891,2010-11-08
......\.....\MyFFT1.exe,213037,2010-11-08
......\.....\MyFFT1.ilk,225028,2010-11-08
......\.....\MyFFT1.pch,1549824,2010-11-08
......\.....\MyFFT1.pdb,377856,2010-11-08
......\.....\vc60.idb,41984,2010-11-08
......\.....\vc60.pdb,61440,2010-11-08
......\fun.cpp,331,2010-11-08
......\matlib.h,106477,1999-10-30
......\myfft.cpp,1723,2010-11-07
......\myfft.h,144,2010-11-07
......\MyFFT1.dsp,4587,2010-11-07
......\MyFFT1.dsw,518,2010-11-07
......\MyFFT1.ncb,74752,2010-11-08
......\MyFFT1.opt,48640,2010-11-08
......\MyFFT1.plg,1290,2010-11-08

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

发表评论

0 个回复

  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • TMyPolyStockh
    实现凸多边形排样,使用临界多边形NFP判断两个凸多边形形是否相交,使用启发式算法提高效率, (Convex polygon nesting, polygon NFP to determine whether two convex polygon-shaped intersection, the use of heuristic algorithms to improve efficiency,)
    2021-03-30 22:59:09下载
    积分:1
  • opencv-sift
    图像匹配,可以实现目标图像的匹配,匹配出最相似的训练图片。(Image matching, the matching can achieve the target image, matching the most similar training images.)
    2013-06-08 16:46:48下载
    积分:1
  • jpeg2k
    说明:  JPEG2000 的一个实现,期中,wavelet.dll是提供的功能接口。(An implementation of JPEG2000, period, wavelet.dll is to provide a functional interface.)
    2010-05-04 17:00:01下载
    积分:1
  • 2-8
    一个基于MFC窗口的具有图形图像处理的功能的MFC程序,可对图像灰度,滤波等处理好功能(MFC program has a function of image processing based on MFC window can be a good feature for grayscale images, filtering and other processing)
    2014-12-09 23:27:23下载
    积分:1
  • k_mean_uv
    利用k—mean算法根据U、V进行聚类分块,最后完成图像分割,分割出得块用不同的灰度等级表示出来。(K-mean algorithm to cluster sub-blocks according to the U, V, to finalize the image segmentation, segmentation have blocks with different gray levels represented.)
    2013-01-15 15:05:42下载
    积分:1
  • Vehicle_Detection_Recognition-master
    车型识别图像处理MATLAB代码可运行适合新手入门只用(car recognization adapted rookie study playplay)
    2018-01-09 22:14:19下载
    积分:1
  • snaketest
    snake算法的c源代码,一般snake算法可以用于图像的边缘检测,是一种比较新的方法(snake algorithm c source code, the general snake algorithm can be used to image edge detection, is a relatively new approach)
    2008-06-02 11:34:44下载
    积分:1
  • kalman_filter
    卡尔曼滤波算法,opencv代码,鼠标跟踪(Kalman filter algorithm, opencv code, mouse tracking)
    2016-04-19 15:45:48下载
    积分:1
  • 200732590069
    说明:  非常好的图像处理全面软件,包括滤波等基本操作(Very good overall image processing software, including basic operations such as filtering)
    2011-04-14 10:33:15下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载