Get it
Learn it
Advanced
struct Node { // fields int num_points; int first_point_index; Scalar* median; Scalar* radius; Scalar* sum; Scalar opt_cost; Node* lower_node; Node* upper_node; int kmpp_cluster_index; };