hyperion.ng
|
Result structure of the detected blackborder. More...
#include <BlackBorderDetector.h>
Public Member Functions | |
bool | operator== (const BlackBorder &other) const |
Compares this BlackBorder to the given other BlackBorder. More... | |
Public Attributes | |
bool | unknown |
Falg indicating if the border is unknown. | |
int | horizontalSize |
The size of the detected horizontal border. | |
int | verticalSize |
The size of the detected vertical border. | |
Result structure of the detected blackborder.
|
inline |
Compares this BlackBorder to the given other BlackBorder.
[in] | other | The other BlackBorder |