Resolving conflicts

This commit is contained in:
Brenno
2020-10-20 01:04:59 -03:00
parent 1626e1eeba
commit a9274df96b
30 changed files with 314 additions and 351 deletions

View File

@@ -939,6 +939,7 @@ std::shared_ptr<QImage> Frame::GetImage()
}
#ifdef USE_OPENCV
// Convert Qimage to Mat
cv::Mat Frame::Qimage2mat( std::shared_ptr<QImage>& qimage) {