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

搜索资源列表

  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. 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. AffineTransform

    0下载:
  2. OpenCV编写的仿射变换源程序,简单明白-OpenCV source code written in affine
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1499656
    • 提供者:sunxiyan
  1. DetectiveContour

    0下载:
  2. 视频场景切换及轮廓检测(VS2008+opencv),采用VC编写,注意源代码里的视频名称是“sunyanzi.avi”,改成自己的视频名称即可-scene change detection and detective contours,write with vc,remember change the name of video in the code into yours
  3. 所属分类:OpenCV

    • 发布日期:2017-06-01
    • 文件大小:13858023
    • 提供者:sam
  1. final

    0下载:
  2. 如题,图像处理相关matlab程序代码,应该比较全了-Such as title, image processing matlab code, all
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:1491
    • 提供者:刘崇宇
  1. 05684763SIFT_Matlab

    0下载:
  2. 这是SIFT的官方代码,说明都在readme中,然后需要在matlab中运行-This is the official code of SIFT, in the readme, and then run in matlab
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:1257358
    • 提供者:谊宝
  1. matlab

    0下载:
  2. matla编写的图像清晰度评价代码。相关系数、清晰度、熵-The written in matla image clarity evaluation code. Correlation coefficient, sharpness, entropy
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:1493
    • 提供者:MrD
  1. filename

    0下载:
  2. 代码——Matlab 如何截取视频中的每一帧图像并保存-Code- Matlab how to intercept each frame in the video image and save
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:3994
    • 提供者:张无忌
  1. ncorr_v1

    0下载:
  2. matlab/C++ 源代码,在数字相关技术中应用非常高效准确。-matlab/C++ source code in digital image correlation. It s very useful and convenient
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:163439
    • 提供者:Jiangping Xu
  1. guidedfilter

    0下载:
  2. kaiming he的guided image filtering的c++代码,利用VS2010+OPENCV2.4.4实现,效果和公布的MATLAB代码相同。-C++ code for KaiMing He s guided image filtering, the result as same as matlab code which publish in the web, project is code via VS2010+OPENCV2.4.4.
  3. 所属分类:OpenCV

    • 发布日期:2014-02-08
    • 文件大小:4342002
    • 提供者:jj
  1. learning-opencv-code

    0下载:
  2. OpenCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。-The full name of OpenCV is: Open Source Computer Vision Lib
  3. 所属分类:OpenCV

    • 发布日期:2017-06-15
    • 文件大小:23041114
    • 提供者:liebing
  1. FaceRecognition_CNN(olivettifaces)

    2下载:
  2. 智能图像/视频处理中,复杂背景环境(比如室外环境、机场、车站等)下,人脸识别的第一步是人脸的检测。它的精确度直接影响到后期识别的结果。不过,领域内的科学家们基本上很难有足够的精力和时间开发优化的C++代码,使其用于商业用途,而一般都是只在Matlab中进行模拟。 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。文章中的分类器的训练数据来自与我的 webcam图像,它们被采集于不同时间,不同光照,不同背景环境下,它几乎可以实时地检测
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:15348854
    • 提供者:周文活
  1. Space_Filter

    0下载:
  2. OpenCV、空域滤波器(中值,均值,最大最小值...)-This code is designed for space filter and it is derived Digital Image Processing Matlab edition in page117 it has ArithmeticM_Filter for Arithmetic Mean Filtering GeometricM_Filter for Geometric Mean Filtering H
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:172092
    • 提供者:atie
  1. Labdevide

    0下载:
  2. 说明:lab颜色空间图像分割,用于图像处理,matlab的源码-Lab color space for image segmentation, image processing, matlab source code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1136
    • 提供者:潇枫
  1. mosaic

    0下载:
  2. matlab code for mosaic feature extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:518091
    • 提供者:aliahsan
  1. p3p_code_final_Test

    1下载:
  2. Laurent Kneip P3P 算法Matlab代码测试样例( A Novel Parametrization of the Perspective-Three-Point Problem for a Direct Computation of Absolute Camera Position and Orientation)-Laurent Kneip P3P Matlab code Test (A Novel Parametrization of the Perspective-
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4364
    • 提供者:
  1. code

    0下载:
  2. 这个是使用局部敏感哈希算法完成的人脸识别算法,使用MATLAB简单制作了界面,算法还行,界面比较丑-This is completed using locally sensitive hash algorithm face recognition algorithm using MATLAB produced a simple interface, algorithms okay, interface is ugly
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:298864
    • 提供者:袁豪
  1. PID

    0下载:
  2. 单神经元PID控制算法的MATLAB实现,源代码在文档中,可以使用-Single Neuron PID control algorithm MATLAB realize the source code in a document, you can use
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:111201
    • 提供者:李军
  1. bnnarfzation

    0下载:
  2. matlab代码,实现指纹图片的二值化,细化等功能,编译通过,结果正确(Matlab code, the realization of fingerprint image binarization, refinement, and other functions, compiled through, the result is correct)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-22
    • 文件大小:22528
    • 提供者:chmmwnk
  1. cg452

    0下载:
  2. PSS primary synchronization signal in the time domain simulation related, This is the second energy entropy matlab code, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:151552
    • 提供者:赵小平
« 12 »
搜珍网 www.dssz.com