MosaicWriter.OverlapLimit Property
Gets or if uninitialized sets the minimum allowed overlap between rendered video frames.
Syntax
public System.Double OverlapLimit { get; set; }
Property Value
Default: 0.5
The minimum allowed overlap beteen rendered video frames.
Remarks
Expects a value in the range 0 and 1.
A video usually consists of a feed of at least 24 frames per second and it is likely that there is a fair bit of overlap between consecutive frames. The OverlapLimit property is used to control filter out frames that are too close together.
The area of the footprint of the latest frame is compared to the area of the intersection of the footprint of latest frame and the filter polygon. If the ratio exceeds the property's value, then the new frame is rendered to the mosaic tiles.
The construction of the filter polygon is determined by the MergeFilterPolygons property.
The value may be edited if a table with the given TableName does not yet exist, signified by the Initialized property being False.
Platforms
Windows, Linux, Android