CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv code

搜索资源列表

  1. OpencvExampleSourceCode

    0下载:
  2. Opencv实例源代码,包括数字图像处理,视频跟踪算法和模式识别算法的源代码-Opencv Example Source Code, that include haarcascade, blobtrack,delaunay and so on.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2941547
    • 提供者:shuang
  1. MFC_OPENCV

    0下载:
  2. 网上收集的代码,用opencv和vc6写的一个自动识别车牌的程序-Online collection of code, written in vc6 using opencv and an automatic license plate recognition program
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-20
    • 文件大小:6035204
    • 提供者:hys
  1. opticalflow

    0下载:
  2. code for optical flow estimation using OpenCV from realtime video from a webcam
  3. 所属分类:Video Capture

    • 发布日期:2017-05-25
    • 文件大小:8621949
    • 提供者:Arun
  1. byjc

    0下载:
  2. 边缘检测源代码.rar-Edge Detection of the source code. Rar
  3. 所属分类:

    • 发布日期:2017-11-30
    • 文件大小:31637
    • 提供者:李嘉勇
  1. SIFTAlgorithmcodes

    0下载:
  2. D.G lowe 的尺度不变特征转换算法(SIFT) 在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配。-DG lowe the scale-invariant features of the conversion algorithm (SIFT) and OpenGL-based opencv source code based on the increase in the preservation of image fe
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:506269
    • 提供者:
  1. Fractal1

    0下载:
  2. 绘制分形混浊曲线、Julia集、和Mandelbrot集的程序源代码,程序运行后,分别选择菜单“分形”下的子菜单“混沌曲线”、“Julia集”或者“Mandelbrot集”,将分别绘制这几种分形图案。对于Mandelbrot集,可以用托动鼠标选择一矩形框,然后点击鼠标右键对所选择的区域进行放大。-Fractal mapping turbidity curve, Julia sets, Mandelbrot sets and source code, the program running, re
  3. 所属分类:Graph program

    • 发布日期:2017-04-17
    • 文件大小:53247
    • 提供者:何坤
  1. OpenCV_contours

    0下载:
  2. OpenCV contours 图像轮廓提取程序源代码-OpenCV contours image contour extraction procedure source code
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-25
    • 文件大小:37093
    • 提供者:
  1. OpenCV_example

    0下载:
  2. 一些OpenCV实例源代码,希望对网友有所帮助-OpenCV Examples of some source code, and they hope to help users
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3614740
    • 提供者:shaolin
  1. OpenCV_Samples

    0下载:
  2. 众多的OpenCV源代码,是学习OpenCV的好资料.-A large number of OpenCV source code, is a good learning OpenCV information.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:3630651
    • 提供者:王峰
  1. sift-1.1.1_20071108_win

    0下载:
  2. Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for points of the same name, RANS
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:448526
    • 提供者:lonfan
  1. OPENCV

    0下载:
  2. opencv实例代码,有详细的代码及注释 很有价值啊-opencv example code, detailed code and note the value of ah
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3614745
    • 提供者:wangxiang
  1. histgom-jun

    0下载:
  2. 直方图均衡化的最新算法实现代码,基于OPENCV函数,内容简单,适合初学者-Histogram equalization algorithm to achieve the latest code, based on OPENCV function, the content is simple, suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:47586
    • 提供者:liweijun
  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
    • 文件大小:82777
    • 提供者:liweijun
  1. facedetect

    0下载:
  2. opencv的基础代码实现 可以实现边缘检测和图像的其他识别-the basis of opencv code can achieve edge detection and image of the other identification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2129
    • 提供者:wanlixin
  1. LucasKanadeTracker

    0下载:
  2. Lucas-Kanader-Tomasi Feature Tracker,基于B.D.Lucas和T.Kanade[1]于1981的早期工作,于1991年由C.Tomasi和T.Kanade[2]完整导出,并于1994年由J.Shi和C.Tomasi[3]在文章中清楚地阐述。J.Y.Bougue[4]于2000年给出了此算法的一种实现,并收录在Intel公司的计算机视觉函数库OpenCV中。本例是此算法基于OpenCv的代码实现-Lucas-Kanader-Tomasi Feature Trac
  3. 所属分类:Special Effects

    • 发布日期:2017-06-21
    • 文件大小:38208943
    • 提供者:梁霄
  1. kalman

    0下载:
  2. 此代码可以在Visual C++和OpenCV开发环境下实现kalman滤波-This code can be Visual C++ And OpenCV development environment to achieve kalman filtering
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:8649
    • 提供者:张豪
  1. watershed_transform

    0下载:
  2. 此代码可以在VC和OpenCV开发环境下实现分水岭算法的道路分割-This code can be in the VC and OpenCV development environment to achieve the path of a watershed segmentation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:12189
    • 提供者:张豪
  1. PicturesMatchTemplate

    1下载:
  2. 快速的图像模板匹配代码,很辛苦找到的,属于Opencv的,共享给大家了-Fast image template matching code, it is hard to find, and belong to the Opencv, share to everyone the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:10374
    • 提供者:刘飞拓
  1. contour

    1下载:
  2. 图片轮廓检测的源代码,用opencv在C语言中实现-Image contour detection of the source code, using opencv in the C language implementation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-29
    • 文件大小:133491
    • 提供者:buaa
  1. histeq

    0下载:
  2. 图像直方图均衡化的源代码,opencv实现-Image histogram equalization of the source code, opencv implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:47144
    • 提供者:buaa
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com