12 lines
248 B
C++
12 lines
248 B
C++
#pragma once
|
|
|
|
#include <opencv2/core/core.hpp>
|
|
#include <opencv2/highgui/highgui.hpp>
|
|
#include <opencv/cv.h>
|
|
#include <iostream>
|
|
#include <iomanip>
|
|
#include <string>
|
|
#include "avansvisionlib20.h" // versie 2.0 (!)
|
|
|
|
int run(int argc, char ** argv);
|