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

搜索资源列表

  1. 基于opencv实现的灰度变换

    0下载:
  2. 基于opencv实现的灰度变换,低通滤波,直方图均衡化,边缘检测等算法。-Opencv implementation based on gray-scale transformation, low-pass filtering, histogram equalization, edge detection algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3366761
    • 提供者:张少明
  1. Digital-Image-Processing

    1下载:
  2. MFC和OpenCV结合的数字图像处理课程设计,实现数字图像处理中的多个算法,图像分割,形态学图像处理,空间域增强,哈哈镜,二值化,Sobel,Laplace,Robert等边缘检测,中值滤波和均值滤波等,实现的功能比较全,花了我2个通宵做的 -MFC and OpenCV combination of digital image processing course design, digital image processing of multiple algorithms, image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:6865993
    • 提供者:young
  1. bfCanny

    1下载:
  2. 基于双边滤波的图像Canny边缘检测。先对图像进行双边滤波,再对其进行Canny算子的边缘检测。-Based on bilateral filtering image Canny edge detection. The first image bilateral filtering, and then them Canny edge detection operator.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:3353
    • 提供者:陈利聪
  1. avireader

    0下载:
  2. 简单的几个opencv函数处理,包括边缘检测,高斯滤波,canny算子等。-Opencv functions of several simple processing, including edge detection, Gaussian, canny operator and so on.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10034929
    • 提供者:
  1. opencv

    0下载:
  2. 这是一个很好的中值滤波、均值滤波,边缘检测,角点检测的源程序-In the image processing in particular are often used in PCA face recognition algorithm, which is based on the Opencv the PCA algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:6409
    • 提供者:Shao Chia
  1. tbb

    0下载:
  2. 基于VC++ 和opencv的焊盘图像 内径外径的测量。包括滤波、边缘检测、轮廓提取和面积计算等算法。包含原图片-Based on the measurement of the pad image VC++ opencv Inside Outside. Including filtering, edge detection, contour extraction and area calculation algorithm. Contains the original image
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:21647897
    • 提供者:duqiuju
  1. canny

    0下载:
  2. 滤波及边缘检测,包括中值滤波,均值滤波,高斯滤波,canny边缘检测,prewitt算子等。-Filtering and edge detection, median filter, mean filter, Gaussian filter, canny edge detection, prewitt operator and so on.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1460811
    • 提供者:姚晓飞
  1. Text_MFC

    0下载:
  2. 图像处理的一般过程,集合在一个MFC系统工程框架之下,包括直方图机器均衡化,滤波,边缘检测,图像变换等-General process of image processing, collection of in a MFC systems engineering framework under histogram machine equalization, filtering, edge detection, image transformation
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:3325526
    • 提供者:tom
  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. ancy

    0下载:
  2. opencv 读取视频图像并作一些简单的基本的处理,比如边缘检测,中值滤波-Read the video image and make a few simple basic processing, such as edge detection, median filtering, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:227513
    • 提供者:王大神
  1. chengxu

    0下载:
  2. 程序中包括canny边缘检测,平滑滤波,和金字塔算法,都是基于opencv的,程序简单实用。-Program includes canny edge detection, smoothing filtering, and the pyramid algorithm, are based on opencv, procedures simple and practical.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:2277
    • 提供者:tangfei
  1. CV2_Learn_MorpFeature

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

    • 发布日期:2017-05-26
    • 文件大小: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. guidedfilter_vc

    1下载:
  2. 本文件为引导滤波算法的程序文件,为VC++编码,根据何凯明博士的文章《Guided Image Filtering》讲述的原理编写而成,具有很好的边缘保持特性,是作为作者在前一篇讲解去污算法的文章《Single Image Haze Removal Using Dark Channel Prior》的补充,当然也可以用于其他的滤波算法中-This document is a boot file filtering algorithm for VC++ coding, according to D
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:2361
    • 提供者:
  1. OpenCV

    0下载:
  2. 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1682929
    • 提供者:jianglei
  1. tuxiangchuli

    0下载:
  2. 彩色数字图像边缘检测,高斯滤波、欧式距离、Canny算子、双阈值处理和非极大抑制。-Color digital image edge detection, gaussian filtering, Euclidean distance, Canny operator, double threshold processing and not greatly suppressed.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:5475
    • 提供者:jiajun
  1. demo01

    0下载:
  2. 基于opencv的一些源代码,包括图片灰度化,二值化,边缘轮廓提取,对图片进行滤波等。-this picture can help you study c++ bisis to c++
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1658
    • 提供者:何斌
  1. tracking

    0下载:
  2. 目标跟踪代码。关键字:均值漂移、卡尔曼滤波、颜色直方图、边缘方向直方图-Codes of object tracking.key words:mean shift,kalman filter,color histgram,edge direction histgram.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-28
    • 文件大小:13852
    • 提供者:zwz
  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. MFC+OpenCV图像处理

    1下载:
  2. MFC+Opencv,实现了opencv中的各种滤波、边缘检测、拉普拉斯变换及高斯变换等,源码。(MFC+Opencv,running all that important basic functions.)
  3. 所属分类:OpenCV

    • 发布日期:2020-05-22
    • 文件大小:5959680
    • 提供者:初夏的雏菊
« 12 »
搜珍网 www.dssz.com