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

搜索资源列表

  1. OpenCV-code 基于C/C++语言的开源图像处理函数库

    0下载:
  2. OpenCV是一个基于C/C++语言的开源图像处理函数库,其代码都经过优化,可用于实时处理图像,具有良好的可移植性,可以进行图像/视频载入、保存和采集的常规操作.-OpenCV is based on C/C++ language, open source image processing library, the code have been optimized for real-time image processing, has good portability, can images/v
  3. 所属分类:OpenCV

    • 发布日期:2016-01-27
    • 文件大小:6.11mb
    • 提供者:黄晓华
  1. helloopencv

    0下载:
  2. Android平台上用opencv库编写的测试小代码。用于保存一张图片-Android platform test with the opencv library to write a small code. To save a picture
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:194.51kb
    • 提供者:suntao
  1. threeframedifference

    0下载:
  2. 三帧差法目标检测代码,通过引用opencv的一些函数和库文件,能在简洁的代码中实现对目标运动的检测-three frame difference for target detection
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:1.26kb
    • 提供者:liuxingyu
  1. DFT

    0下载:
  2. 在VC++环境下,安装OPENCV库函数后,实现离散傅立叶变化的代码-In the VC++ environment, the installation OPENCV library after changing the code to achieve the Discrete Fourier
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:1.51kb
    • 提供者:江林
  1. lunkuojiance

    0下载:
  2. 在VC环境中安装OPENCV库函数后,实现图象轮廓检测的代码-In the VC++ install OPENCV library functions, the realization of the code image contour detection
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1.38kb
    • 提供者:江林
  1. luokuojiance2

    0下载:
  2. 安装VC和OPENCV库函数后可以实现图像轮廓检测的另一种代码,非常特别-Install VC and OPENCV library functions can be achieved after the image contour detection of another code, very special
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1.09kb
    • 提供者:江林
  1. bianyuanjiance

    0下载:
  2. 在安装了OPENCV库的VC环境中实现边缘检测的代码,类似于CANNY检测-OPENCV library installed VC++ code to achieve edge detection, similar to the detection CANNY
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:653byte
    • 提供者:江林
  1. edge

    0下载:
  2. 利用opencv库编的边缘检测例子代码,来源opencv教程-Opencv library compiled using edge detection example code, source opencv tutorial
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:82.93kb
    • 提供者:liugui
  1. tuxiangfanzhuan

    0下载:
  2. opencv环境下的图像反转 利用opencv的库文件 代码更省便-under opencv opencv image reversal using the library code will be more provinces
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:46.2kb
    • 提供者:李晓颖
  1. code_OpenCV

    0下载:
  2. OpenCV函数库安装,部分代码,OpenCV随书光盘内容-setup file for OpenCV and some program code
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:27.74mb
    • 提供者:Richard
  1. OpenCVseedfillingcol

    0下载:
  2. 采用种子填充实现彩色图像分割,在处理库opencv下,采用改进的种子算法,实现对彩色图像的分割,程序中指包括代码部分-OpenCV seed filling to achieve color image segmentation code, the use of intel graphics library opencv, the use of improved seeds algorithm, to achieve color image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.65kb
    • 提供者:wddben
  1. OpenCV_chiness_VERSION

    0下载:
  2. 本文档是对OpenCV中代码风格的简短说明,因为OpenCV的核心库(cv,cvaux)是用C和C++编写的,所以本文档仅对用C和C++代码的编写有效。-OpenCV in this document is a brief descr iption of the code style, since the core of OpenCV library (cv, cvaux) is in C and C++ written, this document only in C and C++ code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2.56mb
    • 提供者:柳咏
  1. bianyuanfangxinagzhifangtu

    0下载:
  2. 本代码基于opencv2.2,使用时先将库文件加入输入链接。边缘方向直方图,在图像处理中经常会进行梯度操作得到方向角,此代码实现用直方图将方向角表示出来的功能。-The code is based on opencv2.2, use the first library file into the input link. Edge direction histogram, the image processing operations often get the direction of the
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.61mb
    • 提供者:
  1. moving-pattern

    0下载:
  2. 介绍关于Opencv图像处理库里面关于运动模版的一个例子代码。-Introduced on the the Opencv image processing library on the inside of a sports template example code.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.53mb
    • 提供者:xue
  1. read-load-And-show

    0下载:
  2. 使用C++和计算机视觉开源代码库OpenCv编写的图片读取函数,程序简单。-Open source code base OpenCv C++ and computer vision to write the function of reading picture, the program is simple.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3.35mb
    • 提供者:石头
  1. xingrenjiance

    0下载:
  2. 该代码的功能是基于Opencv2.3.0的行人检测,环境为vs2008,可运行,可能版本不同,将库改一下即可-The functionality of the code is based pedestrian detection Opencv2.3.0 environmental vs2008, can be run, may be different versions of the library change can
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4.7mb
    • 提供者:王明玉
  1. peopledetect

    0下载:
  2. 该代码的功能是基于Opencv2.3.0的行人检测,环境为vs2008,将库改一下即可运行-The functionality of the code is based pedestrian detection Opencv2.3.0 environmental vs2008, can be run, may be different versions of the library change can
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.85mb
    • 提供者:王明玉
  1. openCV-library-transplant-to-S3C2440

    0下载:
  2. opencv开源图像处理函数库在S3C2440移植 一、简介  OpenCV是一个基于C/C++语言的开源图像处理函数库  其代码都经过优化,可用于实时处理图像  具有良好的可移植性  可以进行图像/视频载入、保存和采集的常规操作  具有低级和高级的应用程序接口(API)-openCV open source image processing library S3C2440 transplant, o
  3. 所属分类:OpenCV

    • 发布日期:2017-11-03
    • 文件大小:10.29kb
    • 提供者:DJK
  1. Opencv-2-computer-vision

    0下载:
  2. 这是一本循序渐进的计算机视觉指导手册,给予OpenCV2代码库中包含高级特性的C++接口。本书介绍了OpenCV2中众多的视觉算法。你将学会如何读、写、创建及操作图像,领略图像分析中常用的技术,并了解如何使用C++高效实现。-This is a step by step computer vision guidance manual, to give the OpenCV2 code library contains advanced features of the C++ interface.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:8.11mb
    • 提供者:yj2077mqj
  1. bgslibrary

    0下载:
  2. 各种背景相减的算法,目前已经收录27中,大家可以少花力气,一个老外中间的背景相减代码库-Various background subtraction algorithm, has been included in the 27, you can spend less effort, a foreigner in the middle of the background subtraction code library
  3. 所属分类:OpenCV

    • 发布日期:2017-06-16
    • 文件大小:23.62mb
    • 提供者:jiwy
« 12 »
搜珍网 www.dssz.com