Follow this link to skip to the main content

camera_model.cc File Reference

#include "claraty/camera_model.h"
#include <fstream>
#include <iostream>
#include "claraty/fdm_parse_tree.h"
#include "claraty/point.h"
#include "claraty/matrix.h"
#include "claraty/2d_point.h"

Include dependency graph for camera_model.cc:

Go to the source code of this file.

Namespaces

namespace  claraty

Functions

bool claraty::io_object (FDM_Map map, auto_ptr< Camera_Model > &model)
bool claraty::align_models (const Camera_Model &model1, const Camera_Model &model2, Camera_Model *&new_model1, Camera_Model *&new_model2, Map_Op &map1, Map_Op &map2)


Detailed Description

This is the pure abstract base class for building camera models.


Designer(s): Clay Kunz, Issa A.D. Nesnas
Author(s): Clay Kunz
Date: December 13, 2001

Software License:
http://claraty.jpl.nasa.gov/license/open_src/ or file: license/open_src.txt

© 2006, Jet Propulsion Laboratory, California Institute of Technology
© 2006, NASA Ames Research Center

Revision
1.5

Definition in file camera_model.cc.