OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_operation
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/include/
cv.hpp
323
CvMorphology( int
_operation
, int _max_width, int _src_dst_type,
329
virtual void init( int
_operation
, int _max_width, int _src_dst_type,
/external/opencv/cv/src/
cvmorph.cpp
130
CvMorphology::CvMorphology( int
_operation
, int _max_width, int _src_dst_type,
137
init(
_operation
, _max_width, _src_dst_type,
157
void CvMorphology::init( int
_operation
, int _max_width, int _src_dst_type,
169
if(
_operation
!= ERODE &&
_operation
!= DILATE )
188
operation =
_operation
;
[
all
...]
/external/libunwind/doc/
libunwind-dynamic.tex
278
of the \Type{unw\_dyn\
_operation
\_t} values described below.
324
\Type{unw\_dyn\
_operation
\_t} which defines the following
Completed in 80 milliseconds