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

搜索资源列表

  1. advanceCimage4

    0下载:
  2. 很多高级一点的图形图像处理程序,利用LoG边缘算子法对图像进行边缘提取,均值滤波处理(图像复原),中值滤波处理(图像复原),基于C++开发,希望大家能用得着(--)-1:00 graphics image processing procedure, and use Getting Edge Operator law right image edge extraction, mean filter (Image Restoration), the median filter processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:孙怀勇
  1. bianyuansuanzi

    0下载:
  2. 关于月球车的边缘算子处理程序,log文件-car on the edge of the moon Operator processing, log file
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:3130
    • 提供者:邓剑
  1. suanzi3

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

    • 发布日期:2008-10-13
    • 文件大小:7310
    • 提供者:肖文
  1. imgpro19845

    0下载:
  2. 对图像进行垂直镜像处理,以及利用log边缘算子法对图像进行边缘提取的源代码-right vertical mirror image processing, and the use of log marginal operator France, the image edge extraction source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4231
    • 提供者:天涯
  1. xiaobobianhuan

    0下载:
  2. 包括Canny边缘检测算子、罗伯特(Roberts)边缘检测算子、索伯尔(Sobel)边缘检测算子、普瑞维特(Prewitt)边缘检测算子、克瑞斯(Krisch)边缘检测算子和高斯-拉普拉斯(LoG-Laplacian)算子等。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:261815
    • 提供者:楚风云
  1. imagelog

    0下载:
  2. 利用LoG边缘算子法对图像进行边缘提取的源代码,编译后的可执行文件须带参数运行.希望对需要的人有点用了.大家都互相帮助互相学习吧!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1926
    • 提供者:李继伟
  1. DigitalImageProcessing2

    0下载:
  2. 图像进行对角镜像处理、利用LoG边缘算子法对图像进行边缘提取、对图像进行均值滤波处理。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:4752
    • 提供者:彭德宾
  1. fspecial

    0下载:
  2. 另一种边缘检测的MATLAB程序 使用了SOBEL LOG等算子
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4080
    • 提供者:西电
  1. imageprocessing-2

    0下载:
  2. 介绍四种实用的对图像进行边缘检测提取的源代码:1.LoG边缘算子法(须带参数运行);2.Prewitte边缘算子(须带参数运行);3.Roberts边缘算子法(须带参数运行);4.Sobel边缘算子法(须带参数运行)。希望对大家有用。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3959
    • 提供者:雪花
  1. ImageProcessing5

    0下载:
  2. 图像高斯模糊处理,利用log边缘算子法对图像进行边缘提取,对象进行对角镜处理等-Gaussian blur image processing, the use of log marginal operator on image edge detection, object processing, such as diagonal mirror
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:28754
    • 提供者:huang jakie
  1. main

    0下载:
  2. sobel、prewitt、robot、LOG、canny 运行main文件,该程序用以上五种算子对图像进行边缘检测-sobel, prewitt, robot, LOG, canny run the main file, the program for more than five operators using the image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:55247
    • 提供者:徐薇
  1. Untitled

    0下载:
  2. 里面是用sobel、Robert、canny、log和Prewitt算子编写的处理图像的程序,比较简单-Which is sobel, Robert, canny, log, and Prewitt operator prepared image processing procedure is relatively simple
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:520
    • 提供者:活得自由
  1. canny

    0下载:
  2. 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1271572
    • 提供者:lx
  1. edgeDetectionAndEnergy

    0下载:
  2. 灰度图像边缘检测的代码,常用的集中边缘检测算子都有 canng log sobel 等,并计算了图像中边缘的能量信息-Edge Detection of code, commonly used edge detection operators have focused canng log sobel, etc., and calculate the energy of the edge of the image information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:156160
    • 提供者:zhanghf
  1. digital-image-process

    0下载:
  2. 采用图像检测算子,包括canny,LOG,prewit,roberts,kirsch算子等,采用MATLAB 开发环境实现图像边缘检测。-complete the edge detection of pictures by all kinds of methods with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:156992
    • 提供者:
  1. label

    0下载:
  2. 图像分割处理:Roberts,Sobel,LOG,Prewitt算子处理,街区距离方法,欧几里得距离方法,边缘提取,去噪-Image segmentation: Roberts, Sobel, LOG, Prewitt operator handling, block distance method, Euclidean distance method, edge detection, noise reduction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:85232
    • 提供者:chuchu
  1. zhangxiaoxi_bianyanjiance

    0下载:
  2. 边缘是图像最基本的特征,包含图像中用于识别的有用信息,边缘检测是数字图像处理中基础而重要的内容。该课程设计具体考察了五种最常用的边缘检测算子并运用MATLAB进行图像处理比较。梯度算子简单有效,LOG算法和canny边缘检测器能产生较细的边缘。-边缘是图像最基本的特征,包含图像中用于识别的有用信息,边缘检测是数字图像处理中基础而重要的内容。该课程设计具体考察了五种最常用的边缘检测算子并运用MATLAB进行图像处理比较。梯度算子简单有效,LOG算法和canny边缘检测器能产生较细的边缘。边缘是图像
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2467
    • 提供者:hu`
  1. edge1

    0下载:
  2. 利用二阶微分算子、Canny、LOG、Roberts、Sobel、Prewitt、Krisch、Robinson等算子进行边缘检测,并分析不同算子加噪声后的不同影响-Second-order differential operator, Canny, LOG, Roberts, Sobel, Prewitt, Krisch, Robinson, and other operators for edge detection, and analysis of the different effect
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:162722
    • 提供者:angelina_hansu
  1. suanfabijiao

    0下载:
  2. roberts、sobel、prewitt、log、canny五种边缘检测经典算子的代码,适合初学matlab和图像处理。-roberts, sobel, prewitt, log, canny five kinds of classic edge detection operator code, suitable for beginners matlab and image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:110038
    • 提供者:laura
  1. 1

    0下载:
  2. 基于log算子边缘检测的图像分割可以调节分割模式以及参数值。(Image segmentation based on Log Operator edge detection can adjust segmentation mode and parameter value.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:3384320
    • 提供者:ayu1121
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com