fixed indent

pull/8131/head
atinfinity 8 years ago
parent 9552206a4c
commit c2a880d7c9
  1. 3
      samples/gpu/pyrlk_optical_flow.cpp

@ -321,7 +321,8 @@ int main(int argc, const char* argv[])
drawArrows(frame0, prevPts, nextPts, status, Scalar(255, 0, 0));
imshow("PyrLK [Sparse]", frame0);
}
else {
else
{
// Dense
Ptr<cuda::DensePyrLKOpticalFlow> d_pyrLK_dense = cuda::DensePyrLKOpticalFlow::create(
Size(winSize, winSize), maxLevel, iters);

Loading…
Cancel
Save