|
QHash< QString, double > | level () |
| Levels the tracking parameters.
|
|
|
void | forceFinished (QString message) |
|
void | levelParametersChanged (QHash< QString, double >) |
|
void | finished () |
|
|
static double | stdev (const QList< double > &vect) |
| Compute the std from a vector.
|
|
◆ AutoLevel()
AutoLevel::AutoLevel |
( |
const string & | path, |
|
|
const UMat & | background, |
|
|
const QHash< QString, QString > & | parameters ) |
Constructs the AutoLevel object.
- Parameters
-
[in] | path | Path to the movie to track. |
[in] | background | Background image. |
◆ computeStdAngle()
double AutoLevel::computeStdAngle |
( |
const Data & | data | ) |
|
|
private |
Compute the standard deviation of the angle distribution.
- Parameters
-
- Returns
- Standard deviation.
◆ computeStdArea()
double AutoLevel::computeStdArea |
( |
const Data & | data | ) |
|
|
private |
Compute the standard deviation of the area distribution.
- Parameters
-
- Returns
- Standard deviation.
◆ computeStdDistance()
double AutoLevel::computeStdDistance |
( |
const Data & | data | ) |
|
|
private |
Compute the standard deviation of the distance distribution.
- Parameters
-
- Returns
- Standard deviation.
◆ computeStdPerimeter()
double AutoLevel::computeStdPerimeter |
( |
const Data & | data | ) |
|
|
private |
Compute the standard deviation of the angle distribution.
- Parameters
-
- Returns
- Standard deviation.
◆ level
QHash< QString, double > AutoLevel::level |
( |
| ) |
|
|
slot |
Levels the tracking parameters.
- Returns
- Map containing the levelled parameters.
◆ stdev()
double AutoLevel::stdev |
( |
const QList< double > & | vect | ) |
|
|
static |
Compute the std from a vector.
- Parameters
-
- Returns
- Std.
◆ m_background
UMat AutoLevel::m_background |
|
private |
Path to video file/image sequence.
◆ m_endImage
int AutoLevel::m_endImage |
|
private |
Optimal ending image index.
◆ m_parameters
QHash<QString, QString> AutoLevel::m_parameters |
|
private |
Optimal ending image index.
◆ m_path
Path to video file/image sequence.
◆ m_savedPath
QString AutoLevel::m_savedPath |
|
private |
◆ m_spotSuffix
QString AutoLevel::m_spotSuffix |
|
private |
The documentation for this class was generated from the following files: