CameraCalc.FactMetaData.json 1.67 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
[
{
    "name":             "ValueSetIsDistance",
    "shortDescription": "Value specified is distance to surface.",
    "type":             "bool",
    "defaultValue":     1
},
{
    "name":             "DistanceToSurface",
    "shortDescription": "Distance vehicle is away from surface.",
    "type":             "double",
    "min":              0.1,
    "units":            "m",
    "decimalPlaces":    2,
15
    "defaultValue":     10.0
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
},
{
    "name":             "ImageDensity",
    "shortDescription": "Image desity at surface.",
    "type":             "double",
    "min":              0,
    "units":            "cm/px",
    "decimalPlaces":    1,
    "defaultValue":     25
},
{
    "name":             "FrontalOverlap",
    "shortDescription": "Amount of overlap between images in the forward facing direction.",
    "type":             "double",
    "decimalPlaces":    0,
    "min":              0,
    "max":              85,
    "units":            "%",
    "defaultValue":     70
},
{
    "name":             "SideOverlap",
    "shortDescription": "Amount of overlap between images in the side facing direction.",
    "type":             "double",
    "decimalPlaces":    0,
    "min":              0,
    "max":              85,
    "units":            "%",
    "defaultValue":     70
},
{
    "name":             "AdjustedFootprintFrontal",
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
    "defaultValue":     25
},
{
    "name":             "AdjustedFootprintSide",
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
    "defaultValue":     25
}
]