Jafar
|
class Image Segment More...
class Image Segment
Definition at line 24 of file imageSegmentManager.hpp.
#include <imageSegmentManager.hpp>
Public Member Functions | |
ImageSegment (jblas::vec2 ext1_, jblas::vec2 ext2_) | |
ImageSegment (jblas::vec2 ext1_, jblas::vec2 ext2_, jblas::sym_mat ext1Cov_, jblas::sym_mat ext2Cov_, unsigned int id_) | |
Public Attributes | |
unsigned int | id |
id of the point, id=NO_ID means it has no id | |
jblas::vec2 | ext1 |
ending points | |
jblas::vec2 | ext2 |
jblas::sym_mat | ext1Cov |
ending points covariance | |
jblas::sym_mat | ext2Cov |
Static Public Attributes | |
static const unsigned int | NO_ID = 0 |
Generated on Wed Oct 15 2014 00:37:50 for Jafar by doxygen 1.7.6.1 |