Skip to content

Commit

Permalink
Release version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Sep 9, 2020
1 parent ba01fb1 commit c923e3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

### September 9, 2020 version 1.5.4
* Upgrade support to OpenCV 4.4.x and FFmpeg 4.3.x

### April 14, 2020 version 1.5.3
* Upgrade support to OpenCV 4.3.x

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ Source Code
I make all the source code available on GitHub at https://github.com/bytedeco/procamcalib . You will also need the following to modify and build the application:

* A C/C++ compiler
* JavaCPP 1.5.3 https://github.com/bytedeco/javacpp
* JavaCV 1.5.3 https://github.com/bytedeco/javacv
* OpenCV 4.3.x http://sourceforge.net/projects/opencvlibrary/files/
* FFmpeg 4.2.x http://ffmpeg.org/download.html
* JavaCPP 1.5.4 https://github.com/bytedeco/javacpp
* JavaCV 1.5.4 https://github.com/bytedeco/javacv
* OpenCV 4.4.x http://sourceforge.net/projects/opencvlibrary/files/
* FFmpeg 4.3.x http://ffmpeg.org/download.html
* ARToolKitPlus 2.3.x https://launchpad.net/artoolkitplus
* NetBeans 11.0 https://netbeans.apache.org/download/
* Maven 3.x http://maven.apache.org/download.html
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bytedeco</groupId>
<artifactId>procamcalib</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>

<name>ProCamCalib</name>
<description>A User-Friendly Method to Calibrate Cameras and Projector-Camera Systems</description>
Expand Down

0 comments on commit c923e3d

Please sign in to comment.