From c84a6c2618a09908f22e6645e228e0379640dee4 Mon Sep 17 00:00:00 2001 From: rakesh Date: Sat, 7 Oct 2023 11:24:07 +0530 Subject: [PATCH 1/7] Add docs badge to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c23731c..761275f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # OpenCV.jl +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](juliaimages.org/OpenCV.jl/dev//) **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. From a0566f9aa3f8f8f2ee3e77a548d6b3e4f98060d0 Mon Sep 17 00:00:00 2001 From: rakesh Date: Sat, 7 Oct 2023 11:27:46 +0530 Subject: [PATCH 2/7] update docs url in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 761275f..30ca4bf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # OpenCV.jl -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](juliaimages.org/OpenCV.jl/dev//) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaimages.org/OpenCV.jl/dev/) **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. From 9e905e775c6432ae9f4aa398117e135f7312e08f Mon Sep 17 00:00:00 2001 From: rakesh Date: Sat, 7 Oct 2023 11:49:13 +0530 Subject: [PATCH 3/7] Add codecov badge to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30ca4bf..95877c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # OpenCV.jl +[![codecov](https://codecov.io/gh/JuliaImages/OpenCV.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaImages/OpenCV.jl) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaimages.org/OpenCV.jl/dev/) **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. From 3750c78573715f3062d79f2023a878ab5c6ec269 Mon Sep 17 00:00:00 2001 From: rakesh Date: Sat, 7 Oct 2023 12:14:07 +0530 Subject: [PATCH 4/7] Add license badge to README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95877c7..a3afcd5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # OpenCV.jl -[![codecov](https://codecov.io/gh/JuliaImages/OpenCV.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaImages/OpenCV.jl) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaimages.org/OpenCV.jl/dev/) +[![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.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. ## Features From 419820b0e7425421f972db442e095ddaf1284b08 Mon Sep 17 00:00:00 2001 From: rakesh Date: Sat, 7 Oct 2023 16:25:52 +0530 Subject: [PATCH 5/7] Add Downloads badge to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3afcd5..ed787e2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![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. From 449313db8b7ec41b39577a6ae23a306cf4211922 Mon Sep 17 00:00:00 2001 From: rakesh Date: Sat, 7 Oct 2023 16:27:33 +0530 Subject: [PATCH 6/7] remove extra dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed787e2..fa9dcec 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![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 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. From 5bd819240eaeec281369ff09f04c667d09c4d54c Mon Sep 17 00:00:00 2001 From: rakesh Date: Sat, 7 Oct 2023 16:42:30 +0530 Subject: [PATCH 7/7] Add test badge to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa9dcec..ac11e26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # OpenCV.jl [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaimages.org/OpenCV.jl/dev/) +[![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)