morousg / cvGPUSpeedup

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

Refactor OperationSecuence and ComposedOperation #73

Closed morousg closed 10 months ago

morousg commented 10 months ago

We want to be able to:

  1. Use Unary to create an OperationSequence
  2. Unse Composed (ComposedDeviceFunction) to create a ComposedOperation
  3. Rename those to something that makes more sense:
    • OperationSequence could be something like UnaryOperationSequence (UnaryOS)
    • ComposedOperation could be something like ComposedOperationSequence (ComposedOS)