OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORPHAN
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
gcgraph.hpp
155
const int TERMINAL = -1,
ORPHAN
= -2;
277
v->parent =
ORPHAN
;
285
v->parent =
ORPHAN
;
319
if( ej ==
ORPHAN
)
370
u->parent =
ORPHAN
;
/external/opencv/cv/src/
cvstereogc.cpp
136
const int TERMINAL = -1,
ORPHAN
= -2;
260
v->parent =
ORPHAN
;
270
v->parent =
ORPHAN
;
302
if( ej ==
ORPHAN
)
355
u->parent =
ORPHAN
;
Completed in 54 milliseconds