You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Minor fixes
- Moved TimeUtil from header to src - Fixed issue with Qimage -> Mat conversion
This commit is contained in:
@@ -29,9 +29,11 @@
|
||||
*/
|
||||
|
||||
#include "CVObjectDetection.h"
|
||||
#include <google/protobuf/util/time_util.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace openshot;
|
||||
using google::protobuf::util::TimeUtil;
|
||||
|
||||
CVObjectDetection::CVObjectDetection(std::string processInfoJson, ProcessingController &processingController)
|
||||
: processingController(&processingController), processingDevice("CPU"){
|
||||
|
||||
Reference in New Issue
Block a user