std::shared_ptr< PointCloud > ComputeISSKeypoints(const PointCloud &input, double salient_radius, double non_max_radius, double gamma_21, double gamma_32, int min_neighbors)
Function that computes the ISS Keypoints from an input point cloud. This implements the keypoint dete...
Definition: ISSKeypoints.cpp:78