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

搜索资源列表

  1. Edge-detection

    0下载:
  2. 编程实现LoG或Sobel算子,并利用该算子提取给定图像中的边缘;全局最优阀值和自适应阀值分割的工作原理,编程实现阀值分割算法。 -Programming LoG or Sobel operator, and using the edge of the operator to extract a given image global optimal threshold and adaptive threshold segmentation of the working principle of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:115699
    • 提供者:李新文
  1. tu-xiang-chu-li-suan-fa-ji-he

    0下载:
  2. 文件中包含各种图像处理源代码,包括二值化处理的源代码,对图像进行直方图均衡处理的源代码,对图像进行中值滤波处理(图像复原)的源代码,对图像进行均值滤波处理(图像复原)的源代码对图像进行对角镜像处理(几何变换)的源代码,对图像进行离散余弦变换处理(图像变换)的源代码,对图像进行傅立叶变换处理(图像变换)的源代码,对图像进行高斯模糊处理(图像复原)的源代码,在图像中加入随机噪声的源代码,对图像进行水平镜像处理(几何变换)的源代码,利用LoG边缘算子法对图像进行边缘提取的源代码,利用Prewitte边
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:18882
    • 提供者:nimizi
  1. edge_detection

    0下载:
  2. 透过Sobel算子以及LoG做边缘检测。 Sobel算子使用3×3大小的mask进行,分别做出4个方向(0°,45°,90°,135°)的边缘。-Through the Sobel operators and LoG to implement edge detection.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-21
    • 文件大小:295604
    • 提供者:張凱傑
  1. suanzi

    0下载:
  2. 4种算子的边缘检测guide环境 sobel prewitt Log canny -Three Operators edge detection guide environmental
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:5905
    • 提供者:xing
  1. DIPAX

    1下载:
  2. 实用数字图像处理与分析 陈兵旗 课本源码 1.图像读写; 2.几何变换:竖直镜像、水平镜像、对角镜像; 3.空间变换:傅里叶变换、沃尔什变换、离散余弦变换; 4.图像复原:均值滤波、中值滤波、高斯滤波;5.图像增强:二值化、灰度化、直方图均衡化、伪彩色; 6.特征检测:LOG、Robert、Sobel、Prewitte等边缘检测算子;-Practical digital image processing and analysis Bing flag textbook s
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9250674
    • 提供者:王国
  1. suanzi3

    0下载:
  2. 是一些平常算子如:sobel,log等等,用c++写的-is usually operator such as : segmentation, log, etc., and write c
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7359
    • 提供者:gedpe
  1. suanzi3

    0下载:
  2. 是一些平常算子如:sobel,log等等,用c++写的-is usually operator such as : segmentation, log, etc., and write c
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7405
    • 提供者:原北京
  1. pr3

    0下载:
  2. 边缘检测代码。多种检测方法,包括梯度算法(多种窗),LOG算法,sobel算子-Edge detection code. A variety of detection methods, including gradient algorithm (multiple windows), LOG algorithm, sobel operator, etc.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:1997
    • 提供者:李青
  1. code

    0下载:
  2. 图像分割,基于LOG和Canny算子的精确边缘检测,基于Hough变换的直线检测,图像的四叉树分解-Image segmentation, edge detection based on precise LOG and Canny operator, Hough transform based line detection, image quadtree decomposition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1464
    • 提供者:王易凝
  1. OpenCV

    0下载:
  2. 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1682929
    • 提供者:jianglei
  1. Edge-detection

    0下载:
  2. 分别利用sobel,roberts,prewitt,log,canny五中算子对图像进行边缘检测并对比结果。-Using Sobel, Roberts, Prewitt, log and Canny to achieve the edge detection operator for image and compare the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:35561
    • 提供者:cc
  1. Edge-detection

    0下载:
  2. 实现图像边缘检测,包括Roberts 、Sobel 、Prewitt 、 Krisch 、Log-Laplacian 边缘检测算子的实现方法。-Realization image edge detection, including Roberts, Sobel, Prewitt, Krisch, Log-Laplacian edge detection operator implementation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:20469
    • 提供者:马江敏
  1. 图像边缘检测

    0下载:
  2. 包含有所有传统图像边缘检测matlab程序,亲测可用,有canny,sobel,prewitt,roberts,log等算子
  3. 所属分类:matlab例程

  1. 基于三次B样条的边缘检测

    1下载:
  2. 这是基于三次B样条的边缘检测算法,与传统算法canny,robel,Log等算法进行仿真比较,仿真效果优于canny算子,注释详细
  3. 所属分类:matlab例程

  1. 边缘检测

    1下载:
  2. 包含有所有传统图像加有高斯噪声和椒盐噪声边缘检测matlab程序,亲测可用,有canny,sobel,prewitt,roberts,log等算子
  3. 所属分类:图形图象

  1. edgedetector_compare

    0下载:
  2. 多种图像分割方法比较,包括roberts,sobel,prewitt,canny,log,fuzzy等多种经典方式,对同一张图像的处理的不同效果比较,根据需要选择不同的处理算子-Comparison of a variety of image segmentation, including roberts, sobel, prewitt, canny, log, fuzzy, and other classic method of image processing with a comparis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:921
    • 提供者:csm
  1. robert

    0下载:
  2. 基于matlab中sobel,log,canny算子的边缘提取以及Robert算子边缘提取并用最大亮度表示。-Based on Sobel, MATLAB, log, edge detection of Canny operator and Robert operator edge extraction and the maximum brightness representation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:178288
    • 提供者:lily
  1. vehicle-wheel-tread-detection-

    0下载:
  2. 基于图像处理与机器视觉的车辆轮对踏面检测技术,主要算法有图像类型的转 化、图像反色、中值滤波、LoG(L即lacianofGaussian)锐化算子、基 于迭代法的闽值分割、细线化等,使得提取的轮对图像信息达到了较高的精度 -Based on image processing and machine vision of the vehicle wheel tread detection technology, the main algorithm of image type An
  3. 所属分类:Project Design

    • 发布日期:2017-05-23
    • 文件大小:6799125
    • 提供者:严云坤
  1. tidu

    0下载:
  2. 梯度算子(包含sobel、Roberts、prewitt、log)-Gradient operator (including Sobel, Roberts, Prewitt, log)
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:11259
    • 提供者:xueyang
  1. ImageSegmenation

    0下载:
  2. 基于C#的边缘检测,包含Kirsch、Laplace、LOG改进算子、Prewitt算子、roberts算子,同时利用图像阈值法进行检测,图像分割技术。-Edge detection based on C#, including Kirsch, Laplace, LOG, operator, Prewitt operator, Roberts operator, and the use of image thresholding method for detection, image segme
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:400978
    • 提供者:张强
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com