WIP: bugfix optical flow (disparity/normal)
Compare changes
@@ -19,12 +19,17 @@ using cv::Size;
@@ -38,15 +43,14 @@ NVOpticalFlow::~NVOpticalFlow() {
@@ -55,12 +59,22 @@ bool NVOpticalFlow::init() {
@@ -69,31 +83,22 @@ bool NVOpticalFlow::apply(Frame &in, Frame &out, cudaStream_t stream) {
@@ -101,13 +106,36 @@ bool NVOpticalFlow::apply(Frame &in, Frame &out, cudaStream_t stream) {
\ No newline at end of file