Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubh-sadekar authored Oct 12, 2020
1 parent fc26121 commit d046caf
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions EpipolarGeometryAndStereoVision/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Introduction to Epipolar Geometry and Stereo Vision

## Compilation
To compile the `stereo.cpp` code file, use the following:
```shell
mkdir build
cd build
cmake ..
cmake --build . --config Release
```

## Usage

### Using the C++ code

Refer to the following to use the compiled files:

```shell
./build/stereo
```

### Using the python code

Refer to the following to use the `stereo.py` file:

```shell
python3 stereo.py
```

# AI Courses by OpenCV

Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/courses/) is a great place to start.

<a href="https://opencv.org/courses/">
<p align="center">
<img src="https://www.learnopencv.com/wp-content/uploads/2020/04/AI-Courses-By-OpenCV-Github.png">
</p>
</a>

0 comments on commit d046caf

Please sign in to comment.