CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - line opencv

搜索资源列表

  1. 用C++和OpenCV实现的图像方框的识别

    3下载:
  2. 用C++和OpenCV实现的图像方框的识别,并对方框进行标记,用红色的线标记出来。可以用于图像分割、定位等等。,Using C++ and OpenCV image box to achieve the recognition, and the box marked with a red line marked. Can be used for image segmentation, positioning and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-10-06
    • 文件大小:3.39mb
    • 提供者:吴亮
  1. hough.用hough变换来检测直线

    2下载:
  2. 基于vc++和opencv,用hough变换来检测直线,我的课程作业,Based on vc++ and opencv, using hough transform to detect straight line, my coursework
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-06-07
    • 文件大小:1.42mb
    • 提供者:王坤
  1. HaarFaceDetect.zip

    0下载:
  2. This program is the haar opencv face detector slightly modified for ease of use There are command line options available to avoid the need to use the gui (see facedetect.cpp for the command line option format This program needs fltk installed. I
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:82.34kb
    • 提供者:陈忠翔
  1. skeleton.rar

    1下载:
  2. 一个用opencv编写的骨架提取的程序,主要原理是基于距离变换,鲁棒性很高,里面附了多个测试图片,Opencv prepared with a skeleton extraction procedure, the main principle is based on the distance transform, robust high, which is attached a number of test pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:248.81kb
    • 提供者:huwentao
  1. Gabor(matlab_C_Cv).rar

    3下载:
  2. 这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 ,Here are three high-quality implementation of the Gabor code, respectively, based on C, OpenCV, Matlab, let everyone take what we need
  3. 所属分类:Special Effects

    • 发布日期:2015-09-06
    • 文件大小:20.43kb
    • 提供者:
  1. opencv.rar

    0下载:
  2. 在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测,In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.58mb
    • 提供者:pop
  1. ljsxdxywzmsbys.rar

    0下载:
  2. 使用OPENCV完成一个演示程序,联机手写大写英文字母识别演示.,OPENCV to complete a demonstration of the use of procedures, on-line handwriting recognition demo uppercase letters of the alphabet.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:261.5kb
    • 提供者:john winsome
  1. radon

    0下载:
  2. 基于opencv的radon直线检测、直方图均衡、sobel边缘检测等算法。-Opencv of the radon-based line detection, histogram equalization, sobel edge detection algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:5.16kb
    • 提供者:wk
  1. Hough_LineDetect_opencv

    0下载:
  2. OPENCV中Hough轉換用於直線偵測之源代碼-Hough transform for line detection in OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:815byte
    • 提供者:朱小開
  1. hough

    0下载:
  2. 图像变换之opencv 用hough变换检测线段-Opencv image transform of line segment detection using hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:80.83kb
    • 提供者:zhang
  1. 1

    0下载:
  2. 使用opencv编写的读取图像的程序,是个命令行程序。希望对大家有用-Opencv prepared using the procedure to read the image, it is a command-line program. I hope all of you a useful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:96.72kb
    • 提供者:huan
  1. HOUGH

    0下载:
  2. 用HOUGUH变换检测线段,基于OPENCV开发,代码简单,适合广大软件开发者-Detection of line segments used HOUGUH transform, based on the OPENCV development, code is simple, suitable for the vast numbers of software developers
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:80.84kb
    • 提供者:liweijun
  1. DosImage

    0下载:
  2. C\C++图像处理基本处理算法的实现,画点、线、边缘检测等等,希望对大家有帮助-C \ C++ image processing algorithms to deal with the realization of the basic painting point, line, edge detection, etc., we would like to help
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:183.14kb
    • 提供者:qiuqiu
  1. HOUGH_LINE

    0下载:
  2. VC++2008EXPRESS環境下 使用opencv 偵測直線並且描出輪廓-VC++2008 EXPRESS environment opencv detect and delineate the outline of a straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.45mb
    • 提供者:阿華
  1. RectDetector

    0下载:
  2. 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.02mb
    • 提供者:chenwenlue
  1. CImgChange

    0下载:
  2. opencv 对图像就行渐变处理功能代码·功能已实现-opencv image processing code on the line gradient function has been achieved
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.63mb
    • 提供者:chris
  1. Line-detection

    0下载:
  2. 该程序是用opencv图像库,在visual c++的环境中编程的,功能是实现图像的线段检测-This program is to use opencv image library in visual c++ environment programming, function is realizes image line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.76mb
    • 提供者:潘媛
  1. picchuliLine

    0下载:
  2. 一个通过OPENCV对曲线进行直线拟合代码,曲线输入为图片,输出为一副直线的图片。-OPENCV of a curve by fitting a straight line code, the curve for the image input and output images to a straight line.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:7.39kb
    • 提供者:
  1. OpenCV-feature-extraction

    0下载:
  2. openCV特征提取代码总结,包括:颜色直方图提取,形状特征提取,角点提取、Hough直线提取、边缘提取、纹理特征提取等等。-OpenCV feature extraction code summary, including: color histogram extraction, shape feature extraction, angular point extraction, Hough straight line extraction, edge detection and textu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:268.15kb
    • 提供者:吴哲
  1. detectRode

    0下载:
  2. 道路线检测及识别,用于智能驾驶中的高级辅助驾驶,可以基于此开发处道路线驶离预警系统。(Road line detection and recognition)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:5.59mb
    • 提供者:刘某不才
« 12 »
搜珍网 www.dssz.com