From 7d9fac56f05467085e7df027194a0ecedd84a899 Mon Sep 17 00:00:00 2001 From: Shivi Vats Date: Thu, 16 Jan 2025 13:40:33 +0100 Subject: [PATCH] Update wrong links in Readme for face detection from URL and find chessboard --- cmd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/README.md b/cmd/README.md index b583f9e4..013a1538 100644 --- a/cmd/README.md +++ b/cmd/README.md @@ -72,7 +72,7 @@ https://github.com/hybridgroup/gocv/blob/release/cmd/facedetect/main.go Using a single image downloaded from a URL, it then uses the CascadeClassifier to detect faces, and draw a rectangle around each of them, before displaying them within a Window. -https://github.com/hybridgroup/gocv/blob/release/cmd/facedetect/main.go +https://github.com/hybridgroup/gocv/blob/release/cmd/facedetect-from-url/main.go ## Feature Matching @@ -84,7 +84,7 @@ https://github.com/hybridgroup/gocv/blob/release/cmd/feature-matching/main.go Find chessboard in an image using FindChessboardCorners. -https://github.com/hybridgroup/gocv/blob/release/cmd/find-circles/main.go +https://github.com/hybridgroup/gocv/blob/release/cmd/find-chessboard/main.go ## Find Circles