Home
last modified time | relevance | path

Searched refs:FocusState (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/samples/cpp/
Dautofocus.cpp55 struct FocusState struct
66 static ostream & operator<<(ostream & os, FocusState & state) in operator <<() argument
74 static FocusState createInitialState() in createInitialState()
76 FocusState state; in createInitialState()
147 static int correctFocus(bool lastSucceeded, FocusState & state, double rate) in correctFocus()
322 FocusState state = createInitialState(); in main()