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

搜索资源列表

  1. AVI

    2下载:
  2. 光流法、帧间差分法、高斯背景模型差分法,在opencv环境下实现运动目标检测-moving objective detection matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-05
    • 文件大小:3607938
    • 提供者:qiuzhenyan
  1. sy2

    0下载:
  2. 在matlab中编程实现图像的创建256级灰度图像的灰度级直方图; 2. 三段式线性变换,区间参数自定义; 3. 灰度图像转变为二值图像(阈值自定义); 4. 无论使用matlab或OpenCV,均不可使用库函数。 -Matlab programming in the 256-level grayscale image to create gray-scale image histogram 2. Three-step linear transformation, custom
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:429648
    • 提供者:zhangxiao
  1. seg_oneseed

    0下载:
  2. 单种子点区域生长图像分割算法:基本处理方法是 以一组种子点开始来行程生长区域,即将哪些预定义属性类似于种子的邻域像素附加到每个种子上-Single seed point region growing image segmentation algorithms: the basic processing method is based on a set of seed points, started to trip the growth region, which is about predefi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1204
    • 提供者:tory
  1. zncc

    0下载:
  2. ZNCC Normalized cross correlation m = zncc(w1, w2) Compute the zero-mean normalized cross-correlation between the two equally sized image patches w1 and w2. Result is in the range -1 to 1, with 1 indicating identical pixel patterns.-ZN
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:566
    • 提供者:mahmoud
  1. kalmanfilter

    0下载:
  2. 包含一个VC程序和几个matlab程序一个基于Opencv的预测随机运动的点的经典例子-kalman fiter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5873507
    • 提供者:jack
  1. facedetection

    0下载:
  2. 利用OPenCV进行人脸检测,效果比MATLAB要好得多-face detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:8232
    • 提供者:何文娟
  1. opencvfacedetection

    0下载:
  2. 利用OPenCV进行人脸检测,效果比MATLAB要好得多-face detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:8238
    • 提供者:何文娟
  1. bag_words_demo

    0下载:
  2. bag of words 图像识别算法,斯坦福大学李飞飞实验室做的demo-bag of words
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:32277941
    • 提供者:李桃
  1. mathsalsa_v07_release_rar

    0下载:
  2. 矩阵c++类课件 便于一次性处理图像的一行、一列、或整幅图像 代码简洁如Matlab,运算速度远远高于Matlab, 工业级的代码,而不是toy 级的代码有很多公开的c++代码可借用 (如opencv) -image processing, MFC class
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:201446
    • 提供者:李宗州
  1. 000

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

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

    0下载:
  2. some code for opencv in matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2246333
    • 提供者:胡永涛
  1. License Plate

    1下载:
  2. 通过灰度化、分段灰度拉伸、中值滤波、边缘检测和二值化等方式对车牌图像进行预处理,然后基于灰阶跳变定位车牌。-By gray, fractional gray stretch, median filtering, edge detection and binarization, etc. on the license plate image is preprocessed, and then jump on gray positioning plate.
  3. 所属分类:图形图象

    • 发布日期:2013-01-31
    • 文件大小:5528427
    • 提供者:沈静
  1. circularHough

    1下载:
  2. Circular Hough transform using OpenCV: C++ version of the popular (best accurate I think) Matlab function CircularHough_Grd.m of Tao-Peng. Note: the user should know how to use OpenCV first.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6408
    • 提供者:Phan
  1. SSDA

    0下载:
  2. SSDA序贯相似性检测方法对图像进行模板匹配。从源图像中取小图,再到源图像中找到小图所处的位置。-SSDA sequential similarity detection method of the image template matching. Source image taken from the small map, to find a small map the source image position.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1188
    • 提供者:geof
  1. SSIM_C

    0下载:
  2. SSIM 近些年来被广泛用于衡量图象的质量,它克服了PSNR固有的一些局限性.目前网络上的SSIM相关的实现代码主要是MATLAB或者使用OPENCV库的代码.本代码完全采用C语言实现,接口简单,便于嵌入到用户代码中评估生成的图象质量-Using pure C language, this code implement the SSIM algorithm presented in the paper "Image Quality Assessment: From Error Visibilit
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:91243
    • 提供者:罗忠祥
  1. opencvhello_matlab

    0下载:
  2. opencv入门程序,使用opencv模式读取图像并显示,在vs环境下调用matlab进行图像读取和显示-opencv entry procedures, read the image using opencv mode and display, in the vs environment, call matlab to read and display the image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5500006
    • 提供者:bear zhou
  1. Matlab_OpenCV_FR

    0下载:
  2. MATLAB中调用OpenCV实现人脸检测的程序-Calling MATLAB OpenCV face detection process to achieve
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1892768
    • 提供者:John
  1. tutorialOpenCVPMatlab

    0下载:
  2. tutorial of OpenCV and Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:491166
    • 提供者:jhovie
  1. BMP_READ_WRITE

    0下载:
  2. 完全用C语言实现BMP图像的读取和保存。虽然Matlab和OpenCV能直接读取图像,但有时要求必须用C语言实现。虽然比较麻烦,但有时用得上-Entirely in C language to read and save BMP images. Although the Matlab and OpenCV can directly read the image, but sometimes required to use C language. Although it is troublesom
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:817873
    • 提供者:Fisher
  1. Fastica

    1下载:
  2. 用OpenCV写的FastICA程序,实现两幅混合图像的简单解混,附带matlab部分代码-write by OpenCV,it s about FastICA,mainly completing the task of dimixing two mixed pictures.
  3. 所属分类:OpenCV

    • 发布日期:2013-07-29
    • 文件大小:1825532
    • 提供者:lastdance
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com