mirror of
https://github.com/opencv/opencv.git
synced 2026-09-19 15:23:23 -05:00
fixed indent
This commit is contained in:
@@ -321,7 +321,8 @@ int main(int argc, const char* argv[])
|
|||||||
drawArrows(frame0, prevPts, nextPts, status, Scalar(255, 0, 0));
|
drawArrows(frame0, prevPts, nextPts, status, Scalar(255, 0, 0));
|
||||||
imshow("PyrLK [Sparse]", frame0);
|
imshow("PyrLK [Sparse]", frame0);
|
||||||
}
|
}
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
// Dense
|
// Dense
|
||||||
Ptr<cuda::DensePyrLKOpticalFlow> d_pyrLK_dense = cuda::DensePyrLKOpticalFlow::create(
|
Ptr<cuda::DensePyrLKOpticalFlow> d_pyrLK_dense = cuda::DensePyrLKOpticalFlow::create(
|
||||||
Size(winSize, winSize), maxLevel, iters);
|
Size(winSize, winSize), maxLevel, iters);
|
||||||
|
|||||||
Reference in New Issue
Block a user