You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-video-analyzer/video-analyzer-docs/spatial-analysis-operations.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ See an example of [Person Zone Crossing Operation](https://raw.githubusercontent
39
39
|`trigger`| string | The type of trigger for sending an event. Supported Values: "event": fire when someone enters or exits the zone. |
40
40
|`focus`| string | The point location within person's bounding box used to calculate events. Focus's value can be footprint (the footprint of person), bottom_center (the bottom center of person's bounding box), center (the center of person's bounding box). The default value is footprint. |
41
41
|`threshold`| float | Events are egressed when the person is greater than this number of pixels inside the zone. The default value is 16. This is the recommended value to achieve maximum accuracy. |
42
-
|`enableFaceMaskClassifier`| boolean | true to enable detecting people wearing face masks in the video stream, false to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
42
+
|`enableFaceMaskClassifier`| boolean |**true** to enable detecting people wearing face masks in the video stream, **false** to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
43
43
|`detectorNodeConfiguration`| string | The DETECTOR_NODE_CONFIG parameters for all Spatial Analysis operations. |
44
44
|`trackerNodeConfiguration`| string | The TRACKER_NODE_CONFIG parameters for all Spatial Analysis operations. |
45
45
@@ -181,7 +181,7 @@ See an example of [Person Line Crossing Operation](https://raw.githubusercontent
181
181
| `outputFrequency` | int | The rate at which events are egressed. When outputFrequency = X, every X event is egressed, ex. outputFrequency = 2 means every other event is output. The outputFrequency is applicable to both event and interval. |
182
182
| `focus` | string | The point location within person's bounding box used to calculate events. Focus's value can be footprint (the footprint of person), bottom_center (the bottom center of person's bounding box), center (the center of person's bounding box). The default value is footprint. |
183
183
| `threshold` | float | Events are egressed when the person is greater than this number of pixels inside the zone. The default value is 16. This is the recommended value to achieve maximum accuracy. |
184
-
| `enableFaceMaskClassifier` | boolean | true to enable detecting people wearing face masks in the video stream, false to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
184
+
| `enableFaceMaskClassifier` | boolean | **true** to enable detecting people wearing face masks in the video stream, **false** to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
185
185
| `detectorNodeConfiguration` | string | The DETECTOR_NODE_CONFIG parameters for all Spatial Analysis operations. |
186
186
| `trackerNodeConfiguration` | string | The TRACKER_NODE_CONFIG parameters for all Spatial Analysis operations. |
187
187
#### Output:
@@ -250,7 +250,7 @@ See an example of [Person Distance Operation](https://raw.githubusercontent.com/
250
250
| `minimumDistanceThreshold` | float | A distance in feet that will trigger a "TooClose" event when people are less than that distance apart. |
251
251
| `maximumDistanceThreshold` | float | A distance in feet that will trigger a "TooFar" event when people are greater than that distance apart. |
252
252
| `aggregationMethod` | string | The method for aggregate `persondistance` result. The aggregationMethod is applicable to both mode and average. |
253
-
| `enableFaceMaskClassifier` | boolean | true to enable detecting people wearing face masks in the video stream, false to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
253
+
| `enableFaceMaskClassifier` | boolean | **true** to enable detecting people wearing face masks in the video stream, **false** to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
254
254
| `detectorNodeConfiguration` | string | The DETECTOR_NODE_CONFIG parameters for all Spatial Analysis operations. |
255
255
| `trackerNodeConfiguration` | string | The TRACKER_NODE_CONFIG parameters for all Spatial Analysis operations. |
256
256
#### Output:
@@ -296,7 +296,7 @@ See an example of [Person Count Operation](https://raw.githubusercontent.com/Azu
296
296
| `trigger` | string | The type of trigger for sending an event. Supported values are event for sending events when the count changes or interval for sending events periodically, irrespective of whether the count has changed or not. |
297
297
| `focus` | string | The point location within person's bounding box used to calculate events. Focus's value can be footprint (the footprint of person), bottom_center (the bottom center of person's bounding box), center (the center of person's bounding box). The default value is footprint. |
298
298
| `threshold` | float | Events are egressed when the person is greater than this number of pixels inside the zone. |
299
-
| `enableFaceMaskClassifier` | boolean | true to enable detecting people wearing face masks in the video stream, false to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
299
+
| `enableFaceMaskClassifier` | boolean | **true** to enable detecting people wearing face masks in the video stream, **false** to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
300
300
| `detectorNodeConfiguration` | string | The DETECTOR_NODE_CONFIG parameters for all Spatial Analysis operations. |
301
301
| `trackerNodeConfiguration` | string | The TRACKER_NODE_CONFIG parameters for all Spatial Analysis operations. |
0 commit comments