synthetic_stsequence

PURPOSE ^

Simple synthetic sequences for feature detection.

SYNOPSIS ^

function f=synthetic_stsequence( sz, type )

DESCRIPTION ^

 Simple synthetic sequences for feature detection.

 Adapted from code by Ivan Laptev.

 INPUTS
   siz     - video will be siz x siz x siz
   type    - switch
               1 - corner moving up down
               2 - two circles meet each other
               3 - a circle moving against the wall
               4 - spatio-temporal oscilations with increasing frequence

 EXAMPLE
  f = synthetic_stsequence( 25, 1 ); playmovie( f, 0 );

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 11-Oct-2005 20:31:02 by m2html © 2005