OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pBV
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NPP_staging.hpp
124
Ncv32f *
pBV
; ///< backward vertical displacement
[
all
...]
/external/opencv3/modules/shape/src/
emdL1.cpp
280
cvPEmdEdge
pBV
;
295
pBV
= &(m_EdgesUp[r][c]);
303
pBV
= &(m_EdgesRight[r][c]);
310
pBV
->pParent->pChild =
pBV
;
311
pBV
->flow = fabs(dFlow);
312
pBV
->iDir = dFlow>0; // 1:outward, 0:inward
320
pBV
= &(m_EdgesUp[r][c]);
322
pBV
->pParent->pChild=
pBV
;
[
all
...]
Completed in 173 milliseconds