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

搜索资源列表

  1. Brightness-transform

    0下载:
  2. 根据matlab中的imadjust函数编写的程序,可以实现对彩色图像的亮度变换,参数要自己调一下-According to the function in matlab imadjust written procedures, can change the brightness of the color images, what parameters to tune their own
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8.14mb
    • 提供者:李芳
  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
    • 文件大小:633.34kb
    • 提供者:吕明
  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
    • 文件大小:570.72kb
    • 提供者:MORGAN
  1. 000

    0下载:
  2. Mahalanobis距離是一個可以準確找出資料分布上面極端值(Outliers)的統計方法,使用線性迴歸的概念,也就是說他使用的是共變數矩陣以及該資料分布的平均數來找尋極端值的產生,而可以讓一群資料系統具有穩健性(Robust),去除不必要的雜訊訊息,這邊拿前面共變數矩陣的資料為例,並且新增了兩個點座標向量來做Mahalanobis距離的比較-Mahalanobis distance is the information that can accurately identify the dis
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:568byte
    • 提供者:nip
  1. AffineTransform

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

    • 发布日期:2017-05-06
    • 文件大小:1.43mb
    • 提供者: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
    • 文件大小:13.22mb
    • 提供者:sam
  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
    • 文件大小:1.2mb
    • 提供者:谊宝
  1. matlab

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

    • 发布日期:2017-11-15
    • 文件大小:1.46kb
    • 提供者:MrD
  1. mexopencv-master

    0下载:
  2. Collection and a development kit of MATLAB MEX functions for OpenCV library The package provides MATLAB MEX functions that interface a hundred of OpenCV APIs. Also the package contains C++ class that converts between MATLAB s native data type a
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.65mb
    • 提供者:samuraiguy81
  1. faceDetection

    0下载:
  2. 基于OpenCV 2.4.3写的人脸检测DLL,可用在Matlab里调用。可用于人脸检测及VC Matlab OpenCV混合编程学习入门。Matlab中调用示例参考Release文件夹下的runtest.m -Based on OpenCV 2.4.3 face detection DLL, can be used to call in Matlab. A Start Example for face detection and VC Matlab OpenCV mixed program
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:12.56mb
    • 提供者:hujunyi
  1. FaceRecognition_CNN(olivettifaces)

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

    • 发布日期:2017-06-03
    • 文件大小:14.64mb
    • 提供者:周文活
  1. Canny-edge-detection

    0下载:
  2. 用OpenCV实现canny边缘检测,和MATLAB的canny边缘检测有所不同。-Canny edge detection using OpenCV,it s different the canny in MATLAB.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:764.73kb
    • 提供者:Bruce
  1. xcoj86

    0下载:
  2. AM 调制的MATLAB算法实现 MATLAB文件 推荐的不错(AM modulation algorithm in MATLAB to realize the MATLAB file recommendation well)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:9kb
    • 提供者:lknnjmn
  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
    • 文件大小:1.71mb
    • 提供者:czu&540903
  1. eseudr_based_time

    0下载:
  2. matlab数据描述工具箱,可用数据描述,可视乎以及检测(Data descr iption toolbox in matlab, the available data descr iption, visual and testing)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:342kb
    • 提供者:sxbtype
  1. ZSNPG

    0下载:
  2. To code function in matlab, and draw the figure of matlab problem sets, for your reference
  3. 所属分类:OpenCV

    • 发布日期:2017-12-20
    • 文件大小:50kb
    • 提供者:fnhegitcncb
  1. neural

    0下载:
  2. 一个用来测试神经网络的程序,在matlab中直接打开即可,还行(A test of the neural network procedures, can be opened directly in matlab, ok)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-27
    • 文件大小:21kb
    • 提供者:modeyjy
  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
    • 文件大小:2kb
    • 提供者:aiwcd
  1. algorithm-Uugmented

    0下载:
  2. Augmented least-square algorithm in matlab, easy to learn, annotation, completely can be well understood algorithm,
  3. 所属分类:OpenCV

    • 发布日期:2017-12-11
    • 文件大小:1.62kb
    • 提供者:inbtiavly
  1. Ppoficient

    0下载:
  2. 精通Matlab综合辅导与指南 用于数学建模的教科书,不错的(Proficient in Matlab integrated guidance and guide Used for mathematical modeling of the textbook, good)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-20
    • 文件大小:491kb
    • 提供者:MIxysqq!014757
« 12 3 »
搜珍网 www.dssz.com