搜索资源列表

  1. 8方向sobel

    0下载:
  2. 对1帧图像进行8方向的sobel算子提取边缘,原始图像格式是BMP-right image for an eight direction of the pixel edge detection operator, is the original image BMP format
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:263485
    • 提供者:婷婷
  1. 8方向Prewitte算子

    0下载:
  2. 8方向Prewitte算子提取图象边缘的VC实现-8 Prewitte Operator direction from the edge of the image VC
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1155
    • 提供者:李瑛
  1. interpolate

    0下载:
  2. 针对边缘的内插方法。对边缘方向利用新方法内插,对于非边缘方向利用双线性内插。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1960
    • 提供者:洪红
  1. 方向可调小波图像边缘检测

    0下载:
  2. 通过高斯函数导数检测图像边缘,实质是方向可调小波变换检测图像边缘。
  3. 所属分类:编程文档

    • 发布日期:2011-11-10
    • 文件大小:111616
    • 提供者:Sunny901201
  1. log边缘检测

    0下载:
  2. 边缘检测是图像处理和计算机视觉中的基本问题,边缘检测的目的是标识数字图像中亮度变化明显的点。图像属性中的显著变化通常反映了属性的重要事件和变化。 这些包括(i)深度上的不连续、(ii)表面方向不连续、(iii)物质属性变化和(iv)场景照明变化。 边缘检测是图像处理和计算机视觉中,尤其是特征提取中的一个研究领域。 图像边缘检测大幅度地减少了数据量,并且剔除了可以认为不相关的信息,保留了图像重要的结构属性。有许多方法用于边缘检测,它们的
  3. 所属分类:源码下载

  1. 8方向Prewitte算子

    0下载:
  2. 8方向Prewitte算子提取图象边缘的VC实现-8 Prewitte Operator direction from the edge of the image VC
  3. 所属分类:图形图象

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:李瑛
  1. 8方向sobel

    0下载:
  2. 对1帧图像进行8方向的sobel算子提取边缘,原始图像格式是BMP-right image for an eight direction of the pixel edge detection operator, is the original image BMP format
  3. 所属分类:界面编程

    • 发布日期:2024-06-09
    • 文件大小:2315264
    • 提供者:婷婷
  1. Dilation

    0下载:
  2. 形态学图像边缘检测运算。结构元素为水平方向或垂直方向的三个点,中间点位于原点-morphological image edge detection operators. Structural elements of the vertical or horizontal direction of the three points at the mid-point of origin
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:丁峰
  1. mulscal_edge

    0下载:
  2. 我编写的一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像; -I prepared a multiscale edge detection example, the method is : 1, the first three images scale wavelet transfo
  3. 所属分类:多媒体编程

    • 发布日期:2024-06-09
    • 文件大小:8192
    • 提供者:刘三
  1. erode

    0下载:
  2. %中值滤波%otsu 自动阈值计算%利用4个方向的roberts和进行边缘提取,并二值化%腐蚀处理-err
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:陈旭
  1. gradephase

    0下载:
  2. 传统的相位编组,将梯度分为8个方向,对边缘检测有很好的效果。-Traditional phase grouping, will be divided into eight direction of the gradient of edge detection are very good results.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:li
  1. 12

    0下载:
  2. 通过高斯函数导数检测图像边缘,实质是方向可调小波变换检测图像边缘(8个方向变换)。-Gaussian function through derivative edge detection in real terms is adjustable direction edge detection wavelet transform (change the direction of 8).
  3. 所属分类:波变换

    • 发布日期:2024-06-09
    • 文件大小:259072
    • 提供者:qht
  1. canny

    0下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function ca
  3. 所属分类:图形图象

    • 发布日期:2024-06-09
    • 文件大小:185344
    • 提供者:hanyantao
  1. bian_yuan_te_zheng_ti_qu

    0下载:
  2. 边缘方向直方图matlab程序,直方图为提取8个方向的的统计概率-Edge direction histogram matlab program, the histogram for the extraction of eight directions of the statistical probability
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:yijing
  1. S、L、C边缘检测

    0下载:
  2. 边缘检测的基本思想是通过检测每个像素和其邻域的状态,以决定该像素是否位于一个物体的边界上。如果一个像素位于一个物体的边界上,则其邻域像素的灰度值的变化就比较大。假如可以应用某种算法检测出这种变化并进行量化表示,那么就可以确定物体的边界。 Sobel算子根据像素点上下、左右邻点灰度加权差,在边缘处达到极值这一现象检测边缘。对噪声具有平滑作用,提供较为精确的边缘方向信息,边缘定位精度不够高。当对精度要求不是很高时,是一种较为常用的边缘检测
  3. 所属分类:图形图像处理(光照,映射..)

  1. edge_direction_histogram

    0下载:
  2. 用于提取图像中的边缘方向直方图,可用于进一步提取图像中对象的形状特征(A way of getting the edge direction histogram of image in matlab)
  3. 所属分类:图形图象

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:356a
  1. stick3D

    0下载:
  2. 生成一族3维卷积算子,该族算子为长度L的立方体窗口中过中心的所以可能的方向。 该族算子可以用于空间中边缘方向的检测。 属于平面中边缘检测所用的sticks在三维空间上的扩展。(3D image edge detection by stcik3D)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:博闻强识
  1. 基于蚁群算法的图像边缘检测

    1下载:
  2. 将改进蚁群算法应用于图像边缘检测,模拟进化算法,主要采用信息素来进行方向的选择,通过全局性的搜索得到较优解。(The improved ant colony algorithm is applied to image edge detection and simulation evolutionary algorithm, which mainly uses information prime to select the directi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-09
    • 文件大小:16384
    • 提供者:hc01357
  1. 八个方向的sobel边缘检测算法

    0下载:
  2. 利用八方向的sobel边缘检测,实现对图像多梯度的梯度检测,检测出的边缘信息更加平滑连续。(Eight direction Sobel edge detection is used to realize gradient detection of image multi gradient, and the edge information detected is more smooth and continuous.)
  3. 所属分类:图形图象

    • 发布日期:2024-06-09
    • 文件大小:55296
    • 提供者:追梦苦旅
  1. 移动边缘计算综述

    0下载:
  2. 移动边缘计算方面的知网论文移动边缘计算方面的论文,包括一些综述和研究方向(Papers on mobile edge computing, including some reviews and research directions)
  3. 所属分类:文档资料

    • 发布日期:2024-06-09
    • 文件大小:2783232
    • 提供者:章异域
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org