Welcome![Sign In][Sign Up]
Location:
Search - gaussian filter c

Search list

[Graph programCSharpFilters

Description: C#写的滤波程序,通常的图像处理源码都是VC写的,这个是C#的,可以做高斯滤波等-C# to write filtering procedures, the usual source image processing are written by the VC, this is C#, can do Gaussian filter
Platform: | Size: 31723 | Author: 蔡洪武 | Hits:

[Other resourcegauss_rle

Description: gaussian filter for image in c
Platform: | Size: 13100 | Author: wangyg | Hits:

[CSharp634982CSharpFilters

Description: C#写的滤波程序 可以做高斯滤波等-C# to write filtering procedures, the usual source image processing are written by the VC, this is C#, can do Gaussian filter
Platform: | Size: 31723 | Author: hjay | Hits:

[Graph programCSharpFilters

Description: C#写的滤波程序,通常的图像处理源码都是VC写的,这个是C#的,可以做高斯滤波等-C# to write filtering procedures, the usual source image processing are written by the VC, this is C#, can do Gaussian filter
Platform: | Size: 63488 | Author: 蔡洪武 | Hits:

[Mathimatics-Numerical algorithmsgose

Description: 高斯平滑滤波,可以用与图形及型号处理计算-Gaussian smoothing filter can be used with graphics and models to handle calculation
Platform: | Size: 135168 | Author: 奇闻 | Hits:

[Special Effectsgfilter

Description: 高斯滤波处理源代码,对图像的处理效果很好 -Gaussian filter source code, the right image processing with good results
Platform: | Size: 64512 | Author: 刘靥 | Hits:

[Special Effectsimproved_gaborfilter

Description: Bi-dimensional Gabor filter with DC component compensation This version of the 2D Gabor filter is basically a bi-dimensional Gaussian function centered at origin (0,0) with variance S modulated by a complex sinusoid with polar frequency (F,W) and phase P described by the following equation: G(x,y,S,F,W,P)=k*Gaussian(x,y,S)*(Sinusoid(x,y,F,W,P)-DC(F,S,P)), where: Gaussian(x,y,S)=exp(-pi*S^2*(x^2+y^2)) Sinusoid(x,y,F,W,P)=exp(j*(2*pi*F*(x*cos(W)+y*sin(W))+P))) DC(F,S,P)=exp(-pi*(F/S)^2+j*P) File Id: 13776 Average rating: 0.0 Size: 1 KB # of reviews: 0 Submitted: 2007-01-26 Downloads: 274 Subscribers: 0 Keywords: gabor filter Stiven Schwanz Dias -Bi-dimensional Gabor filter with DC compo .. compensation This version of the 2D Gabor f ilter is basically a bi-dimensional Gaussian f unction centered at origin (0, 0) with variance S modulated by a complex sinuso id with polar frequency (F, W) and phase P described by the following equati on : G (x, y, S, F, W, P) = k* Gaussian (x, y, S)* (Sinusoid (x, y, F, W, P)- DC (F, S, P)), where : Gaussian (x, y, S) = exp (-pi* S* 2 ^ (x ^ 2 y ^ 2)) Sinusoid (x, y, F, W, P) = exp (j* (2* pi* F* (x* cos (W) y* sin (W)) P))) D C (F, S, P) = exp (-pi* (F/S) ^ 2* P j) File Id : 13776 Average rating : 0.0 Size :# 1 KB of reviews : 0 Submitted : 2007-01-26 Downloads : 274 Subscribers : 0 Keywords : gabor filter Stiven Schwanz Dias
Platform: | Size: 1024 | Author: 石峰 | Hits:

[2D Graphicgauss_rle

Description: gaussian filter for image in c
Platform: | Size: 13312 | Author: wangyg | Hits:

[File FormatBuildingRobustSimulation-basedFiltersforEvolvingDa

Description: The need for accurate monitoring and analysis of sequential data arises in many scientic, industrial and nancial problems. Although the Kalman lter is effective in the linear-Gaussian case, new methods of dealing with sequential data are required with non-standard models. Recently, there has been renewed interest in simulation-based techniques. The basic idea behind these techniques is that the current state of knowledge is encapsulated in a representative sample from the appropriate posterior distribution. As time goes on, the sample evolves and adapts recursively in accordance with newly acquired data. We give a critical review of recent developments, by reference to oil well monitoring, ion channel monitoring and tracking problems, and propose some alternative algorithms that avoid the weaknesses of the current methods.
Platform: | Size: 419840 | Author: 阳关 | Hits:

[Algorithmcanny

Description: canny边缘检测算子的c源代码 一维高斯分布函数,用于平滑函数中生成的高斯滤波系数 ,用高斯滤波器平滑原图像 -canny edge detection operator c source code for one-dimensional Gaussian distribution function for the smooth function of the Gaussian filter coefficients generated by Gaussian filter smoothing the original image
Platform: | Size: 3072 | Author: casey1986 | Hits:

[CSharp634982CSharpFilters

Description: C#写的滤波程序 可以做高斯滤波等-C# to write filtering procedures, the usual source image processing are written by the VC, this is C#, can do Gaussian filter -C# Filtering procedure can be written to do Gaussian filtering-C# To write filtering procedures, the usual source image processing are written by the VC, this is C#, Can do Gaussian filter
Platform: | Size: 31744 | Author: hjay | Hits:

[Special EffectsGos

Description: 高斯滤波处理,Visual C++ 实现。-Gaussian filter processing, Visual C++ Realize.
Platform: | Size: 831488 | Author: sharon | Hits:

[Bio-RecognizeVC_GaussianNoiseGenerator+KF

Description: VC++ based Gaussian Noise Generator + Kalman Filter-VC++ based Gaussian Noise Generator+ Kalman Filter
Platform: | Size: 43008 | Author: ediehs | Hits:

[Multimedia programgaussian_hw

Description: 用c code來寫的gaussian filter-C code to write using the gaussian filter
Platform: | Size: 1948672 | Author: 張剛 | Hits:

[Special EffectsGaussianFilterTest

Description: Gaussian Filter 高斯平滑滤波器,自己用C++写的滤波器类,用于其他处理操作前平滑噪声用。设定Sigma值,可以调整平滑效果。 下载包包含完整的Visual Studio 2005测试项目。 <plumcore>-Gaussian smooth filter
Platform: | Size: 2019328 | Author: PlumCore | Hits:

[Special Effectscanny

Description: (1)利用高斯滤波器函数,用Matlab语言,编写Canny边缘检测器的Matlab(或C语言)函数; (2)利用上述函数,对一副图像(椒盐噪声或高斯噪声)进行边缘检测; (3)利用Matlab自带的Canny边缘检测函数对同一副图像进行边缘检测; (4)比较上述两个结果。 -(1) the use of Gaussian filter function, using Matlab language, the preparation of Canny edge detector Matlab (or C language) function (2) the use of the above-mentioned function, an image of the (salt and pepper noise or Gaussian noise) for edge detection (3) the use of Matlab built-in Canny edge detection function to the same Vice-image edge detection (4) compare the results of the two.
Platform: | Size: 2048 | Author: amy | Hits:

[Special EffectsLowpassFiltering

Description: 本实验要求要求实现高斯低通滤波器的程序,并设定截至频率半径为15时得到如课本上图4.18图c的图。使低频通过而使高频衰减的滤波器成为低通滤波器,被低通滤波的图像比原始图像少一些尖锐的细节部分。本实验就是设计实现高斯低通滤波器。-Requirements of this experiment requires low-pass Gaussian filter procedure and set the frequency up to a radius of 15 textbooks, such as when the map of Figure c Figure 4.18. So that the adoption of high-frequency low-frequency attenuation of the filter as a low-pass filter, low pass filter by the image less than the original sharp image details. The realization of this experiment is to design low-pass Gaussian filter.
Platform: | Size: 70656 | Author: jhm | Hits:

[Special EffectsGaussian

Description: 一个很好的高斯滤波器源码,对图片进行高斯滤波,有简易操作的界面,内含测试图像,在visual C++下调试成功。-A good source of Gaussian filter, Gaussian filter of pictures, there are easy to operate interface that includes test images, the visual C++ to debug successfully.
Platform: | Size: 840704 | Author: lilian | Hits:

[Special EffectsGAUSSIANBLUR_CODE

Description: 用c++写的,高斯滤波器的源代码,包含.h文件和.cpp文件-Using c++ written in the source code for Gaussian filter, including. H file and the. Cpp file
Platform: | Size: 3072 | Author: 王小天 | Hits:

[Special EffectsImage.Design.Gaussian.filter.C.code

Description: 图像高斯滤波C++设计代码Image Design Gaussian filter C + + code -Image Design Gaussian filter C++ code
Platform: | Size: 1024 | Author: d | Hits:
« 12 3 »

CodeBus www.codebus.net