KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nedviz.h
Go to the documentation of this file.
1 
6 /*
7  * $Id: nedviz.h 17606 2014-09-26 01:09:51Z predoehl $
8  */
9 
10 #ifndef NEDVIZ_H_UOFARIZONA_VISION
11 #define NEDVIZ_H_UOFARIZONA_VISION
12 
13 #include <m_cpp/m_matrix.h>
14 #include <i_cpp/i_image.h>
15 
16 namespace kjb
17 {
18 
54 Image ned_visualize_grid(
55  const Matrix& elev_o,
56  const Matrix& elev_de_o,
57  const Matrix& elev_dn_o,
58  int decimation = 1,
59  int bar_length = 0
60 );
61 
62 }
63 #endif
Definition for the Matrix class, a thin wrapper on the KJB Matrix struct and its related functionalit...
Image ned_visualize_grid(const Matrix &elev_o, const Matrix &elev_de_o, const Matrix &elev_dn_o, int decimation, int bar_length)
show NED grid output in visual form
Definition: nedviz.cpp:45
Code for a wrapper class around the C struct KJB_Image.