Skip to content

Commit

Permalink
retry after failure to load from the build bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-galbrun committed Jul 7, 2014
1 parent 3d8e05d commit 62fed8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/cudaoptflow/src/cuda/tvl1flow.cu
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ namespace tvl1flow

__global__ void estimateUKernel(const PtrStepSzf I1wx, const PtrStepf I1wy,
const PtrStepf grad, const PtrStepf rho_c,
const PtrStepf p11, const PtrStepf p12,
const PtrStepf p21, const PtrStepf p22,
const PtrStepf p11, const PtrStepf p12,
const PtrStepf p21, const PtrStepf p22,
const PtrStepf p31, const PtrStepf p32,
PtrStepf u1, PtrStepf u2, PtrStepf u3, PtrStepf error,
const float l_t, const float theta, const float gamma, const bool calcError)
Expand Down
5 changes: 2 additions & 3 deletions modules/video/doc/motion_analysis_and_object_tracking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1083,9 +1083,8 @@ createOptFlow_DualTVL1
Parameter used for motion estimation. It adds a variable allowing for illumination variations
Set this parameter to 1 if you have varying illumination.
See: [Chambolle2011]_


See: [Chambolle2011]_

DenseOpticalFlow::calc
--------------------------
Calculates an optical flow.
Expand Down

0 comments on commit 62fed8b

Please sign in to comment.