AUV-Coop-Assembly
Master Thesis for Robotics Engineering. Cooperative peg-in-hole assembly with two underwater vehicles guided by vision
Public Member Functions | List of all members
StereoTracker Class Reference

Public Member Functions

 StereoTracker (std::string callerName, std::vector< std::string > cameraNames, std::map< std::string, vpHomogeneousMatrix > mapCameraTransf, std::vector< int > trackerTypes)
 
int initTrackingByClick (std::map< std::string, const vpImage< unsigned char > * > mapOfImages)
 
int initTrackingByPoint (std::map< std::string, const vpImage< unsigned char > * > mapOfImages)
 
int stereoTrack (std::map< std::string, const vpImage< unsigned char > * > mapOfImages, std::map< std::string, vpHomogeneousMatrix > *mapOfCameraPoses)
 
int stereoTrack (std::map< std::string, const vpImage< unsigned char > * > mapOfImages, std::map< std::string, pcl::PointCloud< pcl::PointXYZ >::ConstPtr > mapOfPointclouds, std::map< std::string, vpHomogeneousMatrix > *mapOfcameraToObj)
 
void getCamerasParams (std::map< std::string, vpCameraParameters > *mapOfCameraParams)
 
void display (std::map< std::string, const vpImage< unsigned char > * > mapOfImages)
 

Detailed Description

Definition at line 62 of file tracker.h.


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