veejay icon indicating copy to clipboard operation
veejay copied to clipboard

investigate Halide

Open game-stop opened this issue 9 years ago • 4 comments

http://halide-lang.org/

game-stop avatar May 13 '16 09:05 game-stop

http://halide-lang.org/docs/class_halide_1_1_func.html http://halide-lang.org/index.html#resources

game-stop avatar May 13 '16 09:05 game-stop

Decoupling Algorithms from Schedules for Easy Optimization of Image Processing Pipelines

http://people.csail.mit.edu/jrk/halide12/ http://people.csail.mit.edu/jrk/halide12/halide12.pdf

d-j-a-y avatar May 13 '16 09:05 d-j-a-y

seems trivial to wrap using livido compile livido plugins using cpp compiler (g++) provide wrapper arround swscaler to convert data to and from RGB (push & pull)

game-stop avatar May 14 '16 14:05 game-stop

https://isocpp.org/wiki/faq/mixing-c-and-cpp#call-cpp https://github.com/halide/Halide/blob/e9ece5ee8ee9cb62295d5e7e5409e54390bb01b4/tutorial/lesson_16_rgb_generate.cpp

game-stop avatar May 14 '16 14:05 game-stop