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

搜索资源列表

  1. sobel

    0下载:
  2. sobel图像边缘检测算子。 基于opencv的c语言指针实现方法(需要加载opencv的一些lib)-sobel,c program,opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1214245
    • 提供者:王岩
  1. Sobel-Laplace-Canny-matlab-code

    0下载:
  2. 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:648543
    • 提供者:吕明
  1. Distortion Correction

    4下载:
  2. VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
  3. 所属分类:OpenCV

    • 发布日期:2012-11-15
    • 文件大小:6126735
    • 提供者:wk
  1. sobel

    0下载:
  2. 实现sobel图像锐化,opencv c语言版,没有使用指针- the image process of sobel,don not use point
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:678
    • 提供者:刘帅
  1. CannyEdgeDetection

    1下载:
  2. vs2005下用opencv写的sobel,canny,prewitt边缘检测程序。-vs2005 using opencv written under the sobel, canny, prewitt edge detection procedure.
  3. 所属分类:OpenCV

    • 发布日期:2016-05-13
    • 文件大小:1982
    • 提供者:dangxuyong
  1. opencv_multi_camera_input

    0下载:
  2. OPENCV实现的多摄像头输入处理程序; VS Studio 2005 -OPENCV of the multi-camera input handler VS Studio 2005
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:163440
    • 提供者:saga
  1. edge

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

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

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

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

    0下载:
  2. 基于opencv的sobel边缘检测,适合初学者分析理解-Based on the opencv sobel edge detection, is suitable for beginners analysis understanding
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:702053
    • 提供者:朱志亮
  1. sobel

    0下载:
  2. Opencv图像处理库关于sobel算法的一个实现例子,作用是对图像求导-The Opencv image processing library sobel algorithm is an implementation example, the role of the derivative of the image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2888670
    • 提供者:xue
  1. Opencv-sobel-noise

    0下载:
  2. 实现了椒盐噪声添加,滤波处理,并进行了图像锐化-implement the noise addtion and image process related to opencv tutorial
  3. 所属分类:OpenCV

    • 发布日期:2017-11-02
    • 文件大小:1676
    • 提供者:li
  1. OpenCV-trans-Edge

    0下载:
  2. 以OpenCV將圖像做邊緣偵測,以及平滑跟閥值設定 邊緣偵測為Lap, Canny, Sobel-OpenCV to do with the image edge detection, and smoothing with edge detection threshold setting for the Lap, Canny, Sobel
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9817454
    • 提供者:Chouker
  1. Edge-detection--Sobel-LaplaceCanny

    1下载:
  2. Edge detection--Sobel,Laplace,Canny.zip 运用各种边缘化算法实现图像的边缘化,用opencv实现。-Edge detection--Sobel,Laplace,Canny.
  3. 所属分类:OpenCV

    • 发布日期:2015-11-13
    • 文件大小:2048
    • 提供者:王玲
  1. opencv

    0下载:
  2. 图像预处理 边缘检测算法 经典的三种算法 -roberts sobel prewitt
  3. 所属分类:OpenCV

    • 发布日期:2017-04-25
    • 文件大小:20238
    • 提供者:cah
  1. Sobel

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

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

    0下载:
  2. 基于VC6.0和opencv的sobel锐化程序,实现sobel锐化的基本功能-Based on the opencv sobel VC6.0 and sharpening procedures to achieve the basic functions of sobel sharpening
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1386633
    • 提供者:黄文君
  1. sobel-opencv

    0下载:
  2. 基于opencv的sobel算子的实现,包含相关文档和详细代码,可用于图像边缘检测的实现。-Sobel operator based on opencv implementation, including relevant documents and detailed code, can be used for the realization of image edge detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3341917
    • 提供者:stone
  1. Sobel

    0下载:
  2. 使用opencv对图片使用sobel算子进行图像边缘提取。-Using opencv image using sobel operator for image edge extraction.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:6679085
    • 提供者:黄家伟
  1. Opencv sobel边缘检测源代码

    0下载:
  2. opencv sobel 边缘检测 vs2012+opencv win7(opencv sobel edge detection vs2012+opencv win7)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-06
    • 文件大小:2458624
    • 提供者:wendy_jsj
  1. opencv

    0下载:
  2. OPENCV中空域滤波去噪函数Blur、boxFilter、MediaBlur和GaussianBlur等函数的使用方法;空域锐化函数Sobel、Laplacian等函数的使用方法(The method of using the spatial domain filtering de-noising function in OPENCV;)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-08
    • 文件大小:2373632
    • 提供者:mazr
« 12 »
搜珍网 www.dssz.com