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

搜索资源列表

  1. mat

    0下载:
  2. opencv的矩阵API使用例程,矩阵创建、销毁、元素访问等操作-the opencv Matrix API uses routines, matrix created, destroyed, element access operations such as
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:2.37kb
    • 提供者:zhao
  1. Bayesian-based-classifier-design

    0下载:
  2. 基于贝叶斯的分类器设计.用“cancer.mat”的数据作为训练样本集,建立Bayes分类器,用测试样本数据对该分类器进行测试,从而加深对所学内容的理解和感性认识。-Based on the Bayes classifier. ' Cancer.mat data as the training sample set, the establishment of the Bayes classifier, the classifier is tested with the test sampl
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:317.59kb
    • 提供者:封睿
  1. CamImag_baidu

    0下载:
  2. opencv244+vs2010摄像程序,基于MAT结构,带取景框,存盘功能-opencv244+vs2010 camera shooting program, base in MAT structure
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:43.33kb
    • 提供者:赵东辉
  1. frame-difference

    0下载:
  2. 在visual studio2010和opencv244写的连续帧差法的背景建模,图像处理采用Mat类型。-Written in visual studio2010 and opencv244 frame differential method for background modeling, image processing using Mat type.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1.07kb
    • 提供者:
  1. img2avi

    0下载:
  2. 基于opencv的图片拼接成视频源码,提供了两个函数-readAllImg(vector<string> filesName)和img2video(vector<Mat> imgFiles,string saveFilePath,int fps)-Based on OpenCV,to turn pictures to avi
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:644byte
    • 提供者:zhanghaibo
  1. MatTest

    0下载:
  2. 对OpenCV1.0与OpenCV高版本之间的Mat与IplImage做了详细对比,并做了相关实验。编译时候,需要至少使用CMake2.8.3-Mat and IplImage OpenCV1.0 for high versions with OpenCV to do a detailed comparison and do experiments. Compile time, you need to use at least CMake2.8.3
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:505.32kb
    • 提供者:Scott
  1. Opencv

    0下载:
  2. 采用8种方法对图像Mat的像素进行扫描,并对像素点的像素进行压缩,压缩间隔为div=64,并比较扫描及压缩的效率,效率最高的是采用.ptr及减少循环次数来遍历图像,并采用位操作来对图像像素进行压缩。-8-Mat method for image scanning pixel pixel pixel compression and compression interval div = 64, and scanning and comparing the compression efficiency
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:蒋代码
  1. opencv_dip_a_photo

    0下载:
  2. 在C++控制台程序中调用OpenCV类库中的Mat类,打开一张图片 运行此程序之前需要到OpenCV中文网下载安装OpenCV相关的运行环境并配置-OpenCV library in C++ call, open a picture before you run this program needs to download and install OpenCV OpenCV Chinese network related operating environment and configura
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5.23mb
    • 提供者:李明轩
  1. ImageTransform

    0下载:
  2. opencv的mat和Cximage转换-opencv the mat and Cximage conversion
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.21kb
    • 提供者:zhanghuibin
  1. OpenCV-camera-video-capture-sample

    0下载:
  2. 旧版OpenCV总是打不开现在的电脑摄像头,因此,查阅Opencv3.0文档后,发现其中部分类做了改进,程序为通过OpenCV3.0版本中的VideoCapture类打开电脑自带摄像头,用Mat类读取每帧图像,并利用边缘检测算法对视频边缘检测输出。-Older always OpenCV computer camera not open now, so consult Opencv3.0 document, found part of the class has been improved th
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7mb
    • 提供者:liang
  1. Dlgopencv

    0下载:
  2. 创建基于MFC的程序,并用opencv打开图像,处理图像,并在MFC的控件上显示出来。同时比较了Mat类和IplImage类的异同。-Create an MFC-based programs, and open the image, process images using opencv, and displayed on the MFC' s control. Mat also compared the similarities and differences of class and
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:18.56mb
    • 提供者:zhanghao
  1. image-matching

    0下载:
  2. 开发环境opencv2.4.6和VS2010,使用opencv2 Mat类型编写的,不是IplImage类型。-Development environment opencv2.4.6 and VS2010, use opencv2 Mat type written, not IplImage type.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.18kb
    • 提供者:我行我速
  1. Saving-And-Loading-openCV-Mat

    0下载:
  2. 提供读写Mat对象到文件中的函数 //Mat读写工具函数,比使用imwrite和imread的优点是:支持OpenCV支持的所有通道和位深。 //缺点是不能作为图像文件直接被其它程序兼容打开,另外不支持压缩-Two functions writing Mat object to file or reading Mat object file.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:15.65kb
    • 提供者:xycheng
  1. Picture-Control-show-Mat

    0下载:
  2. 在控件Picture Control中显示Mat图像-Show the Mat format picture in Picture Control .
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:788byte
    • 提供者:jie
  1. TypeConversion

    0下载:
  2. opencv开发难免遇到图像数据类型问题。本文件提供了IplImage、Cvmat、Mat 3大图像类型之间的相互转换。-opencv image data type development will inevitably encounter problems. This document provides IplImage, conversion Cvmat, Mat 3 large image types.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:978.88kb
    • 提供者:周辉
  1. canny

    0下载:
  2. 基于canny算子的边缘检测的程序代码,非mat类。-Based canny operator edge detection code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:912byte
    • 提供者:王能
  1. main

    0下载:
  2. 通过配置pointgrey的SDK(FlyCapture)来读取相机拍摄的图片并将其转换为Mat格式显示-capture the image of the pointgrey camera by using visual studio 2010 and SDK(FlyCapture).then convert the image captured to the Mat format
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.03kb
    • 提供者:jhy
  1. OpencvTest

    0下载:
  2. 可以通过opencv的mat打开一张图片,修改其中的图片名称即可换成任意图片(You can open a picture through opencv's mat and change the name of the picture to any picture)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:7.4mb
    • 提供者:superbeauty
  1. readvideo

    0下载:
  2. 我们要指定一个函数(回调函数),视频序列的每一帧都会调用它。该函数定义为输入一个mat视力,输出一个处理完毕的帧。(vs c++ use opencv to image canny)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:9kb
    • 提供者:JnGw
  1. openCV-Practicefh

    0下载:
  2. 人脸识别: 相关功能: 1.将图像转换为灰度显示 2.应用高斯滤波器去除小的边缘 3.计算与画布边缘 4.修改边缘颜色 5.将Mat转换为Xcode的UIImageView显示(Face recognition: Related functions: 1. Convert the image to grayscale display 2. Use gaussian filter to remove small edges 3. Calculate the edge of th
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:29.66mb
    • 提供者:fangs
« 12 »
搜珍网 www.dssz.com