搜索资源列表

  1. homography

    0下载:
  2. 摄像机标定 单应矩阵的求法 可添加到自己的工程中去-cameras should be superscr ipt orders for the matrix method can be added to the project to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3681
    • 提供者:王旋
  1. compute_homography

    1下载:
  2. 在张正友的基于平面方格的摄象机标定中,单应矩阵是关键的一步,本程序是效率精度比较高的源码-Zhang is the Friends of the plane on the box camera calibration alone should matrix is a crucial step, The procedure is relatively high efficiency accuracy of source
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1820
    • 提供者:忠波
  1. matlabCV

    1下载:
  2. 一些图象处理及机器视觉的matlib工具,例程,有ransac算法,求单应矩阵等等。-some image processing and machine vision matlib tools, routines, ransac algorithm, should seek single matrix, and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:77231
    • 提供者:lg
  1. homography

    0下载:
  2. 摄像机标定 单应矩阵的求法 可添加到自己的工程中去-cameras should be superscr ipt orders for the matrix method can be added to the project to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:3072
    • 提供者:王旋
  1. compute_homography

    0下载:
  2. 在张正友的基于平面方格的摄象机标定中,单应矩阵是关键的一步,本程序是效率精度比较高的源码-Zhang is the Friends of the plane on the box camera calibration alone should matrix is a crucial step, The procedure is relatively high efficiency accuracy of source
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:忠波
  1. matlabCV

    0下载:
  2. 一些图象处理及机器视觉的matlib工具,例程,有ransac算法,求单应矩阵等等。-some image processing and machine vision matlib tools, routines, ransac algorithm, should seek single matrix, and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:76800
    • 提供者:lg
  1. CalibrationandUndistoration

    0下载:
  2. 实现通过摄像机获取或者手动选择图像进行摄像机标定。并可以计算单应矩阵,实现去畸变等处理。-To do camera calibration on video images or exist images including homography matrics and undistoration.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:12261376
    • 提供者:杨恒
  1. homework

    0下载:
  2. 应用于计算机视觉领域,运用单应性矩阵信息将两幅图片合成为一张-Used in the field of computer vision, using homography information will be combined into a two picture
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:10309632
    • 提供者:杜鹃
  1. allfns

    0下载:
  2. 是由牛津大学VGG开发的三维重建开发包,其代码包括特征提取,单应矩阵计算,二视几何算法,多视几何的算法,是学习三维重建理论的好东西-code for reconstruction。 developed by VGG oxford
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:1350656
    • 提供者:alenw
  1. homest-1.3

    0下载:
  2. 求单应矩阵的算法。应用LM算法。输入2幅图片上的4对对应点,应用该算法可以找到单应矩阵。-http://www.ics.forth.gr/~lourakis/homest/ C/C++ Library for Robust, Non-linear Homography Estimation
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-07
    • 文件大小:56320
    • 提供者:cao
  1. zhang_calibr

    0下载:
  2. 由张正友在文章A Flexible New Technique for Camera Calibration中,提到的求两幅图像单应矩阵的源代码-Source code provided by Zhang Zhengyou in paper:A Flexible New Technique for Camera Calibration
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-07
    • 文件大小:3072
    • 提供者:lp
  1. vgg

    0下载:
  2. 多视点几何学中从P中提取出K,R例如P = K*R*[eye(3) -t]以及从两个相机矩阵得到单应矩阵-Multiview geometry extracted from the P K, R such as P = K* R* [eye (3)-t]
  3. 所属分类:matlab例程

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:daijiashu
  1. HorMat

    0下载:
  2. 利用matlab编写的获取单应矩阵的源程序,可用于计算机视觉图像配准等程序中。-Get prepared using matlab homography of the source, can be used for computer vision, image registration and other procedures.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-07
    • 文件大小:10240
    • 提供者:awake
  1. PinholeModel

    0下载:
  2. 针孔模型中单应矩阵的求解 mian函数,测试单应矩阵计算的算法,程序流程如下 1、 读入两个图像。 2、读入4组对应点。 3、调用CalcH函数计算H矩阵。 4、在第一幅图中用鼠标选择一点。 5、调用WarpH函数计算在第二幅图中的对应的。 6、显示结果.-Pinhole model for solving the homography mian functions, test homography c
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:204800
    • 提供者:qqqqqq
  1. homography

    0下载:
  2. 这是一个印度人编的程序,用于两图像单应矩阵和变换结果的求取-This function estimates 2D-2D plane projective homography between two perspective images using Direct Linear Transformation, RANSAC and Levenberg Marquardt optimisation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:29696
    • 提供者:苏营
  1. celiang

    0下载:
  2. 调用了opencv中的cvFindHomography这个函数求出了空间平面与像平面间的单应矩阵再通过单应矩阵求出需测距的像点对应的实际点,进而完成测距.-In application of cvFindHomography of openCV to measure the distance through photos.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-07
    • 文件大小:3561472
    • 提供者:FaLeFengLe
  1. Fns

    0下载:
  2. 一些图像处理常用的函数,包括图像之间的点匹配、鲁棒性估计、图像旋转、基本矩阵的求解、单应矩阵求解等,可用于摄像机标定-Commonly used in a number of image processing functions, including point match between the image and robustness of the estimates, image rotation, solve the funda
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:6125568
    • 提供者:vivian
  1. Homography

    0下载:
  2. 输入棋盘格标定图像,输入棋盘格点数,实际棋盘格宽度,以及棋盘格原点在世界坐标系的位置,求取单应矩阵-Find out the Homography
  3. 所属分类:OpenCV

    • 发布日期:2024-05-07
    • 文件大小:5742592
    • 提供者:曲圣悦
  1. find-homography

    0下载:
  2. 手动输入四对点,求取单应矩阵,存放在.yml文件中-Find Out The Homography Matix
  3. 所属分类:OpenCV

    • 发布日期:2024-05-07
    • 文件大小:14638080
    • 提供者:曲圣悦
  1. cuphigh

    0下载:
  2. 利用摄像机的单应性矩阵测量计算水杯的高度(Measuring the height of a cup by using a homography of a camera)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-07
    • 文件大小:13593600
    • 提供者:fly猪
« 12 3 »

源码中国 www.ymcn.org