#include <iostream>
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/common/io.h>
#include <pcl/keypoints/sift_keypoint.h>
#include <pcl/keypoints/impl/sift_keypoint.hpp>
#include <pcl/features/normal_3d.h>
Go to the source code of this file.
Functions | |
int | main (int, char **argv) |
int main | ( | int | , |
char ** | argv | ||
) |
Definition at line 54 of file example_sift_keypoint_estimation.cpp.