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

搜索资源列表

  1. edge

    0下载:
  2. opencv中检测图像中物体的边缘,可以用过纹理识别出边缘-opencv object detection image edge texture, can be used to identify the edge
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:856
    • 提供者:z
  1. cannybar02

    0下载:
  2. 使用vc++6.0和OpenCV1.0.实现canny算子检测图像轮廓边缘。代码中有自动阈值滑动样条。-using VC++ and OpenCV. you can see the contour of the images.and the threshold of the canny operator can be set as you will.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:109549
    • 提供者:国学大师
  1. test_Canny

    0下载:
  2. 程序代码用canny检测图像的边缘,效果还是可以的,大家可以-Program code using canny edge detection image, the effect is still possible, we can use
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:637
    • 提供者:悠悠
  1. CV2

    1下载:
  2. 利用opencv进行图像特征抽取,包括使用高斯滤波和sobel算子进行边缘提取,使用harris算法进行角点检测,使用hough变换找出图像中最长直线,使用Ranec算法找出图像中直线,Gabor滤波-Using opencv image feature extraction, including the use of Gaussian filtering and Sobel operator edge extraction, Harris algorithm corner detection,
  3. 所属分类:OpenCV

    • 发布日期:2017-01-06
    • 文件大小:3314688
    • 提供者:
  1. CV2_Learn_MorpFeature

    0下载:
  2. 使用opencv2写的,使用形态学滤波对图像进行边缘及角点的检测。-Use opencv2 write, using morphological filtering the image edge and corner detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9622483
    • 提供者:alonjiao
  1. segment

    0下载:
  2. 实用形态学滤波对图像进行腐蚀、膨胀、开闭、边缘及角点检测、分割,实用GrabCut算法提取前景物体-File: morphology.cpp correspond to Recipes: Eroding and Dilating Images using Morphological Filters Opening and Closing Images using Morphological Filters Files: morpho2.cpp morpho
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:7572
    • 提供者:家家
  1. HOG_OpenCV

    1下载:
  2. HOG即histogram of oriented gradient, 是用于目标检测的特征描述子,该技术将图像局部出现的方向梯度次数进行计数,该方法和边缘方向直方图、scale-invariant feature transform类似,不同的是hog的计算基于一致空间的密度矩阵来提高准确率。Navneet Dalal and Bill Triggs首先在05年的CVPR中提出HOG,用于静态图像or视频的行人检测。-HOG i.e. histogram of oriented gradien
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1754323
    • 提供者:王飞
  1. bianyuan

    0下载:
  2. 图像的边缘提取,使用opencv2.4.4与vs2010,检测数图像中物体边缘-HOG extract
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1372
    • 提供者:田一泓
  1. Sobel

    0下载:
  2. 基于opencv和vs2010的Sobel算法的实现,用于检测图像的边缘-Opencv and vs2010 achieve the Sobel algorithm for edge detection image
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:15517528
    • 提供者:周末
  1. canny

    0下载:
  2. Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: 好的检测- 算法能够尽可能多地标识出图像中的实际边缘。 好的定位- 标识出的边缘要尽可能与实际图像中的实际边缘尽可能接近。 最小响应- 图像中的边缘只能标识一次,并且可能存在的图像噪声不应标识为边缘。-Canny goal is to find an optimal edge detection algorithm, the optimal edge detection means: Good test- a
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:12649
    • 提供者:ZHENGJINGRANG
  1. canny

    0下载:
  2. canny算子边缘检测 提取图像边缘并显示-canny edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1046349
    • 提供者:Fxy
  1. haarcascade_eye_tree_eyeglasses

    1下载:
  2. 静态灰度图像里的人眼识别,canny边缘检测-static grey picture which eyedetect
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:104364
    • 提供者:许旭
  1. edge

    0下载:
  2. 使用Visual Studio 2013和opencv开源库实现图像的边缘检测-Use Visual Studio 2013 and opencv open source library for image edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:863
    • 提供者:SmallFire
  1. Canny

    0下载:
  2. 适用于opencv初学者 canny边缘检测将输出写入一个单通道(灰度级)图像-Applicable to opencv beginners canny edge detection writes the output to a single channel (grayscale) image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5107112
    • 提供者:张雨轩
  1. main

    0下载:
  2. 对图像的边缘检测和对图像的腐蚀处理,已测试通过-Image edge detection and image processing
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:588
    • 提供者:12170226
  1. canny

    0下载:
  2. 实现图像的边缘检测,环境vs2013 或者2010 都可以。opencv2.4.9-To achieve the edge of the image detection, the environment can be 2020 or 2010. Opencv version 2.4.9
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:4155358
    • 提供者:赵静雅
  1. test

    0下载:
  2. 实现了opencv中的图像处理代码,图像滤波,形态学运算,图像的边缘检测(Realize the opencv image processing code, image filtering, morphological operations, image edge detection)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-20
    • 文件大小:5478400
    • 提供者:宋乐
  1. canny

    0下载:
  2. 图像的边缘检测的原理是检测出图像中所有灰度值变化较大的点,而且这些点连接起来就构成了若干线条,这些线条就可以称为图像的边缘。(The principle of edge detection of an image is to detect all the changes in the gray value of the image, and these points are connected to form a number of lines, these lines can be calle
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:4096000
    • 提供者:satchel
  1. test_edge_detection

    0下载:
  2. 对图像首先进行3*3内核平滑降噪,然后使用Canny算子做边缘检测(First perform 3*3 kernel smooth noise reduction on the image, then use Canny operator for edge detection)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:9398272
    • 提供者:水里一条猫
« 1 2 3 4 5 6»
搜珍网 www.dssz.com