OpenGrok
Cross Reference: tvl1flow.cpp
xref
: /
external
/
opencv3
/
modules
/
video
/
src
/
tvl1flow.cpp
Home
|
History
|
Annotate
|
Download
|
only in
src
Lines Matching
refs:Iy2
899
const float
Iy2
= I1wyRow[x] * I1wyRow[x];
902
gradRow[x] = Ix2 +
Iy2
;