OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currsad
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvstereobm.cpp
506
int
currsad
= sad[d] + hsad[d] - hsad_sub[d];
local
507
sad[d] =
currsad
;
508
if(
currsad
< minsad )
510
minsad =
currsad
;
/external/opencv3/modules/calib3d/src/
stereobm.cpp
808
int
currsad
= sad[d] + hsad[d] - hsad_sub[d];
809
sad[d] =
currsad
;
810
if(
currsad
< minsad )
812
minsad =
currsad
;
[
all
...]
Completed in 91 milliseconds