Skip to content

Commit

Permalink
Merge pull request #6678 from AndreiCostinescu/patch-2
Browse files Browse the repository at this point in the history
Fixed "depth" typo
  • Loading branch information
ev-mp authored Jun 23, 2020
2 parents 547f8dc + dc1ae29 commit 283d7d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/post-processing/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This example demonstrates usage of the following processing blocks:
* Temporal
* Filters depth data by looking into previous frames.

For further infomration please refer to [Depth Post-Processing for Intel® RealSense™ Depth Camera D400 Series](https://dev.intelrealsense.com/docs/depth-post-processing)

## Expected Output
![expected output](https://user-images.githubusercontent.com/22654243/35924136-dd9cd1b6-0c2a-11e8-925a-84a52c0a5b96.gif)
Expand Down
2 changes: 1 addition & 1 deletion wrappers/opencv/dnn/rs-dnn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ int main(int argc, char** argv) try
// Calculate mean depth inside the detection region
// This is a very naive way to estimate objects depth
// but it is intended to demonstrate how one might
// use depht data in general
// use depth data in general
Scalar m = mean(depth_mat(object));

std::ostringstream ss;
Expand Down

0 comments on commit 283d7d7

Please sign in to comment.