From 9d3cf083950fab073c38602d9e1ffafb8444047b Mon Sep 17 00:00:00 2001 From: ZhenghaoFei Date: Thu, 10 Jun 2021 22:09:55 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 071f463..e749792 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ## Stereo Visual Odometry +![example workflow](https://github.com/ZhenghaoFei/visual_odom/actions/workflows/cmake.yml/badge.svg) This repository is C++ OpenCV implementation of Stereo Visual Odometry, using OpenCV `calcOpticalFlowPyrLK` for feature tracking.