getting project setup

This commit is contained in:
lostjared
2017-02-01 03:00:37 -08:00
parent dc2bf673ce
commit 957da58e2c
8 changed files with 169 additions and 15 deletions

View File

@@ -1,6 +1,8 @@
#include"qtheaders.h"
#include "main_window.h"
bool blend_set = false;
cv::Mat blend_image;
int main(int argc, char **argv) {
QApplication app(argc, argv);