Set default smoothing window value to compute stabilization
| 27 | |
| 28 | // Set default smoothing window value to compute stabilization |
| 29 | CVStabilization::CVStabilization(std::string processInfoJson, ProcessingController &processingController) |
| 30 | : processingController(&processingController){ |
| 31 | SetJson(processInfoJson); |
| 32 | start = 1; |
| 33 | end = 1; |
| 34 | } |
| 35 | |
| 36 | // Process clip and store necessary stabilization data |
| 37 | void CVStabilization::stabilizeClip(openshot::Clip& video, size_t _start, size_t _end, bool process_interval){ |
nothing calls this directly
no outgoing calls
no test coverage detected