#include <gtest/gtest.h>
#include <pcl/io/pcd_io.h>
#include <pcl/registration/correspondence_estimation_normal_shooting.h>
#include <pcl/features/normal_3d.h>
#include <pcl/kdtree/kdtree.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (CorrespondenceEstimation, CorrespondenceEstimationNormalShooting) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 87 of file test_correspondence_estimation.cpp.
TEST | ( | CorrespondenceEstimation | , |
CorrespondenceEstimationNormalShooting | |||
) |
Definition at line 45 of file test_correspondence_estimation.cpp.