Digital Image Correlation Engine (DICe)
Digital Image Correlation Engine (DICe)
Thanks for the video. There was a bug in the calibration tool for video files where the pose_estimation_index variable wasn't being written to the cal_input.xml file. That is fixed now...
Can you rephrase your first bullet? I'm not sure I understand the question. You can add live points by simply right (or middle) clicking in the image in Version 3...
The displacement in the plot is in terms of pixels. I don't know how you calibrated your system so I can't comment on what it means in terms of physical...
You can find the gamma calculation on line 324 of this file: https://github.com/dicengine/dice/blob/master/src/base/DICe_Subset.cpp As far as an acceptable value, we typically consider anything over 0.5 to be a failed correlation....
The GAMMA SIGMA and BETA fields are automatically set to -1.0 when a subset fails correlation due to some error (either exceeded max iterations, or had unphysical solution, or other...
As you said, the global methods don't calculate the same quality metrics as the subset based methods in DICe. One metric that you could use is to look at the...
Is there a particular reason you are using version 2.0 instead of the most recent: https://github.com/dicengine/dice/releases/tag/v3.0-beta.6 ? I'm not sure why you are getting the error above, but it would...
I wonder if it has to do with the ampersand in the file paths. Have you tried it on a local directory instead of onedrive?
Thanks for pointing this out. The problem was actually just a minor bug in how DICe only reads a window of the image around the subsets instead of the whole...
Are you able to post the content of your xml file? You state "Here is the content of line 12" but didn't include line 12 (unless it's empty) One possibility...