source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/missing-data/occluded_motion.m @ 37

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

Added original make3d

File size: 452 bytes
Line 
1function [M,INC, pts] = occluded_motion(fo,nframes,npoints,frot,ftrans)
2% fo = fraction occluded.  We will make every point present for this fraction of
3% the frames.
4% nframes = number of frames.
5% npoints = number of points.
6% frot = fraction of 2pi degrees that rotation in depth occurs.
7% ftrans = fraction of 1 for total in-plane translation
8 
9[M pts] = unoccluded_motion(nframes,npoints,frot,ftrans);
10INC = motion_incidence(fo,nframes,npoints);
Note: See TracBrowser for help on using the repository browser.