OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_x_kernel
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
cvderiv.cpp
490
const CvMat* _kx = state->
get_x_kernel
(); \
548
const CvMat* _kx = state->
get_x_kernel
();
690
const CvMat* _kx = state->
get_x_kernel
();
[
all
...]
cvfilter.cpp
905
const CvMat* _kx = state->
get_x_kernel
();
[
all
...]
/external/opencv/cv/include/
cv.hpp
193
const CvMat*
get_x_kernel
() const { return kx; }
function in class:CvSepFilter
Completed in 150 milliseconds