#include "gmvl_helpers.h"
#include <vcl_iostream.h>
#include <vcl_fstream.h>
#include <vil1/vil1_image.h>
#include <vil1/vil1_load.h>
#include <gmvl/gmvl_corner_node.h>
#include <gmvl/gmvl_image_node.h>
Go to the source code of this file.
Functions | |
vcl_ostream & | operator<< (vcl_ostream &os, const vcl_vector< gmvl_node_sptr > &r) |
to print out a lot of nodes. | |
vcl_vector< gmvl_node_sptr > | gmvl_load_raw_corners (const vcl_string filename) |
gmvl_node_sptr | gmvl_load_image (const vcl_string filename) |
Definition in file gmvl_helpers.cxx.
gmvl_node_sptr gmvl_load_image | ( | const vcl_string | filename | ) |
Definition at line 49 of file gmvl_helpers.cxx.
vcl_vector<gmvl_node_sptr> gmvl_load_raw_corners | ( | const vcl_string | filename | ) |
Definition at line 29 of file gmvl_helpers.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const vcl_vector< gmvl_node_sptr > & | r | ||
) |
to print out a lot of nodes.
Definition at line 20 of file gmvl_helpers.cxx.