Peter Abeles
Peter Abeles
- When convolving kernels across an image they are done in the wrong order. - Minimal impact since almost all kernels used in computer vision are symmetric - Needs to...
* Automatically run all JMH in the project and save the results * Then create a script that checks to see if there there is a change greater than 10%...
Provide tool to go from 1D to 2D array format
Add the capability to compute complex eigenvectors when performing a generalized eigen decomposition on a real matrix.
people keep on requesting this
``` BOOFCV-CONCURRENT true BOOFCV-GIT-DATE 2019-07-04T17:02:34Z BOOFCV-GIT-SHA 0cbbb5a7ae68dbb8eab2f4b5adeec331533af973 BOOFCV-VERSION 0.34 Resolution 320 x 240 ``` ``` java.lang.IllegalArgumentException: end must be more than start. 246 -> 240 at boofcv.concurrency.BoofConcurrency.loopBlocks(BoofConcurrency.java:160) at boofcv.alg.distort.ImageDistortBasic_SB_MT.applyOnlyInside(ImageDistortBasic_SB_MT.java:96) at...
Getting crash reports with the following stack trace ``` BOOFCV-GIT-DATE 2019-03-19T03:45:24Z BOOFCV-GIT-SHA 2ee5e27132eda564510b281b15413091d64fad90 BOOFCV-VERSION 0.33.1 Resolution 320 x 240 ``` ``` java.lang.ArrayIndexOutOfBoundsException: length=3; index=3 at boofcv.abst.feature.tracker.DetectDescribeAssociate.spawnTracks(DetectDescribeAssociate.java:276) at boofcv.alg.sfm.d2.ImageMotionPointTrackerKey.changeKeyFrame(ImageMotionPointTrackerKey.java:185) at boofcv.abst.sfm.d2.WrapImageMotionPtkSmartRespawn.process(WrapImageMotionPtkSmartRespawn.java:59)...
This might be a solution looking for a problem, but you can easily automatically scan images for QR codes then add it to some metadata. This should run fairly fast...
Here's one possible way BoofCV could be used: https://boofcv.org/index.php?title=Example_Color_Histogram_Lookup A database would need to be created of images and their color histogram then you can look up "related" images. It's...
As discussed https://github.com/lessthanoptimal/PyBoof/issues/23 there are false positive finder pattern inside the data portion of the QR code. This causes the graph to be formed incorrectly and it fails to decode...