GSoC2011SfM  0.1
Google Summer of Code 2011: Structure from motion
Public Member Functions | Protected Attributes
OpencvSfM::Polygon Class Reference

This class is used to handle a facet of a mesh. More...

#include <Mesh.h>

List of all members.

Public Member Functions

 Polygon ()
void addPoint (const cv::Ptr< TrackOfPoints > point3D)

Protected Attributes

std::vector< cv::Ptr
< TrackOfPoints > > 
vertices
 list of points

Detailed Description

This class is used to handle a facet of a mesh.

Definition at line 15 of file Mesh.h.


Constructor & Destructor Documentation

OpencvSfM::Polygon::Polygon ( )

Constructor

Definition at line 6 of file Mesh.cpp.


Member Function Documentation

void OpencvSfM::Polygon::addPoint ( const cv::Ptr< TrackOfPoints point3D)

Use this function to add a point to the polygon

Parameters:
point3Daddress of point who's copied into the vertices list

Definition at line 10 of file Mesh.cpp.


The documentation for this class was generated from the following files:
 All Classes Functions Variables