Skip to content

Commit

Permalink
Update wrong links in Readme for face detection from URL and find che…
Browse files Browse the repository at this point in the history
…ssboard
  • Loading branch information
shivivats authored Jan 16, 2025
1 parent 42bf7dc commit 7d9fac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 7d9fac5

Please sign in to comment.