1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 17:24:28 +08:00

moved DIS optical flow from opencv_contrib to opencv, moved TVL1 from opencv to opencv_contrib

This commit is contained in:
Vadim Pisarevsky
2018-11-09 00:48:48 +03:00
parent 2017be45db
commit 2cc5ead103
24 changed files with 2362 additions and 4142 deletions

View File

@@ -135,7 +135,7 @@ int main( int argc, const char **argv )
Mat i1 = imread( img1 );
Mat i2 = imread( img2 );
Mat gt = optflow::readOpticalFlow( groundtruth );
Mat gt = readOpticalFlow( groundtruth );
Mat i1g, i2g;
cvtColor( i1, i1g, COLOR_BGR2GRAY );