mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Fixed several issues found by static analysis
This commit is contained in:
@@ -654,6 +654,7 @@ void cv::detail::LKTrackerInvoker::operator()(const Range& range) const
|
||||
prevDelta = delta;
|
||||
}
|
||||
|
||||
CV_Assert(status != NULL);
|
||||
if( status[ptidx] && err && level == 0 && (flags & OPTFLOW_LK_GET_MIN_EIGENVALS) == 0 )
|
||||
{
|
||||
Point2f nextPoint = nextPts[ptidx] - halfWin;
|
||||
|
||||
Reference in New Issue
Block a user