Skip to content

Commit

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

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

### November 5, 2019 version 1.5.2
* Upgrade support to FFmpeg 4.2.x
* Add `RealSense2FrameGrabber` to capture images with librealsense2
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ 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.2 https://github.com/bytedeco/javacpp
* JavaCV 1.5.2 https://github.com/bytedeco/javacv
* OpenCV 4.1.x http://sourceforge.net/projects/opencvlibrary/files/
* 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
* ARToolKitPlus 2.3.x https://launchpad.net/artoolkitplus
* NetBeans 11.0 https://netbeans.apache.org/download/
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.2</version>
<version>1.5.3</version>

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

0 comments on commit ba01fb1

Please sign in to comment.