graph_utils
navis.graph.graph_utils.match_mesh_skeleton
#
Match vertices of MeshNeuron to nodes of TreeNeuron.
PARAMETER | DESCRIPTION |
---|---|
mesh |
TYPE: |
skeleton |
TYPE: |
RETURNS | DESCRIPTION |
---|---|
np.ndarray | Array of skeleton node IDs for each vertex in the mesh. |
Source code in navis/graph/graph_utils.py
2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
|