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

搜索资源列表

  1. Mag_Color_Snake.rar

    0下载:
  2. 可以将应用双线性插值法放大的图像进行边缘的锐化,比方向扩散的效果要好,Can be applied bilinear interpolation to enlarge the image edge sharpening, than the direction of the effect of the proliferation of better
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.29kb
    • 提供者:朱丽平
  1. edgedir_his.rar

    1下载:
  2. 基于边缘方向直方图的图像检索matlab程序,直方图为提取8个方向的的统计概率,对于花朵、人脸、汽车的检索效果很好。,Edge direction histogram based image retrieval matlab procedures, histogram for the extraction of the eight directions of statistical probability, for flowers, human faces, cars good search r
  3. 所属分类:图形图象

    • 发布日期:2014-02-26
    • 文件大小:7.41kb
    • 提供者:xiaobao
  1. ImageProcessSys

    0下载:
  2. 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:310.22kb
    • 提供者:孙亚新
  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. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:938byte
    • 提供者:yijing
  1. FaceDetection_Based_on_a_New_Nonlinear_Color_Space

    0下载:
  2. 提出一种新的非线性变换的彩色空间 ″″, 利用次高斯概率分布函数拟合皮肤色度信息, 得到候选区 YC C r b 域。为了排除候选区域中的非人脸, 首先根据均值和方差信息分割出候选区域中的纹理特征信息, 再通过多尺度 ) ( 信息定位眼睛, 然后根据人脸特征的几 形态边缘检测算子检测候选区域的边缘, 利用 边缘方向 PCA PCAED ( ) 何形状信息定位其他特征 鼻、嘴 , 通过这些几何特征信息对肤色分割得到的候选区域进行验证, 最终得到正确 的人
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-16
    • 文件大小:448.16kb
    • 提供者:zz
  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. 所属分类:Wavelet

    • 发布日期:2017-04-02
    • 文件大小:252.81kb
    • 提供者:qht
  1. sobel8

    1下载:
  2. 8方向的sobel边缘提取算法,自己用VC编的-8 direction sobel edge detection algorithm, itself compiled with VC
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.7mb
    • 提供者:forlans
  1. canny

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

    • 发布日期:2016-01-15
    • 文件大小:180.7kb
    • 提供者:hanyantao
  1. EdgeDirectionHistogram

    0下载:
  2. Extracting edge direction histogram features from images. Implement by java.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:3.02kb
    • 提供者:呂維
  1. ImageRetrieval

    1下载:
  2. 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:350.94kb
    • 提供者:平天羽
  1. Sobel

    0下载:
  2. This Matlab code shows how to perform edge detection by Sobel method in horizontal & vertical direction and the effect of increasing and decreasing the threshold value . Besides, you can try to perform the edge detection by other method in the same w
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:104.77kb
    • 提供者:Tan
  1. fangXingLiu

    0下载:
  2. 方向流,用于准确定位图像边缘的方向,很实用哟-The direction of flow for accurate positioning of the image edge direction, it is practical yo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:2.97mb
    • 提供者:zhangwenge
  1. bianyuanfangxinagzhifangtu

    0下载:
  2. 本代码基于opencv2.2,使用时先将库文件加入输入链接。边缘方向直方图,在图像处理中经常会进行梯度操作得到方向角,此代码实现用直方图将方向角表示出来的功能。-The code is based on opencv2.2, use the first library file into the input link. Edge direction histogram, the image processing operations often get the direction of the
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.61mb
    • 提供者:
  1. dect

    0下载:
  2. 从上下左右及对角等8个方向检测圆环的边缘-From top to bottom left and right angle ring of eight edge direction detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.01mb
    • 提供者:lyw
  1. bianyuanzhifangtu

    0下载:
  2. 边缘方向直方图 源码 以运行合适,有很大用处-Edge direction histogram source
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:748byte
    • 提供者:祥林
  1. Edge-direction-histogram-

    0下载:
  2. Edge direction histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.93kb
    • 提供者:赵方
  1. Edge-direction-histogram-MATLAB

    0下载:
  2. 写的边缘方向直方图的MATLAB程序,仅供参考-Edge direction histogram
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1.28kb
    • 提供者:赵方
  1. fast-edge-tracking-algorithm

    0下载:
  2. 刘丽华提出基于多方向形态算子的快速边缘跟踪算法,主要解决了利用边缘方向信息进行边缘像素编码、边缘像素跟踪最小方向计算和非连续点判断方法等算法关键问题。-Liu Lihua proposed morphological operators based on the multi-directional fast edge tracking algorithm to solve the key problems using edge direction information edge pixel e
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.56mb
    • 提供者:朱磊
  1. sobel-edge-detection

    0下载:
  2. Sobel算子根据像素点上下、左右邻点灰度加权差,在边缘处达到极值这一现象检测边缘。对噪声具有平滑作用,提供较为精确的边缘方向信息,边缘定位精度不够高。当对精度要求不是很高时,是一种较为常用的边缘检测方法。本代码用sobel边缘检测,检查细胞边缘,有图。- 简体中文 繁体中文 英语 法语 德语 西班牙语 Sobel operator according to the pixel point up and down, left and right adjacent pixels g
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:20.55kb
    • 提供者:wuyi
  1. Edge-Detection-master

    0下载:
  2. This project is about detecting edges using canny edge detector. The canny edge detector is implemented from scratch using c++. Steps involved in creating a canny edge detector: STEP 1: smoothen the image using gaussian blur. STEP 2: Use differential
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:5kb
    • 提供者:穿山甲说
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com