Public Member Functions | |
LFLineSegment & | operator= (const LFLineSegment &rhs) |
void | Read (FILE *fin) |
void | Center (double *center) |
void | Translate (double *vec) |
double | Theta () |
void | Rotate (double theta) |
void | Scale (double s) |
double | Length () |
Static Public Member Functions | |
static int | Compare (const void *l1, const void *l2) |
static int | LineSegmentCompare (LFLineSegment &l1, LFLineSegment &l2) |
Public Attributes | |
double | sx_ |
double | sy_ |
double | ex_ |
double | ey_ |
int | nSupport_ |
double | len_ |
double | weight_ |
CvPoint2D64f | normal_ |
Definition at line 37 of file LFLineSegment.h.