Skip to content

Commit

Permalink
Change millimetre to depth unit where it's applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Mar 21, 2022
1 parent 1eb5c99 commit 8e26b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace dai {
/**
* SpatialLocation configuration thresholds structure
*
* Contains configuration data for lower and upper threshold in millimeters for ROI.
* Contains configuration data for lower and upper threshold in depth units (millimetre by default) for ROI.
* Values outside of threshold range will be ignored when calculating spatial coordinates from depth map.
*/
struct SpatialLocationCalculatorConfigThresholds {
Expand Down
2 changes: 1 addition & 1 deletion include/depthai-shared/datatype/RawSpatialLocations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace dai {
*
* Contains configuration data, average depth for the calculated ROI on depth map.
* Together with spatial coordinates: x,y,z relative to the center of depth map.
* Units are in millimeters.
* Units are in depth units (millimetre by default).
*/
struct SpatialLocations {
/**
Expand Down

0 comments on commit 8e26b9a

Please sign in to comment.