#include "object_recognition.h"#include <string>#include <sstream>#include <iostream>#include <pcl/console/parse.h>#include <pcl/io/pcd_io.h>#include <pcl/visualization/pcl_visualizer.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 11 of file iccv2011/src/build_object_model.cpp.