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) |
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.
Definition in file vpgl_list.h.
| bool vpgl_read_list | ( | vcl_vector< T > & | list, |
| vcl_string | file | ||
| ) |
Definition at line 29 of file vpgl_list.txx.
| bool vpgl_write_list | ( | const vcl_vector< T > & | list, |
| vcl_string | file | ||
| ) |
Definition at line 13 of file vpgl_list.txx.
1.7.5.1