From 0c7f6aea3daf191694310ec18edb958faf7897c2 Mon Sep 17 00:00:00 2001 From: Pavol Debnar Date: Wed, 5 Oct 2022 20:46:10 +0200 Subject: [PATCH] readme cosmetics --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6fe8e4d..8e3c458 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ##### Prerequisites + OpenCV version: 4.5.2 https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html @@ -15,10 +16,15 @@ sudo ln -s /usr/include/jsoncpp/json/ /usr/include/json ##### Files test-stitch.cpp - OpenCV tutorial file for stitching + test-kmeans.cpp - OpenCV tutorial file for K-Means alg. + pointbase.cpp - Structure for organizing points representing images + test.cpp - General functionality tests - for proper function, folder containing images+json files is required on the same level as src + makefile + ##### Compilation Compile using make \ No newline at end of file