MythTV  master
Macros | Variables
DetectLetterbox.cpp File Reference
#include "libmythbase/mythcorecontext.h"
#include "DetectLetterbox.h"
Include dependency graph for DetectLetterbox.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("DetectLetterbox: ")
 

Variables

static constexpr int8_t NUMBER_OF_DETECTION_LINES { 3 }
 
static constexpr int8_t THRESHOLD { 5 }
 
static constexpr int8_t HORIZONTAL_THRESHOLD { 4 }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("DetectLetterbox: ")

Definition at line 5 of file DetectLetterbox.cpp.

Variable Documentation

◆ NUMBER_OF_DETECTION_LINES

constexpr int8_t NUMBER_OF_DETECTION_LINES { 3 }
staticconstexpr

Definition at line 7 of file DetectLetterbox.cpp.

Referenced by DetectLetterbox::Detect().

◆ THRESHOLD

constexpr int8_t THRESHOLD { 5 }
staticconstexpr

Definition at line 8 of file DetectLetterbox.cpp.

Referenced by DetectLetterbox::Detect().

◆ HORIZONTAL_THRESHOLD

constexpr int8_t HORIZONTAL_THRESHOLD { 4 }
staticconstexpr

Definition at line 9 of file DetectLetterbox.cpp.

Referenced by DetectLetterbox::Detect().