#!/bin/bash
g++ openCV.cpp -o oCV `pkg-config --cflags --libs opencv4`
