From 5eadd65377d273b1dafde737a82aff263a696400 Mon Sep 17 00:00:00 2001 From: Abhijit Balaji Date: Tue, 6 Mar 2018 19:56:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05bdca8..5981635 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The Camera Calibration API is a wrapper around the opencv's camera calibration f * `pandas` #### Example: -Examples to use the Camera_Calibration_API() for calibration using chessboard, symmetric circular grids and asymmetric circular grids can be found in the [examples](./examples/example_notebooks) folder +Examples to use the Camera_Calibration_API() for calibration using chessboard, symmetric circular grids and asymmetric circular grids can be found in the [example_notebooks](./examples/example_notebooks) folder #### Features: * Supports all the 3 calibration patterns supported by opencv : **Chessboards**, **Asymmetric circular grids** and **Symmetric circular grids.**