Creates object models for WP1's object recognition. More...
#include "re_visionmodelcreator.h"
#include <cv.h>
#include <highgui.h>
#include <boost/foreach.hpp>
#include <QString>
#include <QFile>
#include <QXmlStreamWriter>
#include <Eigen/Geometry>
#include <pcl/features/normal_3d.h>
#include <pcl/kdtree/kdtree_flann.h>
#include <pcl/common/transforms.h>
#include <re_vision/SurfSet.h>
#include <re_vision/BundleCamera.h>
#include <re_vision/PLYFile.h>
Go to the source code of this file.
Functions | |
Eigen::Affine3f | getRe_visionTransformation () |
transformation from re_object_recorder's object coordinate system to re_vision's |
Creates object models for WP1's object recognition.
Tries to create object models from colored 3D point clouds that can be used by re_vision.
This file is part of the RoboEarth ROS re_object_recorder 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) 2011 by by Andreas Koch, University of Stuttgart
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file re_visionmodelcreator.cpp.
transformation from re_object_recorder's object coordinate system to re_vision's
Definition at line 86 of file re_visionmodelcreator.cpp.