Open arkerman opened 3 years ago
After my trying, I think the values of "k" represents the number of the kd tree nodes which satisfy the requirement. For example, the function "search_knn_vector_3d" is required to find the k nearest node of a given 3d point. The value "idx" represents indexes of the kd tree nodes. The value "" represents the square of the distance.
What are the values of "k", "idx" and "" in the knn search of kd tree? Especially what does ‘’ mean? Is it the distance from the nearest point to the center point?