Skip to content

Commit

Permalink
Updating for release 0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Jan 24, 2022
1 parent ac90ca3 commit 1ffb0c8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ For Maven projects:
<dependency>
<groupId>org.boofcv</groupId>
<artifactId>boofcv-core</artifactId>
<version>0.39.1</version>
<version>0.40.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
apply plugin: 'com.peterabeles.gversion'

group = 'org.boofcv'
version = '0.41-SNAPSHOT'
version = '0.40.1'

ext.build_java11 = true // IntelliJ has issues when this is set to true

Expand Down
15 changes: 2 additions & 13 deletions change.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Change Log
Date Format: year/month/day

---------------------------------------------
Date : 2022/
Version : 0.41
Date : 2022/Jan/24
Version : 0.40.1

- Build
- Compiles using Java 17. bytecode is still Java 11
Expand All @@ -16,19 +16,8 @@ Version : 0.41
- Config has defaultEncoding which is the encoding it uses if it decides BYTE isn't UTF-8
- Added an example demonstrating how raw data can be used ExampleQrCodeRawData
- Added JMH Benchmarks for regression testing
- SLAM
- TODO Monocular
- TODO Stereo
- Calibration
- TODO calibration targets Hamming Marker grid and chessboard, e.g. ChArUco and ArUco grids.
- Concurrency
- Added threaded KLT tracker
- Regression
- TODO Template matching
- TODO Video stabilization

TODO Applications for self calibration mono and stereo
TODO Monocular VO

---------------------------------------------
Date : 2022/Jan/17
Expand Down
2 changes: 1 addition & 1 deletion integration/boofcv-android/examples/video/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ configurations {

dependencies {
['boofcv-android', 'boofcv-core'].each {
String a -> api group: 'org.boofcv', name: a, version: '0.40' }
String a -> api group: 'org.boofcv', name: a, version: '0.40.1' }

annotationProcessor 'org.projectlombok:lombok:1.18.16'

Expand Down
12 changes: 9 additions & 3 deletions misc/planning.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
TODO Monocular SLAM
TODO Stereo SLAM
TODO Added calibration targets Hamming Marker grid and chessboard, e.g. ChArUco and ArUco grids.
- SLAM
- TODO Monocular
- TODO Stereo
- Calibration
- TODO calibration targets Hamming Marker grid and chessboard, e.g. ChArUco and ArUco grids.
- Regression
- TODO Template matching
- TODO Video stabilization

TODO Applications for self calibration mono and stereo
TODO Monocular VO

Expand Down

0 comments on commit 1ffb0c8

Please sign in to comment.