Description: 立体图像对编码的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. Platform: |
Size: 65612 |
Author:tangli |
Hits:
Description: image matching相关的matlab程序,可运行,已调试-image matching procedures related to the Matlab can be run, debug Platform: |
Size: 93184 |
Author:maggie |
Hits:
Description: 立体图像对编码的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. Platform: |
Size: 65536 |
Author:tangli |
Hits:
Description: 图像中的对极几何问题,是一个了解和学习外极线约束方法的不错代码-Image epipolar geometry problems, is a knowledge and learning outside the epipolar constraint method of good code Platform: |
Size: 3084288 |
Author:杜永凯 |
Hits:
Description: 人们之所以能够看到深度,是因为,来自三维世界的不同视角。本程序尝试从一个2D图像映射并计算对应的3D的距离。-People have been able to see the depth, is because the three-dimensional world from different perspectives. This procedure attempts to map from a 2D image and calculate the corresponding 3D distance. Platform: |
Size: 520192 |
Author:王拨 |
Hits:
Description: 利用几何成像原理建立起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. Platform: |
Size: 339968 |
Author:chenruibao |
Hits:
Description: 基于区域的立体匹配算法
本算法从两幅彩色立体图像对中提取深度信息,使用过滤器消除视差图深度估计中的不稳定性。-Region Based Stereo Matching Algorithms
region based stereo matching algorithms are developed for extraction depth information from two color stereo image pair. A filter eliminating unreliable disparity estimation was used for increasing reliability of the disparity map. Platform: |
Size: 237568 |
Author:吴明 |
Hits:
Description: 一个立体系统相机标定,立体图像校正以及三维三角测量的多功能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. Platform: |
Size: 1556480 |
Author:llc |
Hits:
Description: 寻找相应的特点,在一副图片的基础是许多光流、立体的视觉和图像间的配准算法。一个发现匹配方法简单,取一小块一个图像,计算其滑动互相与其他的形象,并找到一个高峰。此表格提供了课堂的实现方法。-Finding corresponding features in a pair of images is the basis of many optic flow, stereo vision and image registration algorithms. One straightforward approach to finding a match is to take a small patch of one image, compute its sliding cross-correlation with the other image, and find a peak. This submission supplies a class which implements this method.
Platform: |
Size: 776192 |
Author:王羽 |
Hits:
Description: 立体匹配 获得立体图像左右视图的视差图代码-Stereo matching to obtain three-dimensional view of the disparity map image around the code Platform: |
Size: 465920 |
Author:wangxn |
Hits:
Description: compute d isparity map of two stereo image pair-compute de disparity map of two stereo image pair Platform: |
Size: 2048 |
Author:geo170 |
Hits:
Description: Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。
代码使用如下:
function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta)
from gaborfilter1 with different f(Frequency) and theta(Angle).
for example
f:0,2,4,8,16,32
theta = 0,pi/3,pi/6,pi/2,3pi/4
then for any input image like(eg. stereo.jpg)
you have 6x5 = 30 filtered images.
You can choose your desired angles or frequencies.
You can put nominaly Sx & Sy = 2,4 or some one else.
For instance I tested above example on ( cameraman.tif )(in MATLAB pictures)
I = imread( cameraman.tif )
[G,gabout] = gaborfilter1(I,2,4,16,pi/3)
figure,imshow(uint8(gabout)) -Gabor filters are often used for shape detection and feature extraction, such as the enhanced fingerprint image. Matlab implementation of the code is a two-dimensional Gabor filter. Use the following code: function [G, gabout] = gaborfilter1 (I, Sx, Sy, f, theta) from ' gaborfilter1' with different f (Frequency) and theta (Angle). For example f: 0,2,4, 8,16,32 theta = 0, pi/3, pi/6, pi/2,3 pi/4 then for any input image like (eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on (' cameraman.tif' ) (in MATLAB pictures) I = imread (' cameraman.tif' ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (uint8 (gabout)) Platform: |
Size: 1024 |
Author:郑碧波 |
Hits:
Description: Useful tool for rendering and outputting information rich images-This function can be used in place of IMAGE, IMAGESC and IMSHOW, but does so much more. It is fast and displays images as they should be- correct aspect ratio, integer magnification, no axes. In addition, it can return the image as an output variable- useful for saving to disk, texture mapping surfaces, and post-rendering manipulation such as overlaying/combining two or more images.
All the MATLAB built-in colormaps are implemented, but without MATLAB s nasty discretization artifacts. Plus, there are many new colormaps which are helpful for viewing more complex data, such as optic flow, likelihoods over images, difference images, segmentations, stereo image pairs (as anaglyphs) and edge-maps with orientation. It also accepts user defined linear and non-linear colormaps. Platform: |
Size: 41984 |
Author:史明明 |
Hits:
Description: 采用matlab编写的程序,利用最小能量法,实现图像立体匹配-Using matlab program, using the minimum energy method, the realization of stereo image matching Platform: |
Size: 2103296 |
Author:李华 |
Hits:
Description: matlab程序。实现立体像对的矫正,并将匹配点显示出来-Matlab program. To realize the correction of the stereo image pair, and display the matching points. Platform: |
Size: 31848448 |
Author:hanpuxia |
Hits: