The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

mp_makeindex.m

Go to the documentation of this file.
00001 % MP_MAKEINDEX
00002 % 
00003 % [ind, x, y, scale_start, scale_factor] = mp_makeindex(width, height, window_size) 
00004 % will create the array index and the corresponding x and y locations of
00005 % the upper left corner of a square window of size window_size that the
00006 % iterator will take on when doing a search of an image of width 'width' and
00007 % height 'height'.  scale_start gives the index at which a new scale has started,
00008 % and scale_factor gives what the scale actually is.
00009 %
00010 % WARNING! Be very careful about switching between row-major and
00011 % column-major formats!  MPISearch searches column major!!!

Generated on Mon Nov 8 17:07:42 2004 for MPT by  doxygen 1.3.9.1