-
Does this MAT file represent 512 SURF descriptors extracted from multiple images?
Or it is a KDTree trained on these SURF descriptors?
Sorry cause i'm not very farmilar with KDTREE.
In other …
-
It would be useful to be able to delete elements from a previously constructed KD-tree. This would be a method of the KDTree class, i.e. KDTree.delete(index). This could save time in constructing a ne…
-
Hi matlabe,
I am using your find object to recognite with my test dataset (~ 25000 images, contains duplicate images)
**Beginning train**
![before](https://user-images.githubusercontent.com/2…
-
Hello, Scott.
I am using kiddo version="2.1.1", while running I get the error:
> panicked at 'Too many items with the same position on one axis. Bucket size must be increased to at least 1 more …
-
ekz-public lib does not compile on indigo:
```
[ 73%] Built target semantic_map
In file included from /usr/include/pcl-1.7/pcl/search/kdtree.h:44:0,
from /usr/include/pcl-1.7/pcl/sea…
-
This is a neat polars plug in. Thanks! Do you have plans for implementing the Ball Tree algorithm like in scikit-learn?
https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.h…
-
See https://github.com/MDAnalysis/mdanalysis/pull/1692/commits/8bad42896a16e4ac8662b4886c8b02edc075afeb
The other selections can already choose to use the kdtree option that works also with periodi…
-
Absorb Emyr's kdtree algorithms into codebase as they perform significantly faster than my own implementation.
Also, it is advised to shuffle the points list before putting into the tree, http://www…
-
sklearn provides a lot of functionality, we could use to simplify our code.
Distance matrix calculation:
https://scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html
…
-
Quering an Arc_KDTree with k = 1 results in AttributeError.
k=1 is the default.
```
>>> import libpysal
>>> pts = [(0,0), (1,0), (0,1), (1,1)]
>>> type(libpysal.cg.KDTree(pts))
>>> libpysa…