Skip to content

Commit

Permalink
Added Build status shield
Browse files Browse the repository at this point in the history
  • Loading branch information
JairajJangle committed May 17, 2022
1 parent e74bf92 commit 3627690
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenCV Catalogue Actions
name: build

on:
push:
Expand Down
1 change: 1 addition & 0 deletions CustomWidgets/HybridSlider/hybridslider.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ namespace Ui {
class HybridSlider;
}

// Currently unused
class HybridSlider : public QWidget
{
Q_OBJECT
Expand Down
6 changes: 3 additions & 3 deletions OpenCVFunction/cannyedge.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ void initWidget() override
vBoxSub->addLayout(selectAppertureCB);

// FIXME: Range Box hiding causes Hybrid Slider to retain height
// HybridSlider* hybridGG = new HybridSlider(this, "threshold1", t1Value, 0, 100);
// connect(hybridGG, SIGNAL(sliderValueChanged(int)),
// HybridSlider* hybridSlider = new HybridSlider(this, "threshold1", t1Value, 0, 100);
// connect(hybridSlider, SIGNAL(sliderValueChanged(int)),
// this, SLOT(t1ValueChanged(int)));
// connect(hybridGG, SIGNAL(editApplyClicked()),
// connect(hybridSlider, SIGNAL(editApplyClicked()),
// this, SLOT(refreshLayout()));

// vBoxSub->addWidget(hybridGG);
Expand Down
2 changes: 1 addition & 1 deletion OpenCVFunction/resize.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Resize : public BaseConfigWidget
Resize()
{
operationName = "Resize";
moreInfoLink = "https://docs.opencv.org/2.4/modules/imgproc/doc/geometric_transformations.html?highlight=resize#resize";
moreInfoLink = "https://docs.opencv.org/4.5.2/da/d54/group__imgproc__transform.html#ga47a974309e9102f5f08231edc7e7529d";
this->initWidget();
}

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![Build Status][build-status-shield]][build-url]
[![LinkedIn][linkedin-shield]][linkedin-url]


Expand Down Expand Up @@ -288,6 +289,8 @@ Project Link: [https://github.com/JairajJangle/Open-CV-Catalogue](https://github
[issues-shield]: https://img.shields.io/github/issues/JairajJangle/Open-CV-Catalogue.svg?style=flat-square
[issues-url]: https://github.com/JairajJangle/Open-CV-Catalogue/issues
[license-shield]: https://img.shields.io/github/license/JairajJangle/Open-CV-Catalogue.svg?style=flat-square
[build-status-shield]: https://github.com/JairajJangle/OpenCV-Catalogue/actions/workflows/github-actions-demo.yml/badge.svg
[build-url]: https://github.com/JairajJangle/OpenCV-Catalogue/actions
[license-url]: https://github.com/JairajJangle/Open-CV-Catalogue/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/jairaj-jangle-35aab3137/
Expand Down

0 comments on commit 3627690

Please sign in to comment.