OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:borderTab
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
filterengine.hpp
262
std::vector<int>
borderTab
;
filter.cpp
143
borderTab
.resize(borderLength*borderElemSize);
233
int* btab = (int*)&
borderTab
[0];
301
const int *btab = &
borderTab
[0];
[
all
...]
Completed in 151 milliseconds