81
edits
Changes
Sirius
,→Sirius
== Progress ==
=== Assignment 1 ===
---- === Vehicle detection and tracking (Rosario A. Cali)===
The source code for this project can be found alongside its references and test run results [https://github.com/RosarioAleCali/DPS915_Final_Project/tree/master/vehicle_detection here].<br>
The program uses [https://www.ffmpeg.org/ FFmpeg] to extract frames from a video and then each frame is analyzed to detect if any cars are present in the frame or not.<br>
For me the most important thing is to solve the problem regardless of the tools used and I think that reimplementing everything from scratch using OpenCV and CUDA is a viable solution.
=== Boxblur on an image using opencv C++ Library ===
=== Assignment 2 ===
----
=== Assignment 3 ===
----