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

搜索资源列表

  1. Homography.rar

    0下载:
  2. 已知图象4点坐标和转换后图像相对应4点坐标, 利用openCV求出homograghy 3x3 矩阵, 然后输出变换后图像,There is an input image called "warpin". The goal is to warp this image so that the tiles are approximately square, that is the camera is rotated to look down, which produces an image call
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:71249
    • 提供者:Ke Li
  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. cvlib_mex.zip

    0下载:
  2. opencv函数包,用于matlab调用,opencv function package, calls for matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:979386
    • 提供者:ronghjr
  1. MSER.rar

    1下载:
  2. 该代码是对MSER(Maximally stable extremal regions )方法的编程实现。采用的基于opencv的库进行编程,用的是vc++6.0工具。且对不是骗人的代码,大家可以根据分析代码,结合文献,进一步对该代码加以改进。,The code is the MSER (Maximally stable extremal regions) programming methods. Using the opencv library-based programming, using
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:71029
    • 提供者:任桢
  1. AdvMorph

    0下载:
  2. 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2327422
    • 提供者:
  1. Sobel-Laplace-Canny-matlab-code

    0下载:
  2. 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:648543
    • 提供者:吕明
  1. OpenCv_Snake

    0下载:
  2. OpenCv中snake程序的实现的代码-OpenCv procedure in the realization of snake code
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1279
    • 提供者:梁正博
  1. normxcorr2_mex_ALL

    1下载:
  2. 归一化互相关高速计算模块OpenCV工程,Daniel Eaton已将其生成Matlat Mex文件,比Matlab内建的normxcorr2()效率要高-Normalized cross-correlation of high-speed calculation module, Daniel Eaton have been wrapped the C++ code from OpenCV project and making it available as a MATLAB MEX-file,
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:584414
    • 提供者:MORGAN
  1. CamShift-matlab

    0下载:
  2. Camshitft算法,虽然opencv有Camshift函数,但是用matlab写能更好的了解原理,呵呵!-Camshitft algorithm, opencv Although there Camshift function, but with matlab can write a better understanding of the principle, huh, huh!
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:3132
    • 提供者:周飞
  1. OpenCV

    0下载:
  2. OpenCV 是一个开源的计算机视觉库,采用 C/C++语言编写,可以运行在Linux/Windows/Mac 等操作系统上。OpenCV 还提供了 Python、Ruby、MATLAB 以及其他语言的接口。 本文为其使用教程-learning opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1167339
    • 提供者:aprilhao
  1. OpenCV-wraper

    1下载:
  2. cvlib_mex封装了OpenCV库大约30个函数,OpenCV是当前流行的实时计算机视觉库,拥有很多的图像处理的算法。 -OpenCV library encapsulates cvlib_mex around 30 function, OpenCV is popular real-time computer vision library, with a lot of image processing algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:845944
    • 提供者:wth
  1. VideoFaceDetect

    2下载:
  2. 使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示, 实时性比C低。 下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-18
    • 文件大小:911802
    • 提供者:谭恒良
  1. OpenCV-cn

    0下载:
  2. 学习OpenCV的中文书。 OpenCV 是一个开源(参见http://opensource.org)的计算机视觉库,项目主页为 http://SourceForge.net/projects/opencvlibrary。OpenCV 采用C/C++语言编 写,可以运行在Linux/Windows/Mac 等操作系统上。OpenCV 还提供了Python、R uby、MATLAB 以及其他语言的接口。-Learning OpenCV of Chinese books. OpenC
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1371703
    • 提供者:guojie
  1. How-to-train-their-classifier-OpenCV

    1下载:
  2. matlab图像特征识别。分类器的训练方法。很好的学习资料。如何用OpenCV训练自己的分类器。内含人脸库共训练器使用-matlab image feature recognition. Classifier training methods. Good learning materials. How to use OpenCV train their own classification. Training face database containing a total of uses
  3. 所属分类:Graph Recognize

    • 发布日期:2015-12-10
    • 文件大小:5283840
    • 提供者:yanhao
  1. apalbcation-The-MATLAB

    0下载:
  2. MATLAB在物理中的应用,在学习物理的同时也能掌握一门计算机技术(The application of MATLAB in physics, the study of physics can also master a computer technology)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:1798144
    • 提供者:czu&540903
  1. thj-Matlab

    0下载:
  2. 在Matlab应用系统中,创建数据文件,得到符合要求的界面(In the Matlab application system, to create the data file, conform to the requirements of the interface)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:aiwcd
  1. This-using-Matlab

    0下载:
  2. 这是采用Matlab编写的车牌识别程序,总共包含96个文件(This is the license plate recognition using Matlab program, containing a total of 96 documents)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:313344
    • 提供者:elp%25269555
  1. 学习OpenCV(中文版)

    0下载:
  2. OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。(OpenCV is a cross platform computer vision library based on BSD licensing (open source) that
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:23507968
    • 提供者:mao dong
  1. matlab

    0下载:
  2. 利用matlab或opencv自动计算图像中大米粒的个数,每个大米粒的位置(精确定位,重心法),计算每个大米粒的面积。(The number of rice grains in the image is calculated automatically by MATLAB or opencv, and the location of each grain of rice (precise positioning, gravity center method) is calculated.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:hikebye
  1. OPENCV图像处理的函数说明

    0下载:
  2. OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。它轻量级而且高效--由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。 OpenCV用C++语言编写,它的主要接口也是C++语言,但是依然保留了大量的C语言接口。该库也有大量的Python, Java and MATLAB/OCTAVE (版本2.5)的接
  3. 所属分类:图形图象

    • 发布日期:2018-04-22
    • 文件大小:370688
    • 提供者:yuxuefenfei
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com