Skip to content

Commit

Permalink
* Lower Maven prerequisite in the pom.xml file to 3.0 (issue byted…
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Apr 9, 2016
1 parent 99130a2 commit f92d975
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

* Lower Maven prerequisite in the `pom.xml` file to 3.0 ([issue bytedeco/javacpp#93](https://github.com/bytedeco/javacpp/issues/93))

### October 25, 2015 version 1.1
* Upgrade support to FFmpeg 2.8.x
* Upgrade all Maven dependencies and plugins to latest versions, thus bumping minimum requirements to Java SE 7 and Maven 3.0
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Under Linux, Mac OS X, and other Unix variants, execute either `procamcalib-nati

After launch, the user interface that appears allows the user to change the number of cameras and projectors to calibrate. There are also a lot of settings, although the defaults should be good enough for the usual cases. I do not detail them here, but most of them should be clear to people familiar with my Procams 2009 paper based on previous work by Fiala, Zhang, and many others as part of OpenCV. Here are the relevant references:

Samuel Audet and Masatoshi Okutomi. A User-Friendly Method to Geometrically Calibrate Projector-Camera Systems. The 22nd IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2009) - Workshops (Procams 2009), pages 47--54. IEEE Computer Society, June 2009. http://www.ok.ctrl.titech.ac.jp/~saudet/publications/procams2009.pdf
[Samuel Audet and Masatoshi Okutomi. A User-Friendly Method to Geometrically Calibrate Projector-Camera Systems. The 22nd IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2009) - Workshops (Procams 2009), pages 47--54. IEEE Computer Society, June 2009.](http://www.ok.ctrl.titech.ac.jp/res/PCS/publications/procams2009.pdf)

Gary Bradski and Adrian Kaehler. Learning OpenCV: Computer Vision with the OpenCV Library. O'Reilly, 2008. http://oreilly.com/catalog/9780596516130/

Expand Down Expand Up @@ -86,8 +86,6 @@ Please keep me informed of any updates or fixes you make to the code so that I m


----
Copyright (C) 2009-2015 Samuel Audet [saudet `at` ok.ctrl.titech.ac.jp](mailto:saudet at ok.ctrl.titech.ac.jp)
Web site: http://www.ok.ctrl.titech.ac.jp/~saudet/procamcalib/

Licensed under the GNU General Public License version 2 (GPLv2).
Please refer to LICENSE.txt or http://www.gnu.org/licenses/ for details.
Project lead: Samuel Audet [samuel.audet `at` gmail.com](mailto:samuel.audet at gmail.com)
Developer site: https://github.com/bytedeco/procamcalib
Discussion group: http://groups.google.com/group/javacv
6 changes: 3 additions & 3 deletions 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.1</version>
<version>1.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>ProCamCalib</name>
Expand All @@ -22,7 +22,7 @@
<developers>
<developer>
<name>Samuel Audet</name>
<email>saudet@ok.ctrl.titech.ac.jp</email>
<email>samuel.audet@gmail.com</email>
</developer>
</developers>

Expand All @@ -33,7 +33,7 @@
</scm>

<prerequisites>
<maven>3.0.4</maven>
<maven>3.0</maven>
</prerequisites>

<distributionManagement>
Expand Down

0 comments on commit f92d975

Please sign in to comment.