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
Hole Filling| Control the data that will be used to fill the invalid pixels | [0-2] enumerated:<br/>__*fill_from_left*__ - Use the value from the left neighbor pixel to fill the hole<br/>__*farest_from_around*__ - Use the value from the neighboring pixel which is furthest away from the sensor<br/>__*nearest_from_around*__ - - Use the value from the neighboring pixel closest to the sensor| 1 (Farest from around)
72
73
74
+
### Rotation filter
75
+
76
+
The rotation filter transforms depth and IR frames by rotating them by specified angles: 0°, 90°, 180°, and -90°.
77
+
This allows re-orienting frames to fit the required perspective for various applications.
78
+
79
+
After the resulted frame is produced, the frame intrinsic parameters are recalculated to account for rotation.
80
+
81
+
Controls | Operation | Range | Default
82
+
:------: | :-------- | :---- | :----:
83
+
Rotation| The frame rotation in degrees | Discrete steps: 0, 90, 180, -90| 0°
84
+
73
85
## Design and Implementation
74
86
Post-processing modules are encapsulated into self-contained processing blocks, that provide for the following key requirements:
0 commit comments