OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_error
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/photo/src/
tonemap.cpp
410
const float
target_error
= 1e-3f;
local
411
float target_norm = static_cast<float>(right.dot(right)) * powf(
target_error
, 2.0f);
Completed in 1500 milliseconds