top | item 43258549

(no title)

dominikwin | 1 year ago

Yes! There's a list here: https://ixlab.github.io/vidformer/opencv-filters.html

A good chunk of OpenCV imgproc is implemented, but it can go beyond that. Vidformer can be applied to any function which returns or manipulates frames (transformation), but not functions which return data. So not yolo, but things like canny edge detection would work just fine. It's impossible to accelerate all processing tasks, so we focus on the "video transformation" subset used to create videos.

discuss

order

No comments yet.