From e3e1daee9a079e29a1fabcb2a8260f05ce1bfd2f Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" <744411+ViralBShah@users.noreply.github.com> Date: Sat, 19 Oct 2024 23:13:17 -0400 Subject: [PATCH] Update README.md to remove failing badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac11e26..b98ea90 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Run tests](https://github.com/JuliaImages/OpenCV.jl/actions/workflows/UnitTest.yml/badge.svg)](https://github.com/JuliaImages/OpenCV.jl/actions/workflows/UnitTest.yml) [![codecov](https://codecov.io/gh/JuliaImages/OpenCV.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaImages/OpenCV.jl) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/JuliaImages/OpenCV.jl/blob/master/LICENSE) -[![OpenCV Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/OpenCV)](https://pkgs.genieframework.com?packages=OpenCV) + **OpenCV.jl** is a Julia package that provides an interface to the popular computer vision library OpenCV. It allows Julia users to leverage the extensive functionalities and algorithms offered by OpenCV for various computer vision tasks, such as image and video processing, object detection, feature extraction, and more.