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: doc/mkdocs/docs/holovibes/tasks/asyncs/sliding_average.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,11 @@ The tensor must be 32-bit floating point (`float32`) data already located in dev
14
14
15
15
An optional second input may provide a host `uint8` scalar with shape `(1)`. A zero value discards
16
16
the associated frame without advancing the averaging window; a nonzero value accepts it. This is
17
-
used to suppress invalid warm-up frames from centered correction pipelines.
17
+
available for data-dependent filtering.
18
+
19
+
`discard_first` deterministically discards the requested number of initial accepted frames without
20
+
advancing the averaging window. The VSH correction pipeline uses this to suppress its known
21
+
`window_size - 1` alignment warm-up without adding a validity edge to the graph.
18
22
19
23
## Outputs
20
24
After the warm-up period required to enqueue the first `window_size` frames, each pop exposes one tensor of shape `(1, H, W)` with the same dtype and memory location as the input.
0 commit comments