From 8577f4f6b10e5d295d6ad923b26122866433f26f Mon Sep 17 00:00:00 2001 From: Vikas Gupta <7848248+vikasgupta-github@users.noreply.github.com> Date: Mon, 28 Dec 2020 21:30:46 +0530 Subject: [PATCH] Update README.md --- EpipolarGeometryAndStereoVision/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EpipolarGeometryAndStereoVision/README.md b/EpipolarGeometryAndStereoVision/README.md index ccddd504e..8863d0a60 100644 --- a/EpipolarGeometryAndStereoVision/README.md +++ b/EpipolarGeometryAndStereoVision/README.md @@ -1,5 +1,5 @@ # Introduction to Epipolar Geometry and Stereo Vision - +This folder contains the code for the [blog post on Introduction to Epipolar Geometry and Stereo Vision](https://www.learnopencv.com/introduction-to-epipolar-geometry-and-stereo-vision/). ## Compilation To compile the `stereo.cpp` code file, use the following: ```shell