You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Added CVObjectDetection and ObjectDetection effect
Also included kalman filter functions and code for tracking the output boxes from DNN model
This commit is contained in:
@@ -139,7 +139,7 @@ bool Tracker::LoadTrackedData(std::string inputFilePath){
|
||||
}
|
||||
|
||||
// Get tracker info for the desired frame
|
||||
EffectFrameData Tracker::GetTrackedData(int frameId){
|
||||
EffectFrameData Tracker::GetTrackedData(size_t frameId){
|
||||
|
||||
// Check if the tracker info for the requested frame exists
|
||||
if ( trackedDataById.find(frameId) == trackedDataById.end() ) {
|
||||
|
||||
Reference in New Issue
Block a user