source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/BlueCCal/MultiCamValidation/Ransac/p2e.m @ 37

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

Added original make3d

File size: 61 bytes
Line 
1function e = p2e (u)
2e = u(1:2,:) ./ ([1;1] * u(3,:));
3return
Note: See TracBrowser for help on using the repository browser.