Public Slots | Signals | Public Member Functions | Static Public Attributes | Private Attributes
GraphManager Class Reference

Manage the whole graph and point cloud data. More...

#include <graph_manager.h>

List of all members.

Public Slots

void extractFeatures ()
void loadData ()
void placeRecognition ()
void showBAImage ()

Signals

void newFeaturesImage (QImage)
void newLibBAImage (QImage)
void newQueryBAImage (QImage)
void reset ()
void setGUIStatus (QString message)

Public Member Functions

void drawQImageText (QImage &image, const QString &str)
 GraphManager ()
 ~GraphManager ()

Static Public Attributes

static std::vector
< std::vector< pcl::PointXYZ > > 
lib_cloud
static std::vector
< std::vector< pcl::PointXYZ > > 
query_cloud

Private Attributes

IplImage * BA_iplimage
int cloud_height
int cloud_width

Detailed Description

Manage the whole graph and point cloud data.

Definition at line 53 of file graph_manager.h.


Constructor & Destructor Documentation

Definition at line 46 of file graph_manager.cpp.

Definition at line 51 of file graph_manager.cpp.


Member Function Documentation

void GraphManager::drawQImageText ( QImage &  image,
const QString &  str 
)

Definition at line 466 of file graph_manager.cpp.

Definition at line 150 of file graph_manager.cpp.

void GraphManager::loadData ( ) [slot]

Definition at line 56 of file graph_manager.cpp.

void GraphManager::newFeaturesImage ( QImage  ) [signal]
void GraphManager::newLibBAImage ( QImage  ) [signal]
void GraphManager::newQueryBAImage ( QImage  ) [signal]

Definition at line 265 of file graph_manager.cpp.

void GraphManager::reset ( ) [signal]
void GraphManager::setGUIStatus ( QString  message) [signal]
void GraphManager::showBAImage ( ) [slot]

Definition at line 123 of file graph_manager.cpp.


Member Data Documentation

IplImage* GraphManager::BA_iplimage [private]

Definition at line 91 of file graph_manager.h.

Definition at line 92 of file graph_manager.h.

Definition at line 92 of file graph_manager.h.

std::vector< std::vector< pcl::PointXYZ > > GraphManager::lib_cloud [static]

Definition at line 87 of file graph_manager.h.

std::vector< std::vector< pcl::PointXYZ > > GraphManager::query_cloud [static]

Definition at line 88 of file graph_manager.h.


The documentation for this class was generated from the following files:


dlut_place_recognition
Author(s): Qinghua Li, Yan Zhuang, Fei Yan
autogenerated on Sun Oct 5 2014 23:29:57