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

搜索资源列表

  1. find_obj_calonder

    0下载:
  2. C++ code find objects trying opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:1953
    • 提供者:pacopaco33
  1. face_detection_opencv

    0下载:
  2. 本程序主要是在visual C++环境中利用opencv实现人脸检测的小代码-This procedure is mainly in the visual C++ environment using opencv face detection to achieve small code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:2390
    • 提供者:
  1. BMP_READ_WRITE

    0下载:
  2. 完全用C语言实现BMP图像的读取和保存。虽然Matlab和OpenCV能直接读取图像,但有时要求必须用C语言实现。虽然比较麻烦,但有时用得上-Entirely in C language to read and save BMP images. Although the Matlab and OpenCV can directly read the image, but sometimes required to use C language. Although it is troublesom
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:817873
    • 提供者:Fisher
  1. ch2_ex2_1

    0下载:
  2. load an image in visual c++ 2010 by using opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:833
    • 提供者:hossein
  1. ch2_ex2_2

    0下载:
  2. load an avi file(video) in visual c++ by using open computer vision(opencv) library.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-06
    • 文件大小:944
    • 提供者:hossein
  1. ImageProcessingFrame

    0下载:
  2. opencv图像处理与显示的一个对话框框架程序,很好用。主要给图像处理的初学者。-It is a visual c++ 6.0 program for procesing image with dialog,which mainly design for the primery developer.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:27006
    • 提供者:王邦平
  1. drawImage

    1下载:
  2. 这是在vc6.0下,使用opencv1.0 实现的一个关于画图的小程序。具体参考《opencv教程 - 基础篇》里面的P83 页 drawing.c 。主要功能就是利用opencv实现图形的绘制。-This is in vc6.0, using opencv1.0 achieve a small program on the drawing. Specific reference to " opencv tutorial- The Basics," which the P8
  3. 所属分类:OpenCV

    • 发布日期:2013-08-15
    • 文件大小:1674396
    • 提供者:vivi
  1. Faceopencvdetect

    0下载:
  2. 一个用C++制作基于OpenCV的程序代码,可以对视频中的人脸进行识别并保存结果。-Production of a C++, based on the OpenCV code, you can face in the video to identify and save the results.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:122895
    • 提供者:悲伤
  1. vs2008-opencv2

    0下载:
  2. visual c++ 2008下opencv配置-visual c++ 2008 opencv config
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:878366
    • 提供者:yym
  1. RGBtoHSI

    0下载:
  2. opencv RGBtoHSI C++控制台源码-opencv RGBtoHSI C++ console source
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:534840
    • 提供者:zhazhiqiang
  1. dis

    0下载:
  2. 通过轮廓来标示边界 在边界出画点 没有加入opencv的库函数 只是通过c写出来的-Marked by the outline to draw the boundary in the boundary out of points not joined the opencv library functions to write out only by c
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:969
    • 提供者:hehongshen
  1. facedetect

    0下载:
  2. 基于opencv的人脸检测,识别率90 以上-This is just the face and eye detector from OpenCV s samples/c directory
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:3069
    • 提供者:gl
  1. DocGhiAnh

    0下载:
  2. Chư ơ ng trình đ ọ c ghi ả nh sử dung OpenCV-Chư ơ ng trình đ ọ c ghi ả nh sử dung OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:280217
    • 提供者:Khanh
  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
    • 文件大小:2684623
    • 提供者:柳咏
  1. openCV2CB

    1下载:
  2. 在C++builder6.0中使用OpenCV1.0。可以将opencv图像格式IplImage与C++builder图像格式Bitmap、Image1->Picture->Bitmap进行相互转换。-In C++ builder6.0 use OpenCV1.0. Opencv image formats can be IplImage with C++ builder image format Bitmap, Image1-> Picture-> Bitmap for
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2297991
    • 提供者:张天源
  1. ReadTiff

    0下载:
  2. 这是一段简单的读写tiff文件的代码,包含“readtiff.h”文件并使用tiff类就可以 这段代码仅作为学习参考使用,效率并不高,如果要做实际用途,还请使用opencv或者MFC等库 此代码用纯C++写成,是我以前练习时用,可供参考。-This is a simple code to read and write tiff file, containing " readtiff.h" file and use this code tiff c
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:18403
    • 提供者:飞兔
  1. Smile

    0下载:
  2. Visual C++和OpenCV1.0编写的OpenCV绘图测试程序。程序借助OpenCV中的绘图函数绘制了一个笑脸图像.-Visual C++ and OpenCV drawing OpenCV1.0 written test procedures. Program with the drawing functions in OpenCV draw a smiley face image.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3490255
    • 提供者:李铭
  1. 4

    0下载:
  2. 看到有的网站搞分形艺术,才知道这个Z=Z*Z+C 如此的奇妙。 于是干脆在opencv下写出来,看看。效果还不错。呵呵。 这个小例子只能修改C的值,有兴趣的朋友可以自己改改代码,看能不能做出些美妙的图形。 代码提示:要获得高质量的图像,可以增加image_w,不过性能很低。-See some sites do fractal art, to know that Z = Z* Z+ C so wonderful. So they simply write under the op
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1005
    • 提供者:李俊刚
  1. 1louti

    0下载:
  2. 寻找角点,利用C语言openCV库,对背景简单处理后寻找角点-coner detector
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18264453
    • 提供者:xfenglin
  1. cvhw4

    0下载:
  2. opencv中中值滤波,利用visual c++ 6.0 编写-median filter in opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2333167
    • 提供者:kevin
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com