source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/torr/torr_test_mat.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 324 bytes
Line 
1%       By Philip Torr 2002
2%       copyright Microsoft Corp.
3%a script to display synthetic matches.
4
5%generate synthetic data
6[true_F,x1,y1,x2,y2,nx1,ny1,nx2,ny2,true_C,true_R,true_t, true_E] = torr_gen_2view_matches;
7no_matches = length(nx1);
8matches = [nx1,ny1,nx2,ny2];
9
10%displayes matches
11torr_display_matches(matches)
Note: See TracBrowser for help on using the repository browser.