Digital Image Correlation Engine (DICe)

Results 312 comments of Digital Image Correlation Engine (DICe)

A couple things to keep in mind: - The incremental formulation has higher errors than when using the same reference image for each frame. This is due to the well-known...

I still think you are better off increasing the frame rate for the images rather than switching to an incremental formulation. If you do want to do something custom with...

Are you using a region of interest defined around the plate in the images? The problem may be that the background is being picked up in the cross-correlation.

See what happens if you update to a more recent version: https://github.com/dicengine/dice/releases/tag/v3.0-beta.3 The cross-correlation routine has been worked on a lot between version 2 and 3.

Did you install DICe in a non-standard location, for example on windows in a drive other than C:?

We should add a check to the GUI that if it doesn't find the executable, it allows the user to pick another folder.

Sure, please make a pull request. I'll then review it and merge it if it passes all the tests.

A pull request for this was merged in the code, but it hasn't made its way into a released version yet. It will be in the next release, which will...

A couple things to check: you don't have write_exodus_output set to false in the params.xml or input.xml files you do have DICE_ENABLE_GLOBAL set to ON in your do-cmake script when...