OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_START
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvcorner.cpp
223
int stage =
CV_START
;
323
stage = stage &
CV_START
?
CV_START
+ CV_END : CV_END;
387
stage = stage &
CV_START
?
CV_START
+ CV_END : CV_END;
519
int stage =
CV_START
;
629
stage = stage &
CV_START
?
CV_START
+ CV_END : CV_END;
_cvimgproc.h
70
#define
CV_START
1
cvfilter.cpp
444
int phase = flags & (
CV_START
|CV_END|CV_MIDDLE);
493
phase =
CV_START
| CV_END;
494
phase &=
CV_START
| CV_END | CV_MIDDLE;
497
if( phase &
CV_START
)
508
if( phase &
CV_START
)
[
all
...]
/external/opencv/cv/include/
cv.hpp
52
#define
CV_START
1
98
_phase is either
CV_START
, or CV_END, or CV_MIDDLE, or
CV_START
|CV_END, or CV_WHOLE,
99
which is the same as
CV_START
|CV_END.
100
CV_START
means that the input is the first (top) stripe of the processed image [roi],
121
/* it is called (not always) from process when _phase=
CV_START
or CV_WHOLE.
Completed in 286 milliseconds