bug1629.patch

Aniket Handa, 2012-03-17 05:59 pm

Download (611 Bytes)

 
modules/video/src/lkpyramid.cpp (working copy)
1071 1071
        err = cv::Mat(count, 1, CV_32F, (void*)error);
1072 1072
    cv::calcOpticalFlowPyrLK( A, B, ptA, ptB, status ? cv::_OutputArray(st) : cv::_OutputArray(),
1073 1073
                              error ? cv::_OutputArray(err) : cv::_OutputArray(),
1074
                              winSize, level, criteria, flags);
1074
                              winSize, level, criteria, 0.5,flags);
1075 1075
}
1076 1076

  
1077 1077