- This repo contains source code to calculate Mean Intensity Gradient (MIG) using OpenCV.
- The results for the MIG are saved inside the 'MIG_results' folder.
- Go to project directory and create folders
lib
andbuild
:cd <your_path>/img_acq_testing mkdir -p build lib
- Install ZLIB:
sudo apt install zlib1g-dev
- Install LibXLSXWriter from instructions here. Make it on your own from given instructions inside your
lib
directory.
- Copy the 'images' directory from
init_img_acq
toinit_mig_exp_time
directory. - Makefile generation and running the executable:
cd build cmake -s .. make -j ./init_mig_exp_time