Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - image rectification
Search - image rectification - List
立体图像对编码的MATLAB实现程序。包含了匹配跟小波变换2种算法,经过调试,可以使用。且效果很好。-stereo image pairs of MATLAB coding procedures. Included with the matching two kinds of wavelet transform algorithm, after debugging, can be used. And the results very good.
Update : 2025-02-17 Size : 64kb Publisher : tangli

外国人写的摄影测量开源教育代码,用于影像纠正,使用DEM,可用于研究-Written by foreigners photogrammetry education open source code for the image rectification, the use of DEM, can be used to study
Update : 2025-02-17 Size : 118kb Publisher : jiang heng

对立体视觉的双目图像进行极线校正,以实现双目致密匹配-Of three-dimensional visual image of the binocular epipolar rectification to realize dense binocular matching
Update : 2025-02-17 Size : 2.21mb Publisher : 李淼

这是关于图象矫正的代码,这个程序比较复杂。运算量也是比较大。-This is the correct code on the image, this procedure is rather complicated. Computation is relatively large.
Update : 2025-02-17 Size : 23.38mb Publisher : 陈忠翔

图象经过T投影变换失真,通过仿射变换,使得原来平行的边平行。-Image after projection transformation T distortion, through the affine transformation, the parallel edges parallel to the original.
Update : 2025-02-17 Size : 1.06mb Publisher : 陈忠翔

基于MATLAB的图像匹配程序,MATLAB实现的很多图像匹配功能-MATLAB-based image matching procedure, MATLAB realized a lot of image matching function
Update : 2025-02-17 Size : 1.66mb Publisher : 鄙人不善奔跑

 利用几何成像原理建立起CCD 双目立体视觉测量系统的数学模型,从提高系统测 量精度出发,在理论上重点对系统结构参数、图像识别误差与系统测量精度的关系进行了深入的分析和探讨,并通过实验对结论进行了验证。研究内容对实际建立该测量系统具有很强的指导作用。-Established the principle of the use of CCD imaging geometry binocular stereo vision measurement system of mathematical models to improve system measurement accuracy from the start, in theory, focus on structural parameters of the system, image recognition system error and the relationship between the measurement accuracy of an in-depth analysis and discussion and through experiments carried out to verify the conclusions. Study of the actual establishment of the measurement system has a strong guiding role.
Update : 2025-02-17 Size : 332kb Publisher : chenruibao

convolution of the image with a bank of even-symmetric linear filters followed by half-wave rectification to give a set of responses
Update : 2025-02-17 Size : 1kb Publisher : yashar

立体图像校准的matlab程序算法讲解。可以直接下载源码-A compact algorithm for rectification of stereo pairs
Update : 2025-02-17 Size : 171kb Publisher : xujie

一个立体系统相机标定,立体图像校正以及三维三角测量的多功能matlab工具箱。压缩包中包括一个PDF说明文档,和一个带有实验用图像的matlab程序压缩包。-A three-dimensional system, camera calibration, stereo image correction, as well as three-dimensional triangulation of multi-function matlab toolbox. Compressed package includes a PDF documentation, and one with an experimental image compression package matlab program.
Update : 2025-02-17 Size : 1.48mb Publisher : llc

实现对鱼眼图像的校正 我自己执行过 可以使用-it can realise the rectification of the fish eye image
Update : 2025-02-17 Size : 5.51mb Publisher : 李银阁

图像矫正, 很简单的一个小程序,感兴趣的话可以下载下来。-Image rectification
Update : 2025-02-17 Size : 1.58mb Publisher : argus

Image Rectification code.
Update : 2025-02-17 Size : 5.33mb Publisher : somnath chakraborty

图形图像中的数字微分纠正的VB实现的程序代码-Graphic image of the digital differential rectification of the VB code to achieve
Update : 2025-02-17 Size : 1kb Publisher : 王强

matlab实现图像的 Homography 矫正,有图片和示例,具体程序见 RectifyImg.m-the iamge Homography rectification based matlab, the sample including code and images are given. run the main program RectifyImg.m
Update : 2025-02-17 Size : 1.16mb Publisher : 远航

用于双目立体图像匹配:用surf提取特征点、Flann匹配、RANSAC计算基本矩阵完成立体图像对的极线校正,用opencv实现-For binocular stereo image matching feature extraction point: surf, Flann matching, RANSAC calculation of the completion of the fundamental matrix the epipolar rectification of the stereo image pairs with opencv
Update : 2025-02-17 Size : 3kb Publisher : guonan

根据原始影像和方位元素,利用水平影像纠正原理,生成无上下视差便于立体观测的“水平”影像对-According to the original image and the orientation elements, the use of horizontal image rectification principle, generate no easy stereoscopic parallax observations down "horizontal" images on
Update : 2025-02-17 Size : 2.24mb Publisher : pikachu

rectification of stereo images using stereovision
Update : 2025-02-17 Size : 2.3mb Publisher : tagore

A multi-view image rectification algorithm for matrix camera arrangement
Update : 2025-02-17 Size : 5.52mb Publisher : raymond

For fast image processing this script extracts all the parameters for stereo image rectification in order to get the largest rectangular image pairs with only valid pixel values. The parameters are sorted in the way images are read in (First pixels of first row, then pixels of 2nd row etc.). Furthermore the precision for the bilinear transformation can be reduced to 8, 16, 32 or nearest neighbor in order to save calculation efforts. The effect of precision reduction are evaluated with Double_versus_uint.m . Requirements: This script works only in conjunction with the Camera Calibration Toolbox for Matlab from Jean-Yves Bouguet: http://www.vision.caltech.edu/bouguetj/calib_doc/ Also required is the modified file FindLargestRectanglesPUS.m (original from Jaroslaw Tuszynski, see http://www.mathworks.com/matlabcentral/fileexchange/28155-inscribed-rectangle/content/FindLargestRectangles.m) This files is included in this package. - For fast image processing this script extracts all the parameters for stereo image rectification in order to get the largest rectangular image pairs with only valid pixel values. The parameters are sorted in the way images are read in (First pixels of first row, then pixels of 2nd row etc.). Furthermore the precision for the bilinear transformation can be reduced to 8, 16, 32 or nearest neighbor in order to save calculation efforts. The effect of precision reduction are evaluated with Double_versus_uint.m . Requirements: This script works only in conjunction with the Camera Calibration Toolbox for Matlab from Jean-Yves Bouguet: http://www.vision.caltech.edu/bouguetj/calib_doc/ Also required is the modified file FindLargestRectanglesPUS.m (original from Jaroslaw Tuszynski, see http://www.mathworks.com/matlabcentral/fileexchange/28155-inscribed-rectangle/content/FindLargestRectangles.m) This files is included in this package.
Update : 2025-02-17 Size : 114kb Publisher : Adilson
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.