| java.lang.Object | |
| ↳ | com.google.android.gms.vision.MultiProcessor.Builder<T> |
Builder for creating a multiprocessor instance.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a multi-processor builder with the associated factory.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Builds the multiprocessor instance.
| |||||||||||
Sets the maximum allowable gap for inferring whether a detected item will never be seen
again in the series of frames that are being processed by the detector.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a multi-processor builder with the associated factory.
| factory | creates an instance of a tracker for each distinct detected item |
|---|
Sets the maximum allowable gap for inferring whether a detected item will never be seen again in the series of frames that are being processed by the detector. Default: 3
In video, an item may temporarily be undetectable in certain intermediate frames due to blurring associated with sudden camera movement or sudden extreme changes in lighting. This setting adds a tolerance, allowing a tracker to continue to exist during these temporary conditions.
| maxGapFrames | tolerance, measured in number of frames received, for determining when a tracked item is no longer visible |
|---|