mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #17587 from tomoaki0705:fixCUDAOptflowJetson
This commit is contained in:
commit
cb54f4c2ec
@ -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…
Reference in New Issue
Block a user