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

Method GetTransformParamData

src/CVStabilization.cpp:314–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314TransformParam CVStabilization::GetTransformParamData(size_t frameId){
315
316 // Check if the stabilizer info for the requested frame exists
317 if ( transformationData.find(frameId) == transformationData.end() ) {
318
319 return TransformParam();
320 } else {
321
322 return transformationData[frameId];
323 }
324}
325
326CamTrajectory CVStabilization::GetCamTrajectoryTrackedData(size_t frameId){
327

Callers 1

CVStabilizer.cppFile · 0.80

Calls 1

TransformParamClass · 0.85

Tested by

no test coverage detected