muDIC
muDIC copied to clipboard
Digital Image Correlation in Python
Is it possible to use the code for .jog images?
Hi, I am currently trying to implement µDIC for determination of strain during large-deformation tests. I noticed that the vertical mesh size is constant for the entire measurement. Would there...
Hello, I want to learn how to use the program. I have downloaded the notebooks and it does not give me any error, but when doing the test with the...
Hi, first of all thanks for this awesome library. I found this library after reading your paper of 2020. I have a couple of questions that I hope can be...
With this PR I included a few features: - add the possibility to plot principal strains as contour - add the possibility to add title to the plots - add...
In order to be able to observe the displacement of the sample out of plane (2D), I would like to use openCV to also work in the depth of the...
Subsets are very handy and could realy increase the generality of the toolkit.
Continuing from here: https://github.com/PolymerGuy/muDIC/issues/24#issuecomment-624749895. For the sake of future development, we should decide on a baseline for how the strains are calculated in µDIC. I propose the methodology found in...
The Region of Interest identification without using the GUI requires the input of the specimen edges coordinates. For this purpose the point 1 (upper left) and 2 (bottom right) coordinates...
The mesh_translator now fails if the target mesh is larger than the original mesh. Suggestions: - Make a copy of the target mesh and impose the corner coordinates of the...