#include "lfr.h" int main(void) { //Mat image1 = input.readFile("C:\\Line-Following-Robot\\Test_data\\*.jpeg"); LFR lfr; lfr.startLoop(); }