#include <gtest/gtest.h>
#include <pcl/pcl_tests.h>
#include <pcl/filters/convolution.h>
#include <pcl/point_types.h>
Go to the source code of this file.
Functions | |
Eigen::ArrayXf | filter (7) |
int | main (int argc, char **argv) |
TEST (Convolution, convolveRows) | |
Variables | |
PointCloud< PointXYZI >::Ptr | input (new PointCloud< PointXYZI >()) |
Eigen::ArrayXf filter | ( | 7 | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 93 of file test_convolution.cpp.
TEST | ( | Convolution | , |
convolveRows | |||
) |
Definition at line 51 of file test_convolution.cpp.
PointCloud<PointXYZI>::Ptr input(new PointCloud< PointXYZI >()) |