Recognition model of an object. More...
#include "VisualizationModel.h"
#include "DVision.h"
#include <string>
#include <vector>
#include <opencv/cv.h>
Go to the source code of this file.
Classes | |
struct | ObjectModel::Face |
class | ObjectModel |
Defines | |
#define | OPENCV_ADV_MATCHER 1 |
Typedefs | |
typedef DVision::PMVS::PLYFile | PLYFile |
typedef DVision::SurfSet | SurfSet |
Recognition model of an object.
Class to store a general object recognition model
This file is part of the RoboEarth ROS WP1 package.
It file was originally created for RoboEarth. The research leading to these results has received funding from the European Union Seventh Framework Programme FP7/2007-2013 under grant agreement no248942 RoboEarth.
Copyright (C) 2010 by Dorian Galvez-Lopez, University of Zaragoza
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition in file ObjectModel.h.
#define OPENCV_ADV_MATCHER 1 |
Definition at line 51 of file ObjectModel.h.
typedef DVision::PMVS::PLYFile PLYFile |
Definition at line 43 of file ObjectModel.h.
typedef DVision::SurfSet SurfSet |
Definition at line 44 of file ObjectModel.h.