ocl_goodFeaturesToTrack: error in maxEigenVal Kernel when using mask (Bug #4195)
Description
function call:
@goodFeaturesToTrack(gray, feats, 150, 0.05, 10, mask);
with UMat gray, mask;@
---
console output:
OpenCL program build log: -D OP_MAX_EIGEN_VAL -D WGS=1024 -D groupnum=8 -D WGS2_ALIGNED=512 -D HAVE_MASK
:19:5: error: use of undeclared identifier 'mask'
if (mask[mask_index])
Associated revisions
Merge pull request #4195 from wangyan42164:ocl_pyrlk
History
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4934