RestrictToInputRegion
DEPRECATED: The RestrictToInputRegion
parameter is deprecated in Media Server 12.7.0 and later. Instead of RestrictToInputRegion=TRUE
, Micro Focus recommends that you set Region=Input
.
This configuration parameter is still available for existing implementations, but it might be incompatible with new functionality. The parameter might be removed in future.
A Boolean value that specifies whether to analyze a region of the input image or video frame that is specified in the input record, instead of the entire image.
Many analysis engines produce records that contain regions. To detect objects in a region of the image that has been identified by another analysis engine, set this parameter to TRUE
.
NOTE: Tracking is not supported with RestrictToInputRegion=TRUE
. In this case each video frame is considered to be an independent image, and Media Server might produce multiple results for the same object.
If you set this parameter to TRUE
, the input records must contain a region and any region specified by the Region
parameter is ignored.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName |
Example: | RestrictToInputRegion=TRUE
|
See Also: |