Depth-Mapper
Depth-Mapper copied to clipboard
Generates a depth map from a focal stack of images using OpenCV 📷
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0. Commits eeda628 [maven-release-plugin] prepare release maven-compiler-plugin-3.11.0 82b799f [MCOMPILER-527] Upgrade plexus-java to 1.1.2 (#177) f9c2350 [MCOMPILER-526] Fix IT (#178) 4022bd0 [MCOMPILER-494] - Add a useModulePath...
Bumps [javacv-platform](https://github.com/bytedeco/javacpp-presets) from 1.5.7 to 1.5.8. Changelog Sourced from javacv-platform's changelog. November 2, 2022 version 1.5.8 Fix mapping of torch::ExpandingArrayWithOptionalElem in presets for PyTorch ([issue #1250](bytedeco/javacpp-presets#1250)) Disable OpenMP for Tesseract...
Bumps [progressbar](https://github.com/ctongfei/progressbar) from 0.9.3 to 0.9.5. Release notes Sourced from progressbar's releases. 0.9.5 Bugfixes: Fixed the problem of ProgressState not being public, thus making setEtaFunction useless (#147, PR #146). Thanks...
Bumps [exiftool-lib](https://github.com/mjeanroy/exiftool) from 2.6.0 to 3.0.0. Commits 888ba98 [maven-release-plugin] prepare release exiftool-lib-3.0.0 3d035ce Fix error caused when version string contains a warning about library differe... b0309b4 build(deps-dev): bump equalsverifier from...
### Problem The ECC image alignment implementation takes ~10 minutes to align a stack of 15 large (20MP) images. Although a noticeable improvement, the results are not perfect either. Some...
JavaCV code proves syntactically cleaner and more true to the native C++/Python style given in the OpenCV documentation. C++ modules that OpenCV has not yet wrapped for Java are also...
UMats utilize GPU when applicable to drastically decrease processing time over Mats which are bound to CPU processing: [see more...](https://jeanvitor.com/opencv-opencl-umat-performance/)