Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links to OpenCV exmaples in readme.md #1311

Merged
merged 1 commit into from
Mar 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ For a detailed explanations and API documentation see our [Documentation](../doc

> See [getting started with OpenCV and RealSense](https://github.com/IntelRealSense/librealsense/tree/master/wrappers/opencv)

1. [ImShow](./imshow) - Minimal OpenCV application for visualizing depth data
2. [GrabCuts](./grabcuts) - Simple background removal using the GrabCut algorithm
3. [Latency-Tool](./latency-tool) - Basic latency estimation using computer vision
3. [DNN](./dnn) - Intel RealSense camera used for real-time object-detection
1. [ImShow](../wrappers/opencv/imshow) - Minimal OpenCV application for visualizing depth data
2. [GrabCuts](../wrappers/opencv/grabcuts) - Simple background removal using the GrabCut algorithm
3. [Latency-Tool](../wrappers/opencv/latency-tool) - Basic latency estimation using computer vision
3. [DNN](../wrappers/opencv/dnn) - Intel RealSense camera used for real-time object-detection

### Community Projects:

Expand Down