OptimizeStage.hpp
Go to the documentation of this file.
1 /*
2  * Software License Agreement (BSD License)
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions
6  * are met:
7  *
8  * * Redistributions of source code must retain the above copyright
9  * notice, this list of conditions and the following disclaimer.
10  * * Redistributions in binary form must reproduce the above
11  * copyright notice, this list of conditions and the following
12  * disclaimer in the documentation and/or other materials provided
13  * with the distribution.
14  * * Neither the name of Willow Garage, Inc. nor the names of its
15  * contributors may be used to endorse or promote products derived
16  * from this software without specific prior written permission.
17  *
18  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
22  * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
24  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29  * POSSIBILITY OF SUCH DAMAGE.
30  *
31  */
32 /*
33  * OptimizeStage.hpp
34  *
35  * @date 13.11.2015
36  * @author Tristan Igelbrink (Tristan@Igelbrink.com)
37  */
38 
39 #ifndef OptimizeStage_HPP__
40 #define OptimizeStage_HPP__
41 
42 #include <list>
43 #include "AbstractStage.hpp"
44 #include "BlockingQueue.hpp"
45 #include <boost/any.hpp>
46 #include <lvr/io/PointBuffer.hpp>
47 #include <lvr/io/DataStruct.hpp>
48 #include <lvr/geometry/HalfEdgeVertex.hpp>
49 #include <lvr/geometry/HalfEdgeKinFuMesh.hpp>
50 #include <lvr/geometry/BoundingBox.hpp>
51 #include <kfusion/types.hpp>
52 
53 
54 using namespace lvr;
55 using namespace std;
56 using namespace kfusion;
57 
58 typedef Vertex<float> fVertex;
59 typedef ColorVertex<float, unsigned char> cVertex;
60 typedef HalfEdgeKinFuMesh<cVertex, lvr::Normal<float> > HMesh;
61 typedef HMesh* MeshPtr;
62 
64 {
65 public:
66 
67  // default constructor
69 
70  virtual void firstStep();
71  virtual void step();
72  virtual void lastStep();
73 
74 private:
75 
76  size_t mesh_count_;
79 
81  size_t bounding_counter,pic_count_,texture_counter;
82 
83 };
84 #endif // STAGE
OptimizeStage::optiMesh_
MeshPtr optiMesh_
Definition: OptimizeStage.hpp:77
types.hpp
HMesh
HalfEdgeKinFuMesh< cVertex, lvr::Normal< float > > HMesh
Definition: FusionStage.hpp:62
options
const kaboom::Options * options
Definition: src/tools/lvr2_kaboom/Main.cpp:45
kfusion
Utility.
Definition: capture.hpp:8
AbstractStage
Definition: AbstractStage.hpp:49
OptimizeStage::texture_counter
size_t texture_counter
Definition: OptimizeStage.hpp:81
BlockingQueue.hpp
HMesh
HalfEdgeKinFuMesh< cVertex, lvr::Normal< float > > HMesh
Definition: OptimizeStage.hpp:60
OptimizeStage::meshBufferPtr
MeshBufferPtr meshBufferPtr
Definition: OptimizeStage.hpp:80
MeshPtr
HMesh * MeshPtr
Definition: OptimizeStage.hpp:61
fVertex
Vertex< float > fVertex
Definition: OptimizeStage.hpp:58
MeshPtr
HMesh * MeshPtr
Definition: FusionStage.hpp:63
OptimizeStage::mesh_count_
size_t mesh_count_
Definition: OptimizeStage.hpp:76
std
Definition: HalfEdge.hpp:124
OptimizeStage
Definition: OptimizeStage.hpp:63
lvr2::MeshBufferPtr
std::shared_ptr< MeshBuffer > MeshBufferPtr
Definition: MeshBuffer.hpp:217
kfusion::Options
A class to parse the program options for the reconstruction executable.
Definition: ext/kintinuous/kfusion/include/kfusion/Options.hpp:51
cVertex
ColorVertex< float, unsigned char > cVertex
Definition: OptimizeStage.hpp:59
AbstractStage.hpp
OptimizeStage::options_
Options * options_
Definition: OptimizeStage.hpp:78
scripts.create_png.step
step
Definition: create_png.py:42


lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:24