justinblaber / ncorr_2D_matlab

2D Digital Image Correlation Matlab Software

Home Page:https://www.ncorr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ncorr_2D_matlab

This is the offical repo for:

Ncorr: open-source 2D digital image correlation matlab software
J Blaber, B Adair, A Antoniou
Experimental Mechanics 55 (6), 1105-1122

Please cite this paper if you use this software in your research.

Installation instructions

git clone https://github.com/justinblaber/ncorr_2D_matlab.git

Then, in MATLAB:

>> cd ncorr_2D_matlab
>> addpath(pwd);
>> handles_ncorr = ncorr;

If MEX is set up properly, the MEX files associated with the program should compile automagically and a GUI will appear. For more information, please visit the associated website at: https://www.ncorr.com

For convienience, a direct link to the manual is available here and an instructional step-by-step youtube video is linked below:

IMAGE ALT TEXT HERE

About

2D Digital Image Correlation Matlab Software

https://www.ncorr.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:MATLAB 63.5%Language:C++ 36.5%