OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:learnMax
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvbgfg_codebook.cpp
159
if( e->learnMin[0] <= p0 && p0 <= e->
learnMax
[0] &&
160
e->learnMin[1] <= p1 && p1 <= e->
learnMax
[1] &&
161
e->learnMin[2] <= p2 && p2 <= e->
learnMax
[2] )
171
// no need to use SAT_8U for updated learnMin[i] &
learnMax
[i] here,
174
if( e->
learnMax
[0] < h0 ) e->
learnMax
[0]++;
176
if( e->
learnMax
[1] < h1 ) e->
learnMax
[1]++;
178
if( e->
learnMax
[2] < h2 ) e->
learnMax
[2]++
[
all
...]
/external/opencv/cvaux/include/
cvaux.h
[
all
...]
Completed in 61 milliseconds