Merge pull request #17587 from tomoaki0705:fixCUDAOptflowJetson

pull/17586/head^2
Alexander Alekhin 5 years ago
commit cb54f4c2ec
  1. 3
      modules/cudaoptflow/src/cuda/tvl1flow.cu

@ -154,8 +154,7 @@ namespace tvl1flow
};
template <
typename T,
typename = std::enable_if_t<std::is_base_of<SrcTex, T>::value>
typename T
>
__global__ void warpBackwardKernel(
const PtrStepSzf I0, const T src, const PtrStepf u1, const PtrStepf u2,

Loading…
Cancel
Save