morousg / cvGPUSpeedup

A faster implementation of OpenCV-CUDA that uses OpenCV objects, and more!
Apache License 2.0
37 stars 5 forks source link

Define an standard syntax for Backwards Vertical Fusion #100

Closed morousg closed 3 months ago

morousg commented 5 months ago

We demonstrated the possibility of performing Backwards Vertical Fusion, but it's implementation it's not defined in an estandard way.

We want to add a ReadBackwardsType, that has the same parameters as ReadType, plus an extra one that will be a ReadDeviceFunction or a ReadBackwardsDeviceFunction, that the ReadBackwardsDeviceFunction will use to read each of the elements it works with.