Description: 图像中的对极几何问题,是一个了解和学习外极线约束方法的不错代码-Image epipolar geometry problems, is a knowledge and learning outside the epipolar constraint method of good code Platform: |
Size: 3084288 |
Author:杜永凯 |
Hits:
Description: 实现立体匹配算法"quasi-dense matching"的Matlab代码,具体可参见CVPR 2007文章 Quasi-dense wide baseline matching using match propagation.-Stereo Matching Algorithm realize quasi-dense matching the Matlab code can be found in specific CVPR 2007 article Quasi-dense wide baseline matching using match propagation. Platform: |
Size: 538624 |
Author:司卫光 |
Hits:
Description: this a stereo matching in toolbox of matlab and run in matlab 2008 and 2009-this is a stereo matching in toolbox of matlab and run in matlab 2008 and 2009 Platform: |
Size: 529408 |
Author:mehdi |
Hits:
Description: 这是基于动态规划的立体匹配的代码,是当前立体匹配中很好的一种实现方式-This is the stereo matching based on dynamic programming code that is currently in a good stereo matching method to implement Platform: |
Size: 222208 |
Author:gengyingnan |
Hits:
Description: 立体匹配 获得立体图像左右视图的视差图代码-Stereo matching to obtain three-dimensional view of the disparity map image around the code Platform: |
Size: 465920 |
Author:wangxn |
Hits:
Description: It is source code base on camera calibration toolbox for matlab to perform stereo camera calibration automatically Platform: |
Size: 1360896 |
Author:law |
Hits:
Description: 这是一个MATLAB代码实现的计算一对用双目立体视觉获得的一对图像对,然后用最新的Daisy算法计算每一个点的局部特征描述子,并且来实现立体匹配的功能。-This is a MATLAB code for computing a pair of stereo vision with a pair of images were obtained, and then Daisy algorithm with the latest point of the local characteristics of each descriptor, and to achieve the stereo matching function. Platform: |
Size: 183296 |
Author:peter |
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: this file is a matlab code that estimate distance of object to camera by using two images that take by two different camera Platform: |
Size: 624640 |
Author:maryam |
Hits:
Description: 立体矫正是用于立体匹配之前 此代码用MATLAB实现了立体校正-Stereo rectiting is used to stereo matching.This code use Matlab to complete the stereo)rectity. Platform: |
Size: 966656 |
Author:蓉 |
Hits:
Description: 是FM调频立体声的调制解调的matlab仿真代码,实现了对双声道语音的调制和解调,非simulink方式,完完全全的matlab代码-This is for FM stereo radio signal modulation and de-modulation code. it is not for matlab simulink, it is completely matlab code, you can follow it and for understanding FM stereo signal generate very well. Platform: |
Size: 1105920 |
Author:袁斌 |
Hits: