Skip to content

Commit

Permalink
💎 Merge pull request #6 from FranckLab/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mohakpatel committed Sep 1, 2016
2 parents 8194692 + 2aa5861 commit 3942470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Matlab Code/checkConvergenceSSD.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
if prod(single(sSpacing1 == 16)) % condition if spacing = 16

idx = (find(prod(single(sSpacing == 16),2))-1):iteration;
idx = idx(idx~=0);
if length(idx) > 2
dSSE = diff(SSE(idx)); % calculate difference
dSSE = dSSE/dSSE(1); % normalize difference
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The Fast Iterative Digital Volume Correlation Algorithm (FIDVC) is the next generation DVC algorithm providing significantly improved signal-to-noise, and large (finite) deformation (incl. large rotations and image stretches) capture capability at low computational cost (please see [Bar-Kochba, Toyjanova et al., Exp. Mechanics, 2014](http://link.springer.com/article/10.1007/s11340-014-9874-2?sa_campaign=email/event/articleAuthor/onlineFirst) for more details).

### Important pages
* [Download latest version v1.2.2!](https://github.com/FranckLab/FIDVC/releases)
* [Download latest version v1.2.3!](https://github.com/FranckLab/FIDVC/releases)
* [Example data](https://drive.google.com/folderview?id=0ByhZqlrbo5srSmU2ZW1TOXpfVkE&usp=sharing)
* [FAQ](https://github.com/FranckLab/FIDVC#faq)
* [Questions/Issues](https://github.com/FranckLab/FIDVC/issues)
Expand Down

0 comments on commit 3942470

Please sign in to comment.