- Updated to BoofCV 0.43.1
- Globals are handled in a way they can be updated now
- Re-initializing works. Thanks gaurav-t-sca for the bug report.
- Removed printing to stdout from init.py
- Faults in init.py now print to stderr
- Updated to BoofCV 0.41
- QR Code
- Fixed type-o in version
- Added Aztec Code support
- Updated to BoofCV 0.40.1
- QR Code and Micro QR Code
- Access to raw message bytes
- Updated to BoofCV 0.40
- Added Micro QR Code detector and generator
- Shuffled around functions to avoid cyclical dependencies, which Python now cares about
- Updated to Py4J 0.10.9.3
- Support for more than one instance of PyBoof has been added
- mmap is used by default now
- Fixing version strings
- Added CameraKannalaBrandt
- Added ECoCheck marker for calibration
- Added Hamming Markers (e.g. ArUco and AprilTag)
- Added stereo calibration example
- Updated for latest BoofCV
- Added SceneRecognition
- Added Scharr gradient
- Added Wolf and Niback binarization
- Added scene reconstruction high level API
- Added PointTracker
- Added Video Mosaic
- Fixed LinkageError by ensuring it is built to be compatible with JRE 1.8
- Updated BoofCV version
- Works on windows now. Thanks GokulNC for pointing out the problem and how to fix it.
- Updated for latest BoofCV
- New stereo API
- Add random dot markers
- Add point cloud viewer for stereo
- Updated for latest BoofCV
- Updated for latest BoofCV
- More informative error message when py4j copy not implemented. Thanks lijingpeng for the bug report.
- Added Hough Line detector for Gradient images
- Updated for latest BoofCV
- Added ability to change number of threads
- Updated for latest BoofCV
- Python 3
- Dense Image Features
- More mmap data types
- QR Code detector
- QR Code encoder
- Estimate camera motion
- mmap file py <--> java list of AssociatedPair
- First release that a change file exists
- mmap file is now a temp file