Public Member Functions | |
void | SafeRelease () |
void | Read (char *fileName) |
void | Read (LFLineFitter &lf) |
void | Read (int width, int height, int nLines, LFLineSegment *linesSegment) |
void | SetNumDirections (const int nDirections) |
void | Scale (double s) |
void | setWeights () |
void | ConstructDirectionImage (int index, IplImage *image) |
double | Length () |
void | operator= (EIEdgeImage &ei) |
void | Boundary (double &minx, double &miny, double &maxx, double &maxy) |
void | SetDirectionIndices () |
void | ConstructImage (IplImage *image, int thickness=1) |
Public Attributes | |
int | width_ |
int | height_ |
int | nLines_ |
LFLineSegment * | lines_ |
int * | directionIndices_ |
double | length |
Friends | |
class | LMLineMatcher |
class | LMDistanceImage |
Definition at line 33 of file EIEdgeImage.h.