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

搜索资源列表

  1. gaosi

    0下载:
  2. 在OpenCV的cvaux有高斯混合模型函数,其中定义了CvGaussBGModel类用于存放高斯混合模型的各个参数。在编写代码前需要对cvbgfg_gaussmix.cpp和cvaux.h这两个文件做些修改
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6.59kb
    • 提供者:liuna
  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. MFC

    0下载:
  2. 一个很好的有关OPENCV和MFC相结合的例子,-A good combination of relevant OPENCV and the MFC example,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.6mb
    • 提供者:张微
  1. file

    2下载:
  2. 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-you can learn this
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-11
    • 文件大小:525.86kb
    • 提供者:wuwei
  1. HausDorffComputer

    0下载:
  2. 源码包括鲁棒性HausDorff算法(RHD)的C++版本,分为三个文件,分别为HausDorffComputer.cpp,HausDorffComputer.h,CommonHeader.h,实现了RHD算法,同时增加了OPENMP并发编程的指令,可供OPENCV图形开发人员参考。-This Rar file consists three files named HausDorffComputer.cpp, HausDorffComputer.h and CommonHeader.h. It
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.37kb
    • 提供者:葛世超
  1. CheetSeat_Welcome

    0下载:
  2. The OpenCV C++ reference manual is here: http: // opencv. willowgarage. com/ documentation/ cpp/ . Use Quick Search to nd descr iptions of the particular functions and classe
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:103.86kb
    • 提供者:Image
  1. mushroom.cpp

    0下载:
  2. Mushroom example with OpenCV and C language. This program demonstrated the use of OpenCV s decision tree function for learning and predicting data
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.94kb
    • 提供者:marcusbarnet
  1. Opencv-Basics-CPP

    0下载:
  2. Opencv Basics : Canny Transformation , Image Erosion, Window without title bar.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1.55kb
    • 提供者:Harsha
  1. MyCodeOpenCV

    0下载:
  2. 总结的OpenCV代码。其中包括了CANNY灰度边缘处理。还有显示图像。包括高度宽度各取一半的显示。把txt格式转换成cpp即可-Summary OpenCV code. Including CANNY gray edge treatment. There are display images. Including the height of the width of each of half of the show. Txt file into cpp to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.45kb
    • 提供者:deb
  1. MyCode

    0下载:
  2. OpenCV基础cpp.包括RGB转成灰度图像,载入图像平滑处理,ROI的应用这三个文件。利于初学者学习。-The OpenCV basis cpp. RGB to grayscale image, load the image smoothing, ROI application of these three documents. Will help beginners to learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.85kb
    • 提供者:deb
  1. canny.cpp

    0下载:
  2. OpenCv Code for detecting the edges of a picture, note that u can change the parameters to have your preferable result-OpenCv Code for detecting the edges of a picture, note that u can change the parameters to have your preferable result
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.03kb
    • 提供者:zeenwa
  1. sauvola

    0下载:
  2. 使用sauvola方法进行的图像二值化,其中包含了计算局部均值和方差的函数,使用Opencv进行数据保存-Use sauvola method of image binarization, contains a function to calculate the local mean and variance, using Opencv for data storage
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.14kb
    • 提供者:李宗阳
  1. CvvImage

    0下载:
  2. opencv程序中检测使用的CvvImage CvvImage类 文件
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2.76kb
    • 提供者:wildness
  1. faceDetect

    1下载:
  2. 采用opencv实现人脸图像的检测,定位人脸的位置-Using opencv face image detection, and locate the face position
  3. 所属分类:Special Effects

    • 发布日期:2014-04-28
    • 文件大小:22.63mb
    • 提供者:甘永洲
  1. watershed

    0下载:
  2. 用C++写的OPENCV的分水岭算法源码-watershed algorithm with cpp and opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:26.64kb
    • 提供者:李清军
  1. indexfromPNG.cpp.tar

    0下载:
  2. 利用libpng库解码读取png图片,获取图片像素的颜色索引值,并将结果保存在opencv的Mat数据容器中。-The color index value for each pixel of a png pixture is given by this code with the help of libpng library. The result is saved in Mat class of opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:
  1. Jigsaw-puzzle-Game-By-CPP-and-Opencv

    0下载:
  2. 通过C++和Opencv编写了一个拼图板小游戏,类似于Windows 7自带小工具“图片拼图板”,支持设置拼图板的行数和列数,有兴趣可以下载来玩一玩- 通过C++和Opencv编写了一个拼图板小游戏,类似于Windows 7自带小工具“图片拼图板”,支持设置拼图板的行数和列数,有兴趣可以下载来玩一玩 C++ and Opencv prepared by a puzzle board game, similar to the Windows 7 comes with a small
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:120.57kb
    • 提供者:吕不韦
  1. AutoCanny-master

    0下载:
  2. Zero-parameter, automatic Canny edge detection with C++ and OpenCV. This is a conversion of Adrian Rosebrock's python scr ipt to c++. Everything is contained in the include folder in auto_canny.h There's an simple code in src/main.cpp to rea
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:2kb
    • 提供者:穿山甲说
  1. MyTest.cpp

    0下载:
  2. 实现使用c和opencv进行图像的基本操作,如形态学,分割等预处理工作(mplementation of the basic operations of images using C and opencv, such as morphology, segmentation and other preprocessing work)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:1kb
    • 提供者:dreambander
  1. 平滑处理.cpp

    0下载:
  2. 使用C语言,调用OpenCV的库,来对图像进行平滑处理。(Use the C language to call the OpenCV library to smooth the image.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:5kb
    • 提供者:小豚猪
搜珍网 www.dssz.com