OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_END
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
_cvimgproc.h
71
#define
CV_END
2
cvcorner.cpp
323
stage = stage & CV_START ? CV_START +
CV_END
:
CV_END
;
387
stage = stage & CV_START ? CV_START +
CV_END
:
CV_END
;
629
stage = stage & CV_START ? CV_START +
CV_END
:
CV_END
;
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;
526
if( phase &
CV_END
)
562
if( !rows[0] || ((phase &
CV_END
) && src_y == src_y2) )
564
int br = (phase &
CV_END
) && src_y == src_y2 ? bottom_rows : 0;
[
all
...]
/external/opencv/cv/include/
cv.hpp
53
#define
CV_END
2
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
.
101
CV_END
- the input is the last (bottom) stripe of the processed image [roi],
Completed in 698 milliseconds