| contrib/gel/mrc/vpgl/vpgl_affine_camera.h [code] | A class for the affine camera model |
| contrib/gel/mrc/vpgl/vpgl_affine_camera.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_affine_fundamental_matrix.h [code] | A class for the fundamental matrix between two affine cameras |
| contrib/gel/mrc/vpgl/vpgl_affine_fundamental_matrix.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_calibration_matrix.h [code] | A class for the calibration matrix component of a perspective camera matrix |
| contrib/gel/mrc/vpgl/vpgl_calibration_matrix.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_camera.h [code] | A general camera class |
| contrib/gel/mrc/vpgl/vpgl_comp_rational_camera.h [code] | A composite rational camera model |
| contrib/gel/mrc/vpgl/vpgl_comp_rational_camera.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_essential_matrix.h [code] | A class for the essential matrix between two projective cameras |
| contrib/gel/mrc/vpgl/vpgl_essential_matrix.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_fundamental_matrix.h [code] | A class for the fundamental matrix between two projective cameras |
| contrib/gel/mrc/vpgl/vpgl_fundamental_matrix.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_lens_distortion.h [code] | An abstract base class for all lens distortions |
| contrib/gel/mrc/vpgl/vpgl_lens_distortion.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_perspective_camera.h [code] | A class for the perspective camera model |
| contrib/gel/mrc/vpgl/vpgl_perspective_camera.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_poly_radial_distortion.h [code] | A class for polynomial radial lens distortions |
| contrib/gel/mrc/vpgl/vpgl_poly_radial_distortion.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_proj_camera.h [code] | A camera model using the standard 3x4 matrix representation |
| contrib/gel/mrc/vpgl/vpgl_proj_camera.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_radial_distortion.h [code] | An abstract base class for radial lens distortions |
| contrib/gel/mrc/vpgl/vpgl_radial_distortion.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_rational_camera.h [code] | A camera model based on ratios of cubic polynomials |
| contrib/gel/mrc/vpgl/vpgl_rational_camera.txx [code] | |
| contrib/gel/mrc/vpgl/vpgl_reg_fundamental_matrix.h [code] | A class for the fundamental matrix between two affine cameras registered to a ground plane |
| contrib/gel/mrc/vpgl/vpgl_reg_fundamental_matrix.txx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_adjust_rational_trans_onept.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_adjust_rational_trans_onept.h [code] | Adust image offsets to register a set of rational cameras |
| contrib/gel/mrc/vpgl/algo/vpgl_backproject.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_backproject.h [code] | Methods for back_projecting from cameras to 3-d geometric structures |
| contrib/gel/mrc/vpgl/algo/vpgl_bundle_adjust.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_bundle_adjust.h [code] | Bundle adjustment sparse least squares functions |
| contrib/gel/mrc/vpgl/algo/vpgl_camera_compute.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_camera_compute.h [code] | Several routines for computing different kinds of cameras from world-point correspondences |
| contrib/gel/mrc/vpgl/algo/vpgl_camera_homographies.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_camera_homographies.h [code] | Various miscellaneous methods involving cameras |
| contrib/gel/mrc/vpgl/algo/vpgl_construct_cameras.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_construct_cameras.h [code] | This class creates a pair of cameras from a set of corresponding points from a pair of images |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_2_point.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_2_point.h [code] | A 2 point algorithm for computing the fundamental matrix for translation from point correspondences |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_7_point.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_7_point.h [code] | The 7 point algorithm for computing a fundamental matrix from point correspondences |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_8_point.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_8_point.h [code] | The 8 point algorithm for computing a fundamental matrix from point correspondences |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_affine_ransac.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_affine_ransac.h [code] | Compute the fundamental matrix from rectified image correspondences |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_ransac.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_ransac.h [code] | Compute the fundamental matrix from image correspondences |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_reg_ransac.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_fm_compute_reg_ransac.h [code] | Compute the fundamental matrix from rectified image correspondences |
| contrib/gel/mrc/vpgl/algo/vpgl_interpolate.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_interpolate.h [code] | Methods for interpolating between cameras |
| contrib/gel/mrc/vpgl/algo/vpgl_invmap_cost_function.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_invmap_cost_function.h [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_lens_warp_mapper.h [code] | A lens distortion adaptor for vil_warp |
| contrib/gel/mrc/vpgl/algo/vpgl_list.h [code] | Write lists of cameras, homographies, fundamental matrices in a standard format |
| contrib/gel/mrc/vpgl/algo/vpgl_list.txx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_optimize_camera.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_optimize_camera.h [code] | Methods for projecting geometric structures onto the image |
| contrib/gel/mrc/vpgl/algo/vpgl_ortho_procrustes.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_ortho_procrustes.h [code] | Solve min(R,s) ||X-sRY||, where R is a rotation matrix, X,Y are 3-d points, s is a scalar |
| contrib/gel/mrc/vpgl/algo/vpgl_project.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_project.h [code] | Methods for projecting geometric structures onto the image |
| contrib/gel/mrc/vpgl/algo/vpgl_rational_geo_adjust.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_rational_geo_adjust.h [code] | Adust 3-d offset and scale to align rational cameras to geolocations |
| contrib/gel/mrc/vpgl/algo/vpgl_ray.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_ray.h [code] | Methods for computing the camera ray direction at a given 3-d point |
| contrib/gel/mrc/vpgl/algo/vpgl_ray_intersect.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_ray_intersect.h [code] | Find the 3-d point closest to the intersection of rays from >= 2 cameras |
| contrib/gel/mrc/vpgl/algo/vpgl_vsol_lens_warp.cxx [code] | |
| contrib/gel/mrc/vpgl/algo/vpgl_vsol_lens_warp.h [code] | Apply lens distortion to vsol objects |
| contrib/gel/mrc/vpgl/bgeo/bgeo_datum_conversion.cxx [code] | This file is a subset of routines that will be used to create and list the datum coordinate shift formulas |
| contrib/gel/mrc/vpgl/bgeo/bgeo_datum_conversion.h [code] | |
| contrib/gel/mrc/vpgl/bgeo/bgeo_dll.h [code] | |
| contrib/gel/mrc/vpgl/bgeo/bgeo_earth_constants.h [code] | |
| contrib/gel/mrc/vpgl/bgeo/bgeo_lvcs.cxx [code] | |
| contrib/gel/mrc/vpgl/bgeo/bgeo_lvcs.h [code] | A geographic coordinate system |
| contrib/gel/mrc/vpgl/bgeo/bgeo_lvcs_sptr.h [code] | |
| contrib/gel/mrc/vpgl/file_formats/vpgl_nitf_rational_camera.cxx [code] | Instance a nitf_rational camera from nitf header information |
| contrib/gel/mrc/vpgl/file_formats/vpgl_nitf_rational_camera.h [code] | : instance a nitf_rational camera from nitf header information |
| contrib/gel/mrc/vpgl/xio/vpgl_xio_calibration_matrix.h [code] | |
| contrib/gel/mrc/vpgl/xio/vpgl_xio_calibration_matrix.txx [code] |
1.4.4