Home > systems > generateFromLDS.m
Generate Video sequence from LDS Paramters
function [I,Z] = generateFromLDS(sysParam,vSize)
Generate Video sequence from LDS Paramters
This function generates a video sequnce given the paramters of the LDS for
any arbitary number of frames.
INPUTS
sysParam - Structure containing the parameters of the LDS
vSize - r x c x F denoting the size of the video sequence.
Note that the r and c parameters must be conisten with the original
video sequence from which the LDS was identified.
OUTPUTS
I - Generated video sequence of size r x c x F
Z - Hidden states of the model: n x F, where n is the model order.
EXAMPLE
% Written by : Avinash Ravichandran
% $DATE : 27-Aug-2011 01:13:44 $
% $REVISION : 1.00 $
This function calls:
This function is called by: