Commit Graph

1698 Commits

Author SHA1 Message Date
Brenno
6ca35bbf9b Fixed Stabilizer and created Object Detector tests 2020-07-30 21:39:20 -03:00
Brenno
58d2e8fe07 Improved SORT algorithm and fixed bug when cutting clips 2020-07-29 19:56:44 -03:00
Brenno
a8d877cb3b Changed bounding box draw in Object Detector effect 2020-07-29 18:50:11 -03:00
Brenno
483f2883c9 Added normalized bboxes for tracker and object detector
Also added tests for ObjectDetection and several bug fixes
2020-07-28 21:01:57 -03:00
Brenno
88a0c377b3 Updated protobuf bash script 2020-07-27 20:56:34 -03:00
Brenno
1a598b16df Added CVObjectDetection and ObjectDetection effect
Also included kalman filter functions and code for tracking the output boxes from DNN model
2020-07-26 16:19:55 -03:00
Brenno
d87a1260f3 Added interval to apply OpenCV effects 2020-07-23 20:06:10 -03:00
Brenno
e69f7b8f12 Added zoom to Stabilizer Effect 2020-07-22 14:05:19 -03:00
Brenno
6d6c156415 Tracker Effect minor fixes 2020-07-22 10:00:40 -03:00
Brenno
3b2acab284 Fixed crashing problem and added cut compatibility with opencv effects 2020-07-21 21:42:09 -03:00
Brenno
b2721c09f5 Protobuf messages now compile with Cmake 2020-07-21 11:12:06 -03:00
Brenno
df328efd87 Bug fixes for the function Frame::SetImageCV 2020-07-20 20:06:00 -03:00
Brenno
d3c8fb1f1a minor fix 2020-07-20 20:01:15 -03:00
Brenno
d0ce70fdc0 Added thread runner with pre-processing effects
Also integrated a basic the tracker Effect with the UI, changed the effect creation to use Json messages, and added the ProcessingController class to handle thread communication
2020-07-16 21:10:02 -03:00
Brenno
d6e0a69c1f improved the stabilize effect integration 2020-07-15 10:29:08 -03:00
Brenno
6d547650dc Added code comments and minor changes
Added map instead of vector in the Stabilizer, removed unnecessary code and improved documentation
2020-07-09 20:26:01 -03:00
Brenno
c60236a1c3 Added Stabilize Effect 2020-07-08 22:31:26 -03:00
Brenno
a85ab29f9c created protobuf message for Stabilization Effect 2020-07-08 11:50:46 -03:00
Brenno
0ef77af878 Included Tracker as an effect 2020-07-08 11:49:46 -03:00
Brenno
fc8d4d1214 included CVStabilization into Clip 2020-07-05 16:31:37 -03:00
Brenno
791961c057 modified cmake to include OpenCV and Protobuf as optional dependencies 2020-07-04 19:20:54 -03:00
Brenno
b7e5fb7f9a bug fixes 2020-07-02 20:18:01 -03:00
Brenno
a85e45bfda Implemented CVStabilization, removed cv namespace 2020-07-02 19:09:04 -03:00
Brenno
4f42a624a7 Included unit tests for Frame and CVTracker 2020-06-28 16:54:11 -03:00
Brenno
1ebad2cb8d finished adding protobuf message to CVTracker class 2020-06-27 19:30:15 -03:00