source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/BlueCCal/MultiCamSelfCal/MartinecPajdla/utils/tiles_set.m @ 37

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

Added original make3d

File size: 146 bytes
Line 
1%tiles_set Set global tiles.x/y to the specified values.
2%
3%  tiles_set(x, y)
4
5function tiles_set(x, y)
6
7global tiles;
8
9tiles.x = x;
10tiles.y = y;
Note: See TracBrowser for help on using the repository browser.