OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_separable
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
cvfilter.cpp
102
if(
is_separable
)
136
_dst_type == dst_type && _is_separable ==
is_separable
&&
141
is_separable
= _is_separable != 0;
215
if( !
is_separable
)
233
const_row = buf_end + (
is_separable
? 1 : 0)*tr_step;
241
if(
is_separable
)
346
bool can_use_src_as_trow = false; //
is_separable
&& width >= ksize.width;
351
uchar* trow =
is_separable
? buf_end : buf_tail;
391
if(
is_separable
)
[
all
...]
cvmorph.cpp
334
uchar* trow =
is_separable
? buf_end : buf_tail;
365
if(
is_separable
)
[
all
...]
/external/opencv/cv/include/
cv.hpp
149
bool
is_separable
;
member in class:CvBaseImageFilter
Completed in 90 milliseconds