搜索资源列表
homography
- 摄像机标定 单应矩阵的求法 可添加到自己的工程中去-cameras should be superscr ipt orders for the matrix method can be added to the project to
ransacfithomography
- robustly fits a homography to a set of putatively matched image points-robustly fits a homography to a set of putat ively matched image points
homography
- 自己编写的单应性矩阵的求法,按照张正友的论文进行编写的。希望有用。
homest-1.1
- homest is a C/C++ implementation of an algorithm for non-linear, robust homography estimation from matched image point features that is distributed under the GNU General Public License.
homography
- homography矩阵计算原理.包含例子,图片和说明.
homography
- 这是一个印度人编的程序,用于两图像单应矩阵和变换结果的求取-This function estimates 2D-2D plane projective homography between two perspective images using Direct Linear Transformation, RANSAC and Levenberg Marquardt optimisation.
homework.rar
- 应用于计算机视觉领域,运用单应性矩阵信息将两幅图片合成为一张,Used in the field of computer vision, using homography information will be combined into a two picture
CalibrationandUndistoration
- 实现通过摄像机获取或者手动选择图像进行摄像机标定。并可以计算单应矩阵,实现去畸变等处理。-To do camera calibration on video images or exist images including homography matrics and undistoration.
warping
- 给定两幅图像,人工指定四对点,程序会根据点对计算出两幅图像的变换对图像进行配准-warp image for registration
PinholeModel
- 针孔模型中单应矩阵的求解 mian函数,测试单应矩阵计算的算法,程序流程如下 1、 读入两个图像。 2、读入4组对应点。 3、调用CalcH函数计算H矩阵。 4、在第一幅图中用鼠标选择一点。 5、调用WarpH函数计算在第二幅图中的对应的。 6、显示结果.-Pinhole model for solving the homography mian functions, test homography computation algorithm, program
matlab_openCV
- This is a demo execution of ECC image alignment algorithm comment two of the three following lines transform = translation transform= affine transform = homography YOU MIGHT NEED MORE ITERATIONS FOR HOMOGRAPHIES!-
Fns
- 一些图像处理常用的函数,包括图像之间的点匹配、鲁棒性估计、图像旋转、基本矩阵的求解、单应矩阵求解等,可用于摄像机标定-Commonly used in a number of image processing functions, including point match between the image and robustness of the estimates, image rotation, solve the fundamental matrix, homography solv
computer_vision_work
- 自动图像拼接,利用SIFT特征匹配算法,RANSAC(random sample consensus)算法,加权平滑算法等技术克服了传统图像拼接技术中的局限性(如光照、尺度变化的影响等),实现了光照和尺度变化条件下的多视角无缝图像拼接-Automatic Image Stitching Local features detection Features Matching Homography Estimation RANSAC
homest-1.1
- 此代码是用C++写的计算平面单应的程序,利用到了LM优化,对于计算机视觉研究人员应该很有用-his is homest, a copylefted C implementation of a technique for non-linear, robust homography estimation from matched image point features
image-stitch-based-sift
- 经过测试的基于sift程序的图像拼接。以lowe的程序为sift提取核心程序,此外还包括ransac算法,单应矩阵提取,图像融合(包括加权融合以及平均融合)算法,融合效果在testnew中可见。-Image mosaic based on sift program tested. The lowe program sift extract the core program, in addition to including ransac algorithm homography extract
DLT
- 利用DLT算法,找出两幅图像间的对应点,求出射影矩阵。作业文档中有算法说明,运行说明文档中有各函数和变量的描述。-Given two images of a planar region: image_A and image_B, please estimate the Homography of this plane mapping from A to B. Please implement the DLT method to estimate the H
Homography
- 该程序利用MATLAb语言进行Homography矩阵计算,即从3维空间到2维空间的变换-The the program utilizes MATLAb language Homography matrix calculated from the 3-dimensional space to the transformation of the two-dimensional space
Homography
- 二维投影变换模型的单应矩阵表示,本文 详细给出了其变换矩阵表示的推导-Homography transformation model represents two-dimensional projection, the paper gives a detailed derivation of its transformation matrix representation
homography
- homography processing -homography processing
Homography Estimation Techniques
- The estimation of the homography between two views is a key step in many applications involving multiple view geometry. The homography exists between two views between projections of points on a 3D plane. A homography exists also between projections