MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetDetectionData

Method GetDetectionData

src/CVObjectDetection.cpp:290–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290CVDetectionData CVObjectDetection::GetDetectionData(size_t frameId){
291 // Check if the stabilizer info for the requested frame exists
292 if ( detectionsData.find(frameId) == detectionsData.end() ) {
293
294 return CVDetectionData();
295 } else {
296
297 return detectionsData[frameId];
298 }
299}
300
301bool CVObjectDetection::SaveObjDetectedData(){
302 // Create tracker message

Callers 1

Calls 1

CVDetectionDataClass · 0.85

Tested by

no test coverage detected