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

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

Added original make3d

File size: 551 bytes
Line 
1function [M,INC, pts] = occluded_motion2(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_motion2(nframes,npoints,frot,ftrans);
10[M pts] = arbitrary_motion(nframes,npoints,ftrans);  frot;
11% ftrans isn't actually used here,
12INC = motion_incidence(fo,nframes,npoints);
Note: See TracBrowser for help on using the repository browser.