Skip to content

Commit

Permalink
Bump version number and update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ravazquez committed Aug 16, 2024
1 parent 3cf9e1d commit 4de62ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to the VL.OpenCV repository will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

# [2.6.2] - 16/08/2024

## Added
* FrameDifferenc(FilterEquals) node and help patch
* Yolo3Detector with non-maximum suppression and help patch
* Face Detector with Caffe Model and help patch
* Added S+H (OpenCV) node and help patch

Big thanks to dani217s for these additions!

# [2.6.1] - 23/04/2024

## Changed
Expand Down
6 changes: 3 additions & 3 deletions deployment/main.VL.OpenCV.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.OpenCV</id>
<version>2.6.1</version>
<version>2.6.2</version>
<title>VL.OpenCV</title>
<authors>Randall Vásquez, vvvv</authors>
<owners>vvvv</owners>
<projectUrl>https://github.com/vvvv/VL.OpenCV</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A VL wrapper for OpenCVSharp</summary>
<description>OpenCV for VL</description>
<copyright>Copyright © 2022 by vvvv group. All rights reserved.</copyright>
<tags>VL, opencv, computervision, video, calibration, detection, recognition, filter, tracking, camera, blob, marker, ml</tags>
<license type="expression">LGPL-3.0-only</license>
<icon>icon\nugeticon.png</icon>
<license type="expression">LGPL-3.0-only</license>
<dependencies>
<dependency id="DirectShowLib" version="1.0.0" />
<dependency id="OpenCvSharp4" version="4.9.0.20240103" />
Expand Down

0 comments on commit 4de62ae

Please sign in to comment.