#include <focusalgorithms.h>
Interface intender for autofocus algorithms.
- Author
- Hy Murveit
- Version
- 1.1
Definition at line 30 of file focusalgorithms.h.
◆ FocusAlgorithmInterface()
| Ekos::FocusAlgorithmInterface::FocusAlgorithmInterface |
( |
const FocusParams & | _params | ) |
|
|
inline |
◆ ~FocusAlgorithmInterface()
| virtual Ekos::FocusAlgorithmInterface::~FocusAlgorithmInterface |
( |
| ) |
|
|
inlinevirtual |
◆ doneReason()
| QString Ekos::FocusAlgorithmInterface::doneReason |
( |
| ) |
const |
|
inline |
◆ getFailCode()
| AutofocusFailReason Ekos::FocusAlgorithmInterface::getFailCode |
( |
| ) |
const |
|
inline |
◆ getParams()
| const FocusParams & Ekos::FocusAlgorithmInterface::getParams |
( |
| ) |
const |
|
inline |
◆ isDone()
| bool Ekos::FocusAlgorithmInterface::isDone |
( |
| ) |
const |
|
inline |
◆ solution()
| int Ekos::FocusAlgorithmInterface::solution |
( |
| ) |
const |
|
inline |
◆ solutionValue()
| double Ekos::FocusAlgorithmInterface::solutionValue |
( |
| ) |
const |
|
inline |
◆ solutionWeight()
| double Ekos::FocusAlgorithmInterface::solutionWeight |
( |
| ) |
const |
|
inline |
◆ done
| bool Ekos::FocusAlgorithmInterface::done = false |
|
protected |
◆ doneString
| QString Ekos::FocusAlgorithmInterface::doneString |
|
protected |
◆ failCode
| AutofocusFailReason Ekos::FocusAlgorithmInterface::failCode = Ekos::FOCUS_FAIL_NONE |
|
protected |
◆ focusSolution
| int Ekos::FocusAlgorithmInterface::focusSolution = -1 |
|
protected |
◆ focusValue
| double Ekos::FocusAlgorithmInterface::focusValue = -1 |
|
protected |
◆ focusWeight
| double Ekos::FocusAlgorithmInterface::focusWeight = -1 |
|
protected |
◆ params
| FocusParams Ekos::FocusAlgorithmInterface::params |
|
protected |
The documentation for this class was generated from the following file: