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

搜索资源列表

  1. GaussianFilterTest

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

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

    0下载:
  2. 下代码实现了几个简单的图像处理,主要包括:平滑(Smooth)、开操作(Open)、闭操作(Close)、膨胀(dilate)、腐蚀(Erode)、图像梯度(Gradient)、顶帽(TopHat)、黑帽(BlackHat)等。-Under the code implementation of some simple image processing, mainly including: smoothing (Smooth), open operation (Open), closed oper
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:1182
    • 提供者:zcq
  1. Smooth

    0下载:
  2. 领域平均滤波与中值滤波,Matlab6.5实现的.m文件,附有原图、椒盐噪声图、高斯噪声图和处理过的图的效果比较。-The area of average filtering and median filtering, Matlab6.5 of implementation. M files with artwork, Salt and Pepper Noise Figure, Gaussian noise maps and plans of treatment have been more e
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:351142
    • 提供者:张宇
  1. Smooth

    0下载:
  2. A complete program to smooth an image on different scales. It include all necessary binary codes *.c and also headers *.h-A complete program to smooth an image on different scales. It include all necessary binary codes*.c and also headers*.h
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2375854
    • 提供者:rodrix1985
  1. imfilter

    0下载:
  2. 用各种尺寸的掩模平滑图像,matlab源代码-Mask of all sizes with a smooth image, matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:90804
    • 提供者:zym
  1. data

    0下载:
  2. Smooth Linear filter Median filter Laplacian Unsharp masking Sobel filter
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:10474
    • 提供者:lin
  1. nonrigid_version16

    0下载:
  2. Registration of two 2D/3D images, rigid and with smooth b-spline grid.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:602676
    • 提供者:yyz
  1. Smooth

    1下载:
  2. 折线光滑处理,比如提取的等值线不光滑,影响实验结果,既可以利用此程序作光滑处理-Curve smoothing
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-19
    • 文件大小:8784
    • 提供者:Tokyo
  1. Burgers

    2下载:
  2. Fortran,Discontinuous Galerkin method for smooth solution of Burgers equation-Fortran, Discontinuous Galerkin method for smooth solution of Burgers' equation
  3. 所属分类:Other systems

    • 发布日期:2017-03-19
    • 文件大小:6292
    • 提供者:李小舟
  1. smooth.c

    0下载:
  2. smooth an array of floating points. User specify number of points. Sort in-place or input-to-output array. Smooth double array.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:587
    • 提供者:steveo
  1. Smooth

    0下载:
  2. Smooth Smoothes the image in one of several ways. download and install opencv 1.1 pre-Smooth Smoothes the image in one of several ways. download and install opencv 1.1 pre
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-07
    • 文件大小:9942
    • 提供者:rahman
  1. smooth

    0下载:
  2. 图像平滑与去噪,包括均值滤波,中值滤波,灰度形态学滤波,高斯低通滤波,统计滤波等-Image smoothing and denoising, including the mean filter, median filter, grayscale morphological filtering, Gaussian low-pass filtering, statistical filtering
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:117462
    • 提供者:lishuai
  1. IIS_Smooth_Streaming_Technical_Overview

    0下载:
  2. 微软最新的streaming技术,IIS smooth streaming-Microsoft s latest streaming technology, IIS smooth streaming
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:490497
    • 提供者:黄易
  1. smooth

    0下载:
  2. opengl的平滑渲染实现功能,程序直接明了,容易理解-opengl rendering to achieve the smooth functions, the program is straightforward, easy to understand
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:8312
    • 提供者:slei
  1. Beizer

    0下载:
  2. Bezier Curve / Bezier Surface renderer in OpenGL. Press 1-4 to control level of details. Press l to toggle outlines. Press s to toggle smooth. Project was built using XCode, but should be easily portable to other platforms. See Sce
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:279047
    • 提供者:josephlin0922
  1. smoothLine

    0下载:
  2. Creates the data for a smooth line going through the points given
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:790
    • 提供者:dhanya
  1. smooth

    0下载:
  2. 功能是实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Function is to achieve a smooth images (to noise), Sharpen command-line compiler as follows vcvars32 rc bmp.rc cl s
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:23102
    • 提供者:ft5272633
  1. Kalman2D

    0下载:
  2. Simulate GPS tracking Object 2D and smooth its obits by Kalman filter.
  3. 所属分类:软件工程

    • 发布日期:2013-12-04
    • 文件大小:770
    • 提供者:kamdulong
  1. sph_1d

    1下载:
  2. smooth particle hydrodynamics计算-smooth particle hydrodynamics calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:13794
    • 提供者:矛盾江湖
  1. Lesson3

    0下载:
  2. opengl实例给三角形和四边形添加2种不同类型的着色方法。使用单调着色(Flat coloring)给四边形涂上固定的一种颜色。使用平滑着色(Smooth coloring)将三角形的三个顶点的不同颜色混合在一起,创建漂亮的色彩混合。-opengl examples to add two kinds of triangles and quadrilaterals of different types of coloring methods. Use of monotone color (Fla
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:23148
    • 提供者:
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com