Releases: nus-mmsys/LibreDF
Releases · nus-mmsys/LibreDF
LibreDF 1.0
- Language: A subset of DIF language is used.
- Actors: Some OpenCV functions are implemented as actors.
- Parallelization: Two special actors for splitting and merging OpenCV Mat structure are provided.
- Distribution: Actors can communicate through TCP besides shared memory. They can be distributed on multiple hosts. Tokens should be serialized and de-serialized to be transferred over network.
- Scheduling: Actors can be scheduled by the OS or manually be configured to run on a specific core.