CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - Sigma

搜索资源列表

  1. Cannyandlog

    0下载:
  2. canny 算法 void CreatGauss(double sigma, double **pdKernel, int *pnWidowSize) void GaussianSmooth(SIZE sz, LPBYTE pGray, LPBYTE pResult, double sigma) void Grad(SIZE sz, LPBYTE pGray, int *pGradX, int *pGradY, int *pMag) void NonmaxSuppress(
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9045
    • 提供者:穆阿军
  1. ESegment

    0下载:
  2. 程序功能为将bmp彩色图片中的背景去除,留下图片的主要内容。该程序采用graph-based的图像分割算法,分割效果良好。 在命令行下通过传递参数运行:ESegment sigma k min input output 其中:ESegment为编译得到的程序名; sigma为平滑系数,一般取0.5~2之间的值; k一般取图片长、宽(像素)之间的值; min表示分割出的最小块的大小,取正整数即可 input为输入的bmp图片名 output为输出的bmp图片名-proc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:128352
    • 提供者:吴维翔
  1. imsmooth

    0下载:
  2. 实现高斯平滑,Matlab地实现,方便快捷,需要参数:图像I,尺度参数Sigma
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1645
    • 提供者:Bob
  1. harris_code.rar

    1下载:
  2. harris角点检测算法,代码可以通过修改sigma, thresh, radius, disp的值控制角点数量。,harris corner detection algorithm, the code can be by modifying the sigma, thresh, radius, disp corner of the value of quantity control.
  3. 所属分类:Graph program

    • 发布日期:2016-03-26
    • 文件大小:177146
    • 提供者:季全
  1. sigmafilter(3x3).zip

    0下载:
  2. sigma filter:图像去噪,其中包括快速去噪算法函数,结构元固定为3x3大小的块。,sigma filter: the realization of fast image de-noise algorithm.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:6265
    • 提供者:程敏
  1. SMP8634.rar

    0下载:
  2. SIGMA DESIGN SMP8634 数据手册,SIGMA DESIGN SMP8634 Data Sheet
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3668817
    • 提供者:dannychin
  1. Wavelet-image-denoising-procedures

    0下载:
  2. 小波图像去噪程序。th=sigma*sqrt(2*log10(L*T)) 计算阈值 ch=c(1,num(4-i,1):num(4-i,3)+step(4-i)-1) 对各高频系数进行阈值处理 chl=length(ch) for j=1:chl if abs(ch(j))>=th ch(j)=sign(ch(j))*(abs(ch(j))-2*th/(1+exp(m*(ch(j)^2)))) 阈值处理函数 else -Wavelet image denois
  3. 所属分类:Wavelet

    • 发布日期:2017-03-24
    • 文件大小:3132
    • 提供者:朱兰花
  1. Gscale

    0下载:
  2. 采用matlab实现高斯金字塔,函数Gscale(img,levels,gsize,sigma)-To achieve Gaussian pyramid using matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1589
    • 提供者:阿凯
  1. ADC

    0下载:
  2. 该matlab程序验证了信号处理中delta-sigma ADC的效果,在过采样和delta-sigma单次循环后得到的图象性噪比提高。-The matlab program verification of signal processing in the effect of delta-sigma ADC, and the over-sampling delta-sigma a single image obtained after cycles of noise ratio increase
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:962
    • 提供者:王奇
  1. GaussianFilterTest

    0下载:
  2. Gaussian Filter 高斯平滑滤波器,自己用C++写的滤波器类,用于其他处理操作前平滑噪声用。设定Sigma值,可以调整平滑效果。 下载包包含完整的Visual Studio 2005测试项目。 <plumcore>-Gaussian smooth filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:2019948
    • 提供者:PlumCore
  1. asas(7)

    0下载:
  2. 下面是我编的一个软硬阈值去噪的matlab程序 下面是我编的一个软硬阈值去噪的matlab程序:thr=sigma*(2*lgN)1/2/lg(j+1) 用[x,xn]=wnoise(2,10,6) 产生噪声测试数据-The following is Part I of a of hard and soft threshold denoising matlab procedure is the following hardware and software, I made a thre
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:938
    • 提供者:顾晓伟
  1. TRNG_on_SigmaDelta_Modulator_Thesis

    0下载:
  2. The intention of the work is to analyze the feasibility of using a Sigma-Delta modulator based analog-to-digital converter for true random number generation, whereas the noise source is integrated into modulator’s loop as well as design a Sigma-Del
  3. 所属分类:Special Effects

  1. log

    0下载:
  2. LOG边缘检测,实现不同的sigma情况下边缘检测的效果-log
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2132726
    • 提供者:qbm
  1. DIP-ps

    0下载:
  2. 使用vs2010结合qt designer制作的图像处理软件,目前包含了灰度操作;直方图、通道图显示;实现了大津算法、最大熵算法和手动调整(单阈值、双阈值)的二值化操作;含几何操作;代数操作;使用卷积完成了roberts、sobel、prewitt三种算子的边缘检测,也可手动输入kernel;使用卷积完成了gaussian、median、mean三种算子的去噪功能,gaussian算子可手动输入sigma;同时采用workspace支持多文档打开,是一个photoshop的雏形。-Produce
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13700030
    • 提供者:snowymo
  1. sigmal-point-kalman-filters-in-DSSM

    0下载:
  2. 基于sigma-point的卡尔曼滤波法,用于动态状态空间模型,包括UKF与CDKF,是国外的博士论文,文中给出了各算法的仿真代码-Based on sigma-point Kalman filtering for dynamic state space models, including the UKF and CDKF, the foreign doctoral dissertation, which gives the algorithm of the simulation code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5151489
    • 提供者:夜思明
  1. Six-sigma-methodology

    0下载:
  2. using in the image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:18555
    • 提供者:alilolo
  1. simple_simulink

    0下载:
  2. simple simulink for sigma delta demonstration
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6309
    • 提供者:mes
  1. sigma

    0下载:
  2. sigma滤波算法 效果不错 下载可以直接使用 使用MATLAB 运行即可-sigma filter algorithm good results can be downloaded directly using MATLAB run it
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:249516
    • 提供者:李毅
  1. sigma-filter

    1下载:
  2. sigma滤波器,实现对SAR图像的相干斑噪声的滤波,matlab函数文件。-The sigma filter to realize coherent spot in SAR image noise filtering, matlab function file.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1146
    • 提供者:胡宇
  1. sigma点的代码

    0下载:
  2. 基于分割的局部Sigma语义特征点,是对场景中的语义目标进行建模。先在传统的图像分割基础上,分割出场景的前景目标,再结合像素位置、颜色、Gabor特征和LBP特征[构造出表征目标语义信息的协方差描述子,最后将其转换成欧式空间下的Sigma点特征,适用于标准SVM的场景学习和分类。(The segmentation based local Sigma semantic feature points are modeling the semantic objects in the scene. In
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:60416
    • 提供者:delphi_zmy
« 12 3 »
搜珍网 www.dssz.com