v0.40
lessthanoptimal
released this
26 Jan 15:53
·
509 commits
to SNAPSHOT
since this release
- Build
- Added sanity check that makes sure autogenerate has been run already first and prints out a helpful message
- Fixed accidental Lombok dependency
- Added NullAway again
- Misc
- Config classes now must implement setTo() which returns 'this' to allow chaining and easy copies
- ImageBase.reshapeTo() replaces matchShape()
- ImageProcessing
- Added ImageMiscOps.transpose()
- Background Model
- Created threaded implementations of stationary and moving
- Added internal benchmarks for moving
- QR Code
- Added ability to decode transposed markers. Can be turned off.
- Records number of bit errors detected by error correction
- Micro QR Code
- Added support for reading and generating
- DemoThreeViewStereoApp
- Fixed handling of gray images. Thanks mb for reporting the issue!