OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nu_thresh
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvthresh.cpp
210
float*
nu_thresh
= 0;
local
239
nu_thresh
= hist->thresh2[0];
247
mu += (
nu_thresh
[i*2] +
nu_thresh
[i*2+1])*0.5*h[i];
271
val_i = (
nu_thresh
[i*2] +
nu_thresh
[i*2+1])*0.5;
Completed in 293 milliseconds