bbli08

Results 2 issues of bbli08

Ran under python 3.7 and with a local folder /tmp/sync-test and a remote folder (on device) /sdcare/sync-test. It broken for the file with spaces in the name. The filename with...

In the following code snipet from boofcv.alg.feature.detect.template.TemplateMatching.java (at about line 112), N can be candidates.size, public void process() { ... int N = Math.min(maxMatches, candidates.size); QuickSelect.selectIndex(scores, N, candidates.size, indexes); See...

Under Investigation