CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - c ,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
    • 文件大小:3552214
    • 提供者:吴亮
  1. 运动物体跟踪,采用c,c++

    1下载:
  2. 运动物体跟踪,采用c,c++,opencv编写,mobile tracking
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:929382
    • 提供者:lizhicheng
  1. 基于Retinex的MSRCR算法的C语言实现

    0下载:
  2. 基于Retinex的MSRCR算法的C语言实现。其中的高斯平滑采用了与尺度无关的快速算法,每个点的运算只要6MADD。程序改自GRetinex,一个GIMP插件,C implementation of Retinex, i.e. MSRCR algorith. In the implementation a fast algorithm was employed for Gaussian smoothing that only 6 MADD for each operating point ar
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-21
    • 文件大小:86723
    • 提供者:myb
  1. GVF_Snake_plus.rar

    1下载:
  2. GVF snake的C++实现,开发环境为VC6.0,OpenCV。大部分代码都为本地代码。代码依据GVF原始论文以及其demo编写。 ,GVF snake' s C++ implementation, development environment for VC6.0, OpenCV. Most of the code for the local code. GVF dissertation based on original code as well as the preparation o
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-02-06
    • 文件大小:91305
    • 提供者:wenxiao
  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
    • 文件大小:20918
    • 提供者:
  1. SIFT_VC.rar

    0下载:
  2. 用C++及OpenCV写的SIFT算法,经测试很好用,OpenCV with C++ and write SIFT algorithm, tested well with the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10515961
    • 提供者:方舟
  1. edge.rar

    0下载:
  2. opencv c++将彩色图像转换为灰度图像进行边缘检测,,opencv c++ to convert color images to gray-scale image edge detection,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:809
    • 提供者:wangwei
  1. foudpot.rar

    0下载:
  2. 找出图形图像的面积,显示通过变化后的图像,用c++与OPenCV共同实现。,To identify the area of graphic image to show through changes in image, using c++ and realize common OPenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:6276
    • 提供者:侯小刚
  1. checkface

    0下载:
  2. 找出人脸,会把眼睛,鼻子,用红线圈起来,用C++与OPenCV结合实现。-Identify the human face, will be the eyes, nose, with red coils, use C++ and realize OPenCV combination.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:8370
    • 提供者:侯小刚
  1. autopano-sift-C-2.5.0

    0下载:
  2. sift算法的c算法,基于opencv的,一个大牛写得,很厉害的。-c algorithms sift algorithm, based on the opencv, a large cattle write, it is powerful.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:265787
    • 提供者:刘恒
  1. opencv

    0下载:
  2. 好的讲opencv的电子书,chm格式的,学习opencv的必备工具。-Good speaking opencv e-book, chm format, learning opencv an essential tool.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3723007
    • 提供者:A_cai__
  1. HumanDetect

    0下载:
  2. this file combines c++ and opencv,it can detect humanbody in a seris of images,the image can be a video file。It uses HOG operater to make the moving object is human。
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1106
    • 提供者:刘圆圆
  1. opencv

    0下载:
  2. 用opencv实现的人脸检测功能,以及自己编写的代码实现人脸检测功能-Achieved with opencv face detection function, as well as their own code written in the realization of human face detection function
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:2582777
    • 提供者:
  1. OpenCV

    0下载:
  2. 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。 -Book C/C++ Language examples. The examples subdirectory in the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3614275
    • 提供者:lynn
  1. Opencv-source-code

    0下载:
  2. 《OpenCV教程:基础篇》这本书附带的源码,作者为:刘瑞祯,于仕琪等。-source code for a book about opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2939923
    • 提供者:Melody
  1. tuxiang_duqu

    0下载:
  2. Visual C++ 和 OpenCV搭建的,用于读取.bmp 文件 可以作为图像处理的入门级参考资料-Visual C++ and OpenCV built for reading. Bmp file can be used as the entry-level image processing reference
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:267355
    • 提供者:liujiafei
  1. Toolbox_Net

    0下载:
  2. 基于OpenCV和C++的摄像机内参标定工具包源代码,界面部分C#编写-Camera Calibration ToolBox based on OpenCV & C++,UI is using C-Sharp
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2075410
    • 提供者:tony
  1. opencv

    0下载:
  2. 本翻译是直接根据 OpenCV Beta 4.0 版本的用户手册翻 译的,原文件是: <opencv_directory>/doc/ref/opencvref_cv.htm, 可 以从 SOURCEFORG 上面的 OpenCV 项目下载,也可以直 接从 阿须数码 中下载: http://www.assuredigit.com/incoming/sourcecode/o pencv/chinese_docs/ref/opencvref_cv.htm。 翻译
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:686808
    • 提供者:dugumengyouzi
  1. Match_SIFT

    0下载:
  2. 这是一个SIFT算法的实现,主要的代码是Kuas写的,本人只是用来进行匹配而已。发上来主要是要推荐这个SIFT的实现,写的很棒,这个跟Rob Hess的源码相比,思路更加清晰,而且是用类封装好的,简单易用。这个代码是基于OpenCV的。-This is an implementation of SIFT algorithm, the main code is written by Kuas, I just used it for matching. I mainly recommend thi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:157412
    • 提供者:Zoro
  1. Image-Processing-OpenCV-

    1下载:
  2. 基于Visual C++和OpenCV结合的打开摄像头捕获图像源程序,是结合OpenCV库函数开发的程序,非常实用。-Based on Visual C++ and OpenCV camera to capture a combination of open source image, is a combination of OpenCV library development program, very useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:31317
    • 提供者:stellarzhong
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com