Skip to content

Commit c2a880d

Browse files
committed
fixed indent
1 parent 9552206 commit c2a880d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

samples/gpu/pyrlk_optical_flow.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ int main(int argc, const char* argv[])
269269
}
270270

271271
if(is_sparse)
272-
{
272+
{
273273
namedWindow("PyrLK [Sparse]", WINDOW_NORMAL);
274274
}
275275
else
@@ -321,7 +321,8 @@ int main(int argc, const char* argv[])
321321
drawArrows(frame0, prevPts, nextPts, status, Scalar(255, 0, 0));
322322
imshow("PyrLK [Sparse]", frame0);
323323
}
324-
else {
324+
else
325+
{
325326
// Dense
326327
Ptr<cuda::DensePyrLKOpticalFlow> d_pyrLK_dense = cuda::DensePyrLKOpticalFlow::create(
327328
Size(winSize, winSize), maxLevel, iters);

0 commit comments

Comments
 (0)