Updated GSoC_2018 (markdown)

Gary Bradski 2018-01-29 12:20:00 -08:00
parent 79d5f90822
commit 481675195d

@ -295,10 +295,13 @@ This is very general and always relevant topic. OpenCV is known for speed, but t
### 14. Halide language
- Optimizing exists algorithms or some parts using Halide.
- Extend implementations for GPU targets.
- Deep learning layers and topologies.
- Automatic domain-specific scheduling.
OpenCV 4.0 is going to be written in Halide so that the compiler can be used to quickly optimize OpenCV on all the different hardware platforms that are proliferating.
- See the [Halide project here](http://halide-lang.org/)
- We need:
- Optimizing exists algorithms or some parts using Halide.
- Extend implementations for GPU targets.
- Deep learning layers and topologies.
- Automatic domain-specific scheduling.
### 15. Better image & video encoding/decoding