Pavol Debnar 913bcd567f updated pointbase, now with actual stitching
stitching functionality added to pointbase, bug prevails where stitcher
will not deem some images worthy for stitching (usually about half of
adj. images are stitched)
2022-10-16 18:09:09 +02:00
2022-10-05 20:46:10 +02:00

Stitching Barrel Surface Images and Correcting Their Brightness - Master's Thesis

Prerequisites

OpenCV version: 4.5.2 https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html

C++17

jsoncpp

sudo apt install libjsoncpp-dev
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

Description
No description provided
Readme 4.1 MiB
Languages
C++ 93.6%
Python 5%
Makefile 1.3%