搜索资源列表

  1. gfilter

    0下载:
  2. 高斯滤波处理源代码,对图像的处理效果很好 -Gaussian filter source code, the right image processing with good results
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:64512
    • 提供者:刘靥
  1. reply_1_855734

    0下载:
  2. // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:54272
    • 提供者:王学金
  1. cannyadvanced

    0下载:
  2. 一个CANNY算子的应用实例。包含了界面的操作,在当下流行的一版CANNY算子应用实例基础上对高斯滤波做了改进。-a Canny Operator application examples. The interface includes the operation of the current version of a popular Canny operator application on the basis of Gaussian
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:90112
    • 提供者:费小文
  1. Fast_Gaussian_Filtering

    0下载:
  2. 快速高斯滤波工具箱(fast guassian toolbox),具有良好的滤波效果,希望大家可以用来进行探讨。-Fast Gaussian filter Toolbox (fast guassian toolbox). good filtering effect, we hope can be used to explore.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:sea
  1. ImgViewer1107

    0下载:
  2. 简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)-simple algorithm. Photo support multiple read format, the gray level support, a variety of binary algorithm (based on the entropy of the automati
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:97280
    • 提供者:Ian
  1. gauss_image_process

    0下载:
  2. 基于高斯滤波的图像处理算法,在各种图像处理的试验中效果非常不错。-Gaussian filter based on the image processing algorithms, image processing in all the test results very well.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:xjtu
  1. ImageProcessorCourseDesign

    0下载:
  2. ·图像检测:包括显示灰度直方图、Canny算子边缘检测; ·图像增强:包括随机噪声、傅立叶变换、中值滤波、高斯滤波; ·色彩变换:包括彩色->灰度、反色处理、亮度调整、直方图均衡化。 -Image Detection : to show gray histogram, Canny edge detection operator; Image enhancement : including random noise, Fou
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:142336
    • 提供者:第一缕阳光
  1. image_process_codes

    0下载:
  2. 包含了多种常用的数字图像处理方法的实现代码,图像镜像、平移、旋转、缩放,高斯滤波、拉普拉斯锐化、中值滤波、二值变换、阈值变换、傅立叶变换、离散余弦变换等-contains a variety of commonly used digital image processing methods to achieve code, mirror images, translation, rotation, zoom, Gaussian filt
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2801664
    • 提供者:何爽
  1. feigaosi

    0下载:
  2. 非高斯滤波程序,主要为非线性非高斯结构识别程序-non-Gaussian filtering procedures, mainly for non-Gaussian nonlinear structure identification procedures
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:杨晓
  1. matlab-view

    0下载:
  2. matlab的 视觉 程序 可以带有一个高斯滤波-Matlab visual procedures with a Gaussian filter
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:瓦工
  1. gsm05.04

    0下载:
  2. GSM 调制的协议规定,主要是GMSK 高斯滤波最小移频键控调制 里面具体说明了调制方法和参数-GSM modulation of the agreement, is the smallest GMSK Gaussian filter frequency-shift keying modulation inside specify the modulation method and parameters
  3. 所属分类:编程文档

    • 发布日期:2024-05-10
    • 文件大小:58368
    • 提供者:刘笑
  1. gaussfiltcoef

    0下载:
  2. 此源码在matlab环境下运行。此程序功能是:输入采样频率,能够返回高斯滤波器的系数,由连续域经过采样得到离散域的高斯滤波系数。-This source in the matlab environment. This program features are: input sampling frequency, to return the coefficient of Gaussian filter, after sampling fr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:石榴石
  1. canny

    0下载:
  2. canny边缘检测算子的c源代码 一维高斯分布函数,用于平滑函数中生成的高斯滤波系数 ,用高斯滤波器平滑原图像 -canny edge detection operator c source code for one-dimensional Gaussian distribution function for the smooth function of the Gaussian filter coefficients gen
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:casey1986
  1. gaussfiltcoef

    0下载:
  2. 高斯滤波-Gaussian filtering
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:lijin
  1. gauss

    0下载:
  2. 高斯滤波算法源程序,希望大家踊跃下载,给与小弟支持,谢谢各位大虾-Gaussian filtering algorithm source code, hope that we enthusiastically download, younger brother to give support, Thank you for prawns
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:alksdj
  1. gaosilvbo

    0下载:
  2. 本程序用于对位图图象进行去噪处理,采用高斯滤波酸法,开发工具为vc-This procedure used for bitmap images denoising processing, the use of Gaussian filtering acid, development tools for the vc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2931712
    • 提供者:徐凯
  1. gauss_filter

    0下载:
  2. 高斯滤波示例源码,vc++实现,具有良好的影像平滑去噪效果-Gaussian filter sample source code, vc++ Realized, has a good image denoising effect of smoothing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:77824
    • 提供者:征征
  1. origin_canny

    0下载:
  2. canny算子进行边缘检测的源代码。 (1)首先对图像进行高斯滤波,去除噪声的影响; (2)对滤波后图像计算梯度的幅值和方向 (3)对梯度幅值进行模极大值抑制 (4)双阈值确定边缘-canny edge detection operator to the source code. (1) First of all Gaussian image filtering to remove noise (2) after fi
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:章格
  1. gaosilvbo

    0下载:
  2. 简单的高斯滤波程序,运行无错误.对你或许有帮助-Simple Gaussian filtering procedures, error-free operation. Of you may have to help
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:lee
  1. 200852222267354

    0下载:
  2. 用VC++编码直方图均衡和高斯滤波 采用一系列技术去改善图像的视觉效果,或将图像转换成一种更适合于人或机器进行分析和处理的形式。-With VC++ Coding histogram equalization and Gaussian filtering technology to improve the use of a series of visual images, or image is converted into a
  3. 所属分类:绘图程序

    • 发布日期:2024-05-10
    • 文件大小:388096
    • 提供者:drugcmd
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org