搜索资源列表

  1. Canny435435

    0下载:
  2. 这是一个canny边缘检测的程序-This a canny edge detection procedures.
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:159744
    • 提供者:ling
  1. 44444444Cannydetector

    0下载:
  2. 这是我编写的基于CANNY算法的边缘检测程序,效果很不错!需要的可以拿去参考! -prepared based on the Canny edge detection algorithm procedures, the effect is pretty good! Need to be used as the reference!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:xxh
  1. ImageDIP2

    0下载:
  2. “区域分割”是采用并行区域分割算法中的阈值化分割算法,阈值的选取方法是迭代阈值选取方法。 “边缘检测”是采用Prewitt边缘检测算子对图像进行边缘检测运算,Prewitt边缘算子的核心是两个3×3的卷积核(corrvolution kernel。- Segmentation is a parallel region segmentation algorithm thresholding segmentation algorith
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:336896
    • 提供者:王文会
  1. ImageProcess222222

    0下载:
  2. 我做的一个图象处理平台,实现了基本的图象处理算法,如回度变化,形态学运算,边缘检测,阈值分割 -I made an image processing platform, the basic implementation of image processing algorithms, such as to the changes, morphological operations, edge detection, thresholding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:904192
    • 提供者:刘鹏
  1. edge_flow_toolbox

    0下载:
  2. 一种基于 Edge Flow算法 的边缘检测程序 matlab实现 在彩图和灰度图纹理分割方面有很好的效果-based Edge Flow edge detection algorithm to achieve the procedures Matlab the gray level and color pictures texture segmentation as a very good effect
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者:照亮
  1. fingermatlabalgom

    0下载:
  2. 图象分割 边缘检测 的 指纹分割算法,希望对你有所帮助-image segmentation Edge Detection fingerprint segmentation algorithm, and I hope to help you! !
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:chongge
  1. edgetools--susan

    0下载:
  2. 基于susan 算法的图像边缘检测程序,非常好使-susan algorithm based on the Edge Detection procedures, so very
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-21
    • 文件大小:34816
    • 提供者:石峰
  1. Imageedgedetectionextractioncontourtracking

    1下载:
  2. 图像的边缘检测,提取,轮廓跟踪算法的源代码。-image edge detection, extraction, contour tracking algorithm source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:guomeng
  1. jiasusan

    0下载:
  2. 改进的 SUSAN 算法,用于自适应阈值的边缘检测-improved algorithm for the adaptive thresholding edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:54272
    • 提供者:chinese
  1. sobel

    2下载:
  2. 这是本人自己编写的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合和仿真,并在FPGA上测试过。可以进行修改支持其他大小图像的sobel边缘检测,同时还可以实现其它的图像模块化处理算法,例如高斯滤波,平滑等。-this is my own preparation for the 256* 256 size of the image segmentation Edge De
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:刘洋
  1. bianyuanjiance

    0下载:
  2. 此算法是基于小波变换模极大的多尺度图像边缘检测-this algorithm is based on the wavelet transform modulus maxima Multiscale Edge Detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:sandy4000
  1. multiscal_efge

    0下载:
  2. 利用小波进行多尺度边缘检测,包含canny算法,多尺度边缘检测程序-Carried out using wavelet multiscale edge detection, including the canny algorithm, multi-scale edge detection procedure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:
  1. snake

    0下载:
  2. 用matlab编写得snake算法程序,可用于图像分割和边缘检测-Using matlab to prepare a snake algorithm procedure can be used for image segmentation and edge detection
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:gg
  1. Log

    0下载:
  2. 采用log算法对图像进行边缘检测并附图说明。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:552960
    • 提供者:张琪
  1. Edge_Detection_and_Segmentation

    1下载:
  2. 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)-Edge Detection and Seg
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:major
  1. matlab

    0下载:
  2. 基于小波变换模极大的多尺度图像边缘检测matlab源代码该算法采用的是样条小波-Based on wavelet transform modulus maxima of the multi-scale image edge detection matlab source code of the algorithm is based on spline wavelets
  3. 所属分类:波变换

    • 发布日期:2024-05-21
    • 文件大小:66560
    • 提供者:张光年
  1. SpeedGraph

    0下载:
  2. 摘要:针对高速高精度帧片机视觉检测中的元件图像分割问题,提出了一种改进分水岭算法。该算法结合传统的边缘检测和阈值分割,并采用一定的集水盆区域合并准则,有效地抑制了过分割现象。现场运行结果表明该算法效果很好,满足了帧片机视觉检测的要求。-Abstract: In view of high-speed high-precision machine vision inspection fr a me components in the
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:125952
    • 提供者:文演
  1. EdgeContour

    0下载:
  2. 基于,梯度的边缘检测,包括Robert,Prewitt,laplace,sobel,轮廓提取等算法-Based on the gradient edge detection, including Robert, Prewitt, laplace, sobel, such as contour extraction algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:2155520
    • 提供者:xiechangping
  1. EdgeContour

    0下载:
  2. 边缘检测包括robert算法、sobel算法、prewitt算法、krisch算法、laplacan算法 边缘提取 轮廓跟踪-Robert edge detection algorithm, including, sobel algorithm, prewitt algorithm, krisch algorithm, laplacan Edge contour tracing algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2118656
    • 提供者:刘伟
  1. Fuzzyreasoning

    0下载:
  2. 使用模糊推理技术进行边缘检测。在边缘检测中使用模糊集下的算法是可行的!-The use of fuzzy reasoning edge detection techniques. Edge detection in the use of fuzzy sets under the algorithm is feasible!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:4832256
    • 提供者:xiaochunlei
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org