#include <gtest/gtest.h>#include <pcl/common/pca.h>#include <pcl/point_types.h>#include <pcl/pcl_tests.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (PCA, projection) | |
| TEST (PCA, copy_constructor) | |
| TEST (PCA, cloud_projection) | |
Variables | |
| pcl::PointCloud< pcl::PointXYZ > | cloud |
| pcl::PCA< pcl::PointXYZ > | pca |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 98 of file test_pca.cpp.
| TEST | ( | PCA | , |
| projection | |||
| ) |
Definition at line 49 of file test_pca.cpp.
| TEST | ( | PCA | , |
| copy_constructor | |||
| ) |
Definition at line 60 of file test_pca.cpp.
| TEST | ( | PCA | , |
| cloud_projection | |||
| ) |
Definition at line 78 of file test_pca.cpp.
Definition at line 46 of file test_pca.cpp.
Definition at line 47 of file test_pca.cpp.