登录
首页 » Visual C++ » FKFilter

FKFilter

于 2013-01-21 发布 文件大小:67KB
0 349
下载积分: 1 下载次数: 92

代码说明:

  FK滤波分析,设计窗口!!!!!!!!!!!(FK filtering analysis, design window! ! ! ! ! ! ! ! ! ! !)

文件列表:

FKFilter
........\bheader.h,584,2012-11-10
........\Complex.h,5071,2010-03-18
........\cwp.h,24121,2013-01-10
........\Debug
........\.....\FKFilter.pch,187188,2013-01-10
........\.....\StdAfx.obj,1928,2013-01-10
........\.....\vc60.idb,41984,2013-01-10
........\.....\vc60.pdb,53248,2013-01-10
........\FKFilter.cpp,12419,2012-03-16
........\FKFilter.dsp,4800,2013-01-10
........\FKFilter.dsw,541,2012-03-16
........\FKFilter.ncb,50176,2013-01-10
........\FKFilter.opt,54784,2013-01-10
........\FKFilter.plg,4514,2013-01-10
........\par.h,11147,2012-04-20
........\pfafft.c,116690,2011-10-21
........\ReadMe.txt,1220,2012-03-16
........\segy.h,21719,2012-11-10
........\StdAfx.cpp,295,2012-03-16
........\StdAfx.h,667,2012-03-16
........\su.h,2827,2012-11-10

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

发表评论

0 个回复

  • NEW
    一种新的彩色图像去噪与增强模型(A new color image denoising and enhancement model)
    2008-05-28 20:54:06下载
    积分:1
  • cubicfive
    用C++编写的产生文章的程序,方便有需要的人(C generated articles prepared by the procedures that are accessible to people in need)
    2007-05-11 09:18:16下载
    积分:1
  • ImageMatch
    遥感摄影测量专业相邻相片同名点之间的匹配,交互界面,可以人工选点(Remote Sensing Photogrammetry Professional adjacent matching interface point between the photo of the same name, you can manually choose the point)
    2014-04-29 00:59:22下载
    积分:1
  • dcmread4
    集成ITK、VTK、MFC读取DICOM的代码,建成win32程序即可。运行完美(Integrated ITK, VTK, MFC to read DICOM code, built win32 program can. Works perfect)
    2021-02-19 16:29:44下载
    积分:1
  • number
    将图片转化为BMP位图,然后通过逐行扫描识别图片中的数字。(A picture into a BMP bitmap, and then through the progressive scanned image in the figure.)
    2009-10-15 16:05:44下载
    积分:1
  • 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
  • N-FINDR
    介绍混合像元解混里面的端元提取算法N-FINDR(Describes the mixed pixel unmixing inside endmember extraction algorithm N-FINDR)
    2021-04-19 19:48:50下载
    积分:1
  • Pyramid-methods-in-image-processing
    Pyramid methods in image processing
    2013-12-05 20:08:18下载
    积分:1
  • 人脸识别系统设计—毕业设计
    说明:  本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作,内有源代码和全部论文资料(this issue is the major content of image preprocessing, mainly from the camera to obtain images Face then, in order to improve the recognition and positioning accuracy. The module consists mainly of light compensation, Grayhound, Gaussian smoothing, balanced histogram, image contrast enhancement, image pre- processing module in the system plays a crucial role in image processing will have a direct impact behind the positioning and identification, within Active code and all papers information)
    2005-11-10 23:36:52下载
    积分:1
  • autodetection
    基于DQ效应的JPEG图像真伪检测算法,通过检测图像DCT直方图的DQ效应计算图像的概率图,该算法快速、准确,能自动定位篡改区域(JPEG image detection algorithm based on the authenticity of DQ effect, calculated image by DQ effect detection probability map image DCT histogram, the algorithm is fast, accurate, and can automatically locate tampered area)
    2021-03-16 09:59:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载