I have a numpy array, filtered__rows
, comprised of LAS data [x, y, z, intensity, classification]
. I have created a cKDTree
of points and have found nearest neighbors, query_ball_point
, which is a list of indices for the point and its neighbors.
Is there a way to filter filtered__rows
to create an array of only points whose index is in the list returned by query_ball_point
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…