#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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.