#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) | |
| TEST (CorrespondenceEstimation, CorrespondenceEstimationSetSearchMethod) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 124 of file test_correspondence_estimation.cpp.
| TEST | ( | CorrespondenceEstimation | , |
| CorrespondenceEstimationNormalShooting | |||
| ) |
Definition at line 45 of file test_correspondence_estimation.cpp.
| TEST | ( | CorrespondenceEstimation | , |
| CorrespondenceEstimationSetSearchMethod | |||
| ) |
Definition at line 86 of file test_correspondence_estimation.cpp.