Public Member Functions | Static Public Member Functions
vpgl_nitf_camera_coverage Class Reference

There are several algorithms useful when determining which geografical regions are covered by a set of cameras. More...

#include <vpgl_nitf_camera_coverage.h>

List of all members.

Public Member Functions

 vpgl_nitf_camera_coverage ()
 ~vpgl_nitf_camera_coverage ()

Static Public Member Functions

static bool coverage_list (vcl_vector< vgl_point_2d< double > > geo_pts, vcl_string camera_list, vcl_string img_coverage_list)
 Saves to an input file, the filenames of the NITF images which contain the specified geografic position.
static bool compute_coverage_region (vcl_string camera_list, vcl_string out_imfile)
 Saves an image where the areas covered by the cameras on the "camera_list" file are colored as red.

Detailed Description

There are several algorithms useful when determining which geografical regions are covered by a set of cameras.

This class contains a set of algorithms that provides such answer in different ways.

Definition at line 18 of file vpgl_nitf_camera_coverage.h.


Constructor & Destructor Documentation

vpgl_nitf_camera_coverage::vpgl_nitf_camera_coverage ( ) [inline]

Definition at line 21 of file vpgl_nitf_camera_coverage.h.

vpgl_nitf_camera_coverage::~vpgl_nitf_camera_coverage ( ) [inline]

Definition at line 22 of file vpgl_nitf_camera_coverage.h.


Member Function Documentation

bool vpgl_nitf_camera_coverage::compute_coverage_region ( vcl_string  camera_list,
vcl_string  out_imfile 
) [static]

Saves an image where the areas covered by the cameras on the "camera_list" file are colored as red.

Definition at line 71 of file vpgl_nitf_camera_coverage.cxx.

bool vpgl_nitf_camera_coverage::coverage_list ( vcl_vector< vgl_point_2d< double > >  geo_pts,
vcl_string  camera_list,
vcl_string  img_coverage_list 
) [static]

Saves to an input file, the filenames of the NITF images which contain the specified geografic position.

The inputs to this function are: A vector of vgl_point_3d<double> with the geographic points of interest (x-longitude, y-latitud, z-elevation). The filename of a file containing a list of NITF images to go through. A filename to write the image for which the points projects within the image

Definition at line 12 of file vpgl_nitf_camera_coverage.cxx.


The documentation for this class was generated from the following files: