mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
Fix build error.
This commit is contained in:
parent
168d1dc18c
commit
c74c517ce3
@ -172,7 +172,7 @@ namespace ocl_tvl1flow
|
||||
void estimateU(oclMat &I1wx, oclMat &I1wy, oclMat &grad,
|
||||
oclMat &rho_c, oclMat &p11, oclMat &p12,
|
||||
oclMat &p21, oclMat &p22, oclMat &u1,
|
||||
oclMat &u2, oclMat &error, float l_t, float theta);
|
||||
oclMat &u2, oclMat &error, float l_t, float theta, char calc_error);
|
||||
|
||||
void estimateDualVariables(oclMat &u1, oclMat &u2,
|
||||
oclMat &p11, oclMat &p12, oclMat &p21, oclMat &p22, float taut);
|
||||
|
Loading…
Reference in New Issue
Block a user