CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - Log image

搜索资源列表

  1. image-compress-edgedetection

    0下载:
  2. 检测图像的边缘: 用Prewitt算子检测图像的边缘 ,用不同σ值的LoG算子检测图像的边缘 ,用Canny算子检测图像的边缘 ,图像的阈值分割 ,用水线阈值法分割图像 ,对矩阵进行四叉树分解 ,将图像分为文字和非文字的两个类别 ,形态学梯度检测二值图像的边缘 ,形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:41548
    • 提供者:张悦庭
  1. log-gaborconvolve.rar

    0下载:
  2. 使用log-Gabor滤波器对图像进行滤波程序。,The use of log-Gabor filter image filtering process.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:3192
    • 提供者:陈华
  1. Log_gabor.rar

    0下载:
  2. 很好用的Log-Gabor变换源代码,可以用于图像的特征提取,Good use of Log-Gabor transform source code, can be used for image feature extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2949
    • 提供者:Ying Chen
  1. imageWorm

    0下载:
  2. 基于LOG算子的亚象素精度灰度图检测,图像滤波,降分辨率等算法的VC实现-LOG-based operator of the sub-pixel grayscale accuracy of detection, image filtering, such as lower-resolution algorithm to achieve the VC
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:78900
    • 提供者:张磊
  1. fifteen

    0下载:
  2. 第十五章 图像分析 15.1 边缘检测 15.1.1 微分算子 15.1.2 Log算子 15.1.3 Canny 算子 15.2 四叉树分解 15.2.1 四叉树分解 15.2.2 四叉树 MATLAB 函数 -Chapter XV 15.1 edge detection image analysis 15.1.1 Differential Operators 15.1.2 Log Operator 15.1.3 Canny operator 15.2
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2830
    • 提供者:王万国
  1. Log

    0下载:
  2. 这是用C些的有关一些图像处理的程序,同时又有一些图形方面的操作。-This is more relevant with C some image processing procedures, and also some graphics operation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:239988
    • 提供者:罗瑞
  1. Log

    0下载:
  2. 用LOG滤波器提取图像边缘,用数学形态学的方法提取图像骨架线-LOG filter with image edge extraction using mathematical morphology to extract the skeleton line images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:192077
    • 提供者:林慧
  1. phasecongruency2

    0下载:
  2. 基于log Gabor小波的相位一致图像纹理特征分析-Based on log Gabor wavelet phase consistent image texture analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:28021
    • 提供者:肖新华
  1. duishujizuobiao

    1下载:
  2. 标准的对数极坐标变换,可用于图像处理中的抵抗旋转变换,笔者耗费心血的改进算法非常实用!-Standard log-polar coordinate transformation, can be used for image processing to resist rotation transformation, the author spent painstaking efforts of the improved algorithm is very practical!
  3. 所属分类:Special Effects

    • 发布日期:2017-01-19
    • 文件大小:54229
    • 提供者:韩宁
  1. image-preprocessing-2

    0下载:
  2. 用Prewitt算子检测图像的边缘 用不同σ值的LoG算子检测图像的边缘 用Canny算子检测图像的边缘 图像的阈值分割-Prewitt operator with the edge detection of images with different values σ LoG operator detected by Canny edge detection operator Edge Image Thresholding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1006
    • 提供者:焦竹青
  1. average-log-square

    0下载:
  2. 讀取16位元(65536階)raw影像檔,調整其灰階動態範圍至256階,調整方式至少包含平均法、對數法、開平方法,word檔包含了成程式碼與操作說明與結果。-Read 16-bit (65536-order) raw image file, adjust its dynamic range to 256 gray-scale bands, contains at least adjust the way the averaging method, logarithmic law, Kaiping
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:535619
    • 提供者:葉小祥
  1. log

    0下载:
  2. 应用log算法进行图像的边缘检测,log算法是一种基于灰度值的二阶导数来进行边缘检测的,通过检测零点来进行边缘检测-Application log algorithm for image edge detection, log-based algorithm is a gray value of the second derivative for edge detection, by detecting zero for edge detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-22
    • 文件大小:1675
    • 提供者:zhangzhang
  1. compare_of_edge_detect_methods

    0下载:
  2. 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:156571
    • 提供者:liujia
  1. Log

    0下载:
  2. 打开并显示位图,做一些简单的图像处理,如图像灰度化、二值化。-Open and display a bitmap, do some simple image processing, such as gray-scale images, and binary.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-15
    • 文件大小:3836460
    • 提供者:小贝
  1. Log

    0下载:
  2. 在VC MFC下实现图像平滑,锐化及形态学变换,包括扩张,腐蚀细化等-VC MFC achieved in image smoothing, sharpening and morphological transformation, including the expansion, refinement, such as corrosion
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3986688
    • 提供者:张跃
  1. EdgeDetect

    0下载:
  2. 图像边缘检测 MATLAB 仿真程序。roberts,sobel,prewitt,log,小波检测-Image Edge Detection MATLAB simulation program. roberts, sobel, prewitt, log, wavelet detection
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:622
    • 提供者:陈路
  1. suanfa

    0下载:
  2. 对一幅图像进行算法处理,包括梯度算子,拉普拉斯算法,log算子等。-Algorithm on an image for processing, including gradient operator, Laplacian algorithm, log, etc. operator.
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:1632
    • 提供者:耿晗
  1. log

    0下载:
  2. 此程序实现对一副图像的LOG梯度边缘检测方法-This procedure to achieve an image of the gradient edge detection method LOG
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:651
    • 提供者:李丹婷
  1. log

    0下载:
  2. System described in detail the algorithm on the number of polar and characteristics of the image registration done a detailed analysis
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:2710572
    • 提供者:隆站天
  1. log

    0下载:
  2. log算子提取边缘,可以运行,自己改输入图像即可(LOG operator to extract the edge, you can run, you can change the input image)
  3. 所属分类:图形图像处理

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com