#include "vmal_dense_matching.h"
#include <vtol/vtol_edge_2d.h>
#include <vmal/vmal_convert_vtol.h>
#include <vmal/vmal_operators.h>
#include <vnl/vnl_double_3.h>
#include <vnl/vnl_int_3.h>
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_inverse.h>
#include <vil1/vil1_memory_image_of.h>
#include <vil1/vil1_save.h>
#include <vcl_cmath.h>
Go to the source code of this file.
Functions | |
double | vmal_round (double a) |
int | vmal_round_int (double a) |
double vmal_round | ( | double | a | ) |
Definition at line 349 of file vmal_dense_matching.cxx.
int vmal_round_int | ( | double | a | ) |
Definition at line 354 of file vmal_dense_matching.cxx.