Name: model_type | Version Id: 1.0.0.0 | ||
---|---|---|---|
Description: The model_type attribute specifies an identifier for the type or kind of model. The value should be one of a well defined set, providing an application program with sufficient information to know how to handle the rest of the parameters within the model. This value will correlate directly with the specific camera model class that is a subclass of the Camera_Model_Parameters class. | |||
Namespace Id: geom | Steward: geo | Class Name: Camera_Model_Parameters | Type: ASCII_Short_String_Collapsed |
Minimum Value: None | Maximum Value: None | Minimum Characters: 1 | Maximum Characters: 255 |
Unit of Measure Type: None | Default Unit Id: None | Attribute Concept: None | Conceptual Domain: SHORT_STRING |
Status: Active | Nillable: false | Pattern: None | |
Permissible Value(s) | Value | Value Meaning | |
CAHV | The CAHV model is a linear, perspective-projection camera model (equivalent to a pinhole camera). | ||
CAHVOR | The CAHVOR model is built upon CAHV (see CAHV_Model), adding radial (barrel or pincushion) distortion to the linear model. | ||
CAHVORE | The CAHVORE model is built upon CAHVOR (see CAHVOR_Model), adding support for fisheye lenses. | ||
PSPH | The PSPH model is designed to perform better fisheye-image rectification prior to 1D stereo correlation. |