WorldDimensions

A list of dimensions that describe the actual size of an object class (when the Input is from object class recognition), or vehicle model or type (when the Input is from vehicle recognition).

The value of this parameter must be the name of an object class, vehicle model, or vehicle type, followed by a colon, followed by the height, length, and width of the object or vehicle (in that order, separated by spaces). You can use any units, but you do not specify the units and you must use the same units for all perspective features.

TIP: You can add this information to your training database and set WorldDimensionsMetadata instead.

You can model objects and vehicles as cuboids, by setting a positive value for all three dimensions. If you set one or two of the dimensions to zero, the object or vehicle is modeled as a rectangle or line. If you do not list dimensions for an object class or vehicle model, or set all dimensions to zero, the class or model is not used for estimating perspective.

For more information about using perspective in media analysis, see Use Perspective in Media Analysis.

Type: List of strings
Default:  
Required: Yes, unless you set WorldDimensionsMetadata
Configuration Section: TaskName
Example:

The following example specifies some vehicle dimensions in meters. The dimensions for the vehicle type "car" are used when the vehicle is a car but the model cannot be identified:

WorldDimensions0=car: 1.55 4.5 1.8
WorldDimensions1=mustang: 1.38 4.78 1.92
WorldDimensions2=focus: 1.5 4.4 1.8
See Also:

FieldOfView

WorldDimensionsMetadata