Skip to content

This repo calculates the Mean Intensity Gradient (MIG) of laser-speckle images, and calculates position of tracked template using Normalized Cross-Correlation (NCC).

Notifications You must be signed in to change notification settings

ani-4nirudh/MIG-NCC-Calculation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repo contains code to analyze images captured using img_acq_testing with NCC algorithm and save it's results in a .csv file. For more info, check code comments.

Build

mkdir -p lib build

# Go to build directory
cd build

# Generate makefiles inside build
cmake -s ..

make -j

# Paste the directory containing images collected from img_acq_testing at the path <your_path>/mig_ncc_testing/

# Run the executable from within the build folder
./mig_ncc_testing

About

This repo calculates the Mean Intensity Gradient (MIG) of laser-speckle images, and calculates position of tracked template using Normalized Cross-Correlation (NCC).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published