Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Typedefs
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
v
w
~
Functions
a
b
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
v
w
~
Variables
_
b
c
d
e
h
i
l
m
n
p
r
s
t
v
Typedefs
b
c
e
h
i
m
n
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
_
b
c
d
e
i
l
m
n
s
t
v
Functions
Variables
Typedefs
Macros
python
test.py
Go to the documentation of this file.
1
from
pynabo
import
*
2
import
numpy
as
np
3
4
x = np.array([[0.,3.], [1,2], [4,5]])
5
print(x)
6
7
nns =
NearestNeighbourSearch
(x)
8
q = np.array([[1.1, 2.]])
9
print(q)
10
11
res = nns.knn(q, 2, 0, SearchOptionFlags.ALLOW_SELF_MATCH)
12
print(res[0])
13
print(res[1])
NearestNeighbourSearch
Definition:
python/nabo.cpp:95
libnabo
Author(s): Stéphane Magnenat
autogenerated on Thu Jan 23 2025 03:53:07