mirror of
https://github.com/debnarpavol/spajanie_snimkov_uprava_jasu.git
synced 2025-08-07 23:27:20 +02:00
readme cosmetics
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
##### Prerequisites
|
##### Prerequisites
|
||||||
|
|
||||||
OpenCV version: 4.5.2
|
OpenCV version: 4.5.2
|
||||||
https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html
|
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
|
##### Files
|
||||||
test-stitch.cpp - OpenCV tutorial file for stitching
|
test-stitch.cpp - OpenCV tutorial file for stitching
|
||||||
|
|
||||||
test-kmeans.cpp - OpenCV tutorial file for K-Means alg.
|
test-kmeans.cpp - OpenCV tutorial file for K-Means alg.
|
||||||
|
|
||||||
pointbase.cpp - Structure for organizing points representing images
|
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
|
test.cpp - General functionality tests - for proper function, folder containing images+json files is required on the same level as src
|
||||||
|
|
||||||
makefile
|
makefile
|
||||||
|
|
||||||
|
|
||||||
##### Compilation
|
##### Compilation
|
||||||
Compile using make
|
Compile using make
|
Reference in New Issue
Block a user