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

搜索资源列表

  1. 求图像的二值化最佳阈值

    0下载:
  2. 求图像的二值化最佳阈值 利用opencv 实现图像的膨胀,腐蚀,开运算,闭运算,求轮廓操作,并可以从外部文件导入结构算子-Find the best binary image threshold image using opencv achieve dilation, erosion, opening operation and closing operation, find the outline of operation, and can be imported from an extern
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2.95mb
    • 提供者:高凯
  1. gdal_all

    0下载:
  2. 包括图像处理,图像增强,点运算,几何变换(包括平移,旋转,缩放等)-Including image processing, image enhancement, the dot operator, geometric transformations (including translation, rotation, scaling, etc.)
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5.36mb
    • 提供者:焦健
  1. houph_MFC

    0下载:
  2. 在MFC环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the MFC environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9.95mb
    • 提供者:汪前
  1. OpenCV_HOG

    0下载:
  2. 梯度直方图算子的opencv代码,注释详细,可以快速的熟悉该算法./.-Gradient histogram opencv code operator, detailed notes, can quickly become familiar with the algorithm. /.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:211.12kb
    • 提供者:田冰
  1. hog

    0下载:
  2. 最新版本opencv2.4.2中关于GPU加速的HOG算子源代码-Operator source code the latest version opencv2.4.2 HOG on GPU acceleration
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:36.27kb
    • 提供者:刘鹏
  1. edgedetect

    0下载:
  2. 基于OPENCV采用Canny算子进行边缘检测,能够很好检测出边缘-Based on OPENCV use Canny operator for edge detection,it can very detect the edge well.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:2.57mb
    • 提供者:LI
  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-04-01
    • 文件大小:3.27kb
    • 提供者:陈利聪
  1. edge

    0下载:
  2. 调用opencv库,采用sobel算子实现图像的边缘检测功能-Opencv library calls using the sobel operator edge detection of image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:1.98mb
    • 提供者:leon
  1. MyVanishingPoint

    0下载:
  2. 通过canny算子和hough变换得到的多条竖直线计算垂直方向上的灭点-By canny operator and the hough transform for calculation of a number of vertical lines on the vertical vanishing point
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3.66mb
    • 提供者:lclldy
  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
    • 文件大小:9.57mb
    • 提供者:
  1. mymfc

    0下载:
  2. 用OPENCV实现的Canny算子,Sobel算子,Laplace算子,简单不带尺度模糊,简单模糊,中值滤波,高斯滤波,双向滤波滤的示例程序。-OPENCV achieved by Canny operator, Sobel operator, Laplace operator, simple and without dimension fuzzy, simple fuzzy, median filtering, Gaussian filtering, two-way filter filter
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:10.93mb
    • 提供者:吴敬鑫
  1. sobel

    0下载:
  2. 这是一个用opencv来开发的,利用sobel算子做边缘检测的算法。-Done using sobel edge detection operator
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:782byte
    • 提供者:罗重文
  1. MyCanny

    0下载:
  2. 基于OPENcv ,canny算子的实现。-Based on OPENcv, canny operator implementation.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:119.86kb
    • 提供者:pipi
  1. bianyuan

    0下载:
  2. 基于vc++6.0开发环境,用OpenCv编程,实现多种算子的边缘检测算法!-Development environment based on vc++6.0 with OpenCv programming, a variety of operator edge detection algorithm!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8.11mb
    • 提供者:孙颖雯
  1. edge

    0下载:
  2. 采用canny算子进行边缘检测,小阈值控制边缘连接,大阈值控制边缘的初始分割-Canny operator used for edge detection, edge linking a small threshold control, threshold control large initial segments of the edge
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1.36mb
    • 提供者:何逸
  1. cvFilter2D

    0下载:
  2. 本代码使用OpenCV对图像进行滤波,只需要修改一下掩膜模板,就可以采用高斯,PREWITT算子及二维滤波。-This code uses OpenCV for image filtering, only need to modify the mask template, you can use Gaussian, PREWITT operator and two-dimensional filtering.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.34mb
    • 提供者:haona
  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
    • 文件大小:106.98kb
    • 提供者:国学大师
  1. Test_Opencv

    0下载:
  2. 这个程序是在MFC的基础上应用opencv来实现图像的打开、显示、并进行Canny算子检测,并附有详细操作步骤。-This program is on the basis of the MFC application by opencv to open, display, and with Canny operator to detect, along with detailed steps.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4.59mb
    • 提供者:wuchenlong
  1. Sobel-operator

    0下载:
  2. 使用Sobel算子进行图像的边缘检测,vc6.0,opencv1.0,希望对大家有用-Image edge detection using Sobel operator, vc6.0 opencv1.0 ,i hope it is useful for everyone.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:335.78kb
    • 提供者:小何
  1. Canny-operator

    0下载:
  2. matlab中关于Canny算子的源代码-Canny operator
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:104.71kb
    • 提供者:陈梦
« 12 3 4 5 »
搜珍网 www.dssz.com