搜索资源列表

  1. Edge_detect

    0下载:
  2. a C implementation to do image processing, the function is use sobel to do edge detection, a good lib file been provided, and it has a lot of useful functions related to image processing
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-23
    • 文件大小:167936
    • 提供者:lisen
  1. edgematlab

    0下载:
  2. 边缘检测,sobel,canny,Roberts,等算子边缘检测matlab代码-Edge detection, sobel, canny, Roberts, and other operator edge detection matlab code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:418816
    • 提供者:youyou
  1. thistogram

    0下载:
  2. 实现图像的边缘提取,包括Robert算子,Sobel算子,Prewitt算子在内三种方法。-Edge detection of image, including the Robert operator, Sobel operator, Prewitt operator, including the three methods.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:2063360
    • 提供者:沈杰
  1. 6

    0下载:
  2. 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be a
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:219136
    • 提供者:ad
  1. sobeledge

    0下载:
  2. SOBEL EDGE DETECTION for image segmentation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:aditya
  1. Sobel

    0下载:
  2. 实用的vc++实现的soble边缘检测算子程序-Practical implementation of vc++ subroutine soble edge detector
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:1364992
    • 提供者:高静
  1. Image-Edge-Detection

    0下载:
  2. 提出一种在噪声条件下将中值滤波与Sobel、Canny算子相结合进行图像边缘检测的方法。首先,采用中值滤波对图像进 行平滑处理,再利用Sobel、Canny算子检测图像边缘。仿真实验表明。该方法对图像边缘检测精度较高,抗噪声性能强,可 提高图像边缘检测效果。-This article proposed an image edge detection method based on the median value filter,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:238592
    • 提供者:王文
  1. sobel_bilinear-interpolation

    0下载:
  2. SOBEL以及bilinear interpolation的源碼支援,可以在使用的程式上加入即可使用該功能。-SOBEL and bilinear interpolation of the source support, you can use to add the program to use this feature.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:林阿勛
  1. Hw3

    0下载:
  2. 使用vs08编写的一个基于mfc的图像处理程序,功能包括 1.通过拉普拉斯边缘检测算子提取图像边缘 2.通过罗伯特交叉边缘检测算子提取图像边缘 3.通过Sobel边缘检测算子提取图像边缘 -Prepared using vs08 a mfc-based image processing program, features include 1. Laplacian edge detection by extracting
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:5817344
    • 提供者:zhengarean
  1. asgn4_m100295cs

    0下载:
  2. Enhance the image by, i) Low pass filtering, ii) High pass filtering, iii) Sobel operator, iv) Laplacian operator. Display the image and the result of the operation in each of the case.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:54272
    • 提供者:saksaurabh
  1. Project_Model

    0下载:
  2. 图像处理小程序,实现图像二值化,Sobel算子,拉普拉斯算子的应用。-Applet image processing to achieve image binarization, Sobel operator, Laplace operator applications.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:3453952
    • 提供者:REI TWO
  1. Image-Processing

    0下载:
  2. vc++数字图像编程基础,包括点运算、几何变换(平移、旋转、缩放、镜像)、正交变换(沃尔什、傅里叶、离散余弦)、图像增强(图像平滑、中值滤波、梯度锐化、拉普拉斯锐化)、形态学变换(腐蚀、膨胀、开、关)、边缘与轮廓(robert、sobel、frewit、kirsch、gauss-laplace边缘检测算子,hough变换,轮廓提取,轮廓跟踪)、图像分析(阈值分割、投影检测、差影检测、模板匹配)、图像复原(卷积模糊、逆滤波复原、维纳滤波复
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:16464896
    • 提供者:李欣
  1. Chinese-PDF__(p1-50)

    0下载:
  2. 给定一个归一化的指纹图像,算法的主要步骤如下: ** ** 1 - 将G分成大小为 w x w - (15 x 15) 的块; ** ** 2 - 计算每个象素 (i,j)的梯度 dx(i,j) 和 dy(i,j) , ** 根据计算的需求,梯度算子可以从简单的Sobel算子到复杂的Marr-Hildreth 算子。 ** ** 3 - 估算优势方向(i,j)-Given a normalized finge
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:1629184
    • 提供者:zhangbao369
  1. omplab

    0下载:
  2. Algorithm of some 2d filtring of BMP image. realized filters: -Gauss diffusion -Sobel -Pruit -Contrast Enhancement
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:kda
  1. mymfc

    0下载:
  2. 用OPENCV实现的Canny算子,Sobel算子,Laplace算子,简单不带尺度模糊,简单模糊,中值滤波,高斯滤波,双向滤波滤的示例程序。-OPENCV achieved by Canny operator, Sobel operator, Laplace operator, simple and without dimension fuzzy, simple fuzzy, median filtering, Gaussian fi
  3. 所属分类:OpenCV

    • 发布日期:2024-05-23
    • 文件大小:11459584
    • 提供者:吴敬鑫
  1. _DIP

    0下载:
  2. 边缘检测——各种算子 通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。-Edge Detection- Various Operators
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:12288
    • 提供者:Evan
  1. matlab4

    0下载:
  2. This paper presents a fuzzy topology-based method to facilitate the use of larger gradient kernels. The new method effectively limits the response area around the edge and prevents neighboring objects to affect each othe
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:22528
    • 提供者:sudha
  1. matlab55

    0下载:
  2. This paper presents a fuzzy topology-based method to facilitate the use of larger gradient kernels. The new method effectively limits the response area around the edge and prevents neighboring objects to affect each othe
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:33792
    • 提供者:sudha
  1. byjc

    0下载:
  2. 边缘检测程序,有各种边缘检测算子,包括sobel等,自己写的源程序,共享-Edge detection process, a variety of edge detection operator, including sobel and so on, to write the source code, sharing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:56320
    • 提供者:偏爱
  1. image

    0下载:
  2. 这是一个C#编写的图像处理程序,包含hough变换以及sobel,canny各种算子。-It is written in a C# image processing procedures, including hough transform and sobel, canny various operator.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:273408
    • 提供者:zhj
« 1 2 ... 44 45 46 47 48 4950 »

源码中国 www.ymcn.org