hyperion.ng
Public Member Functions | Public Attributes | List of all members
hyperion::BlackBorder Struct Reference

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.
 

Detailed Description

Result structure of the detected blackborder.

Member Function Documentation

§ operator==()

bool hyperion::BlackBorder::operator== ( const BlackBorder other) const
inline

Compares this BlackBorder to the given other BlackBorder.

Parameters
[in]otherThe other BlackBorder
Returns
True if this is the same border as other

The documentation for this struct was generated from the following file: