Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

flow to map

I want to use optical flow result to remap image
The problem is that optical flow store relative position but remap needs absolutely position.
Is there any exist function can transfer it or I need to implement them by myself?

I know it is easy on cpu, but I want to use the gpu version.
And I was still struggling with the transfer of GpuMat, PtrStepSz and float* in CUDA