#include <ldvOverlap.h>
Public Member Functions | |
| OverlapInfo (int iIn) | |
| constructor | |
Public Attributes | |
| int | i |
| id of the image overlapped by j | |
| int | j |
| id of the image overlapping i | |
| int | nOverlap |
| # of pixels in the overlap | |
| int | nOverlapx |
| # of pixels on x in the overlap | |
| int | nOverlapy |
| # of pixels on y in the overlap | |
| OverlapInfo::OverlapInfo | ( | int | iIn | ) | [explicit] |
constructor
| iIn | id of the image i |
Referenced by computeOverlap().

1.5.6