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

搜索资源列表

  1. 计算两个矩阵的欧式距离

    0下载:
  2. 计算两个矩阵的欧式距离,opencv,对模式识别有帮助!-Two matrices of Euclidean distance calculation
  3. 所属分类:OpenCV

    • 发布日期:2016-01-24
    • 文件大小:6144
    • 提供者:
  1. StereoVision实现OpenCV、OpenGL、VS2008混合编程

    3下载:
  2. 实现OpenCV、OpenGL、VS2008混合编程,输入校正后的图像对,使用立体匹配算法计算其视差图,最后用OpenGL进行三维重建。-Achieve OpenCV, OpenGL, VS2008 hybrid programming, enter the corrected image pairs, the use of stereo matching algorithms to calculate the disparity map, and finally with OpenGL thr
  3. 所属分类:OpenCV

    • 发布日期:2012-11-13
    • 文件大小:5060271
    • 提供者:linjingliang
  1. SnakeProfile

    0下载:
  2. opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:1243
    • 提供者:
  1. biaoding

    0下载:
  2. 一种基于单幅棋盘格的标定算法opencv程序,可以很好的计算外参数和内参数-A cell based on single board opencv calibration algorithm procedure can be well outside the parameters and the calculated parameters
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:2062
    • 提供者:明浩
  1. ObjectDetect

    0下载:
  2. 用opencv做的一个比较基础的光流场目标检测算法实现,可以进行光流计算和标注,并含有测试视频文件。-To do a comparison with opencv optical flow field based object detection algorithm, optical flow can be calculated and marked, and contains test video files
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:858308
    • 提供者:Amanda
  1. calibration

    0下载:
  2. 使用OpenCV对相机进行标定,通过拍摄的图片计算出相机的内参和相关参数-camera calibration intrinsic parameters of camera
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7402866
    • 提供者:long
  1. blockmatching

    0下载:
  2. 采用块匹配法计算相邻两帧图像的运动矢量,并显示计算的矢量结果。其中使用了opencv里面的函数。需先安装和加入opencv的库。-Using the 3 step block matching algorithm to compute the motion vector of two consecutive frames.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18995739
    • 提供者:wujin
  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. OCRecognization

    1下载:
  2. 基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算-OpenCV on the OCR program, Digital Identification can be achieved, the program using KNN algorithm to calculate the sample data
  3. 所属分类:OpenCV

    • 发布日期:2012-11-13
    • 文件大小:439363
    • 提供者:在线
  1. MySNR

    0下载:
  2. opencv计算两张图片的SNR PSNR-opencv two pictures of the SNR PSNR calculation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1987930
    • 提供者:ella
  1. FaceRecog_src100902

    1下载:
  2. 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1487828
    • 提供者:yk
  1. opencv

    0下载:
  2. 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:8445
    • 提供者:胡锦
  1. motempl

    0下载:
  2. 计算运动历史图像的实例:采用运动模板检测,包括运动分割-Examples of calculation of Motion History Image: A campaign template detection, including the motion segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:2710
    • 提供者:方莉
  1. op

    0下载:
  2. 这是一个基于opencv的计算光流的程序,采用的是Lucas-Kanade算法-This is a calculation based on optical flow opencv program, using the Lucas-Kanade algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:2270
    • 提供者:zhangdaves
  1. evaluation

    0下载:
  2. 采用Opencv计算图像处理之后的评估结果:峰值信噪比等等值。-Computing the evaluated result of the image-denosing,such as PNSR etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:953
    • 提供者:鲍辉云
  1. opticalflow

    0下载:
  2. 是一种关于计算机视觉的图像处理程序,光流法计算运动速度与方向-Is an image on the computer vision processing, optical flow computation speed and direction
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:5164365
    • 提供者:jiangmaokui
  1. MyVanishingPoint

    0下载:
  2. 通过canny算子和hough变换得到的多条竖直线计算垂直方向上的灭点-By canny operator and the hough transform for calculation of a number of vertical lines on the vertical vanishing point
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3837255
    • 提供者:lclldy
  1. hist1

    0下载:
  2. 计算彩色图像各个分量的直方图-calculation hist
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4797226
    • 提供者:xiaoyan
  1. interact_area.tar

    0下载:
  2. 计算任意多边形的相交面积和相并面积,用于衡量多边形的重合度(calculate the intersection area and union area of arbitrary polygon)
  3. 所属分类:OpenCV

  1. TestLBP

    0下载:
  2. 使用vs2008开发平台,c++语言,对人脸图片进行LBP特征提取,再通过距离度量计算人脸相似度,在100人的小库中准确率超过80%(We use VS2008 development platform and c++ language to extract LBP features from face images, and then calculate face similarity by distance metric. The accuracy is over 80% in 100 sm
  3. 所属分类:OpenCV

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