Functions
contrib/gel/mrc/vpgl/algo/vpgl_list.h File Reference

Write lists of cameras, homographies, fundamental matrices in a standard format. More...

#include <vcl_string.h>
#include <vcl_vector.h>

Go to the source code of this file.

Functions

template<class T >
bool vpgl_read_list (vcl_vector< T > &list, vcl_string file)
template<class T >
bool vpgl_write_list (const vcl_vector< T > &list, vcl_string file)

Detailed Description

Write lists of cameras, homographies, fundamental matrices in a standard format.

Template classes for writing lists of cameras, homographies, fundamental matrices, etc in a standard format. This will eventually be replaced by XML read/writers.

Author:
Thomas Pollard
Date:
March 05, 2005

Definition in file vpgl_list.h.


Function Documentation

template<class T >
bool vpgl_read_list ( vcl_vector< T > &  list,
vcl_string  file 
)

Definition at line 29 of file vpgl_list.txx.

template<class T >
bool vpgl_write_list ( const vcl_vector< T > &  list,
vcl_string  file 
)

Definition at line 13 of file vpgl_list.txx.