calcUV (cv.VariationalRefinement) - MATLAB File Help |
calc function overload to handle separate horizontal (u) and vertical (v) flow components (to avoid extra splits/merges)
[flow_u, flow_v] = obj.calcUV(I0, I1)
[flow_u, flow_v] = obj.calcUV(I0, I1, 'OptionName',optionValue, ...)
I0
.I0
and type single
(1-channel1).I0
and type single
(1-channel1).Note that flow(:,:,1)==flow_u
, and flow(:,:,2)==flow_v
.
Access | public |
Sealed | false |
Static | false |