Home > toolbox > test > generate_feature_track.m

generate_feature_track

PURPOSE ^

GENERATE_FEATURE_TRACK generates a feature track from a list of images.

SYNOPSIS ^

function [ featx featy vis color ] = generate_feature_track( filelist )

DESCRIPTION ^

 GENERATE_FEATURE_TRACK generates a feature track from a list of images.

 Input:
        filelist - (mx1) struct array, containing filenames of images with
                   its field 'name', which is the output of 'dir' command.

 Output:
        featx - image points x-coordinates (nxm)
        featy - image points y-coordinates (nxm)
        vis   - visibility map             (nxm)
        color - color of points in RGB     (nx3)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 24-Nov-2009 02:34:47 by m2html © 2003