Digital Image Correlation Engine (DICe)

Results 312 comments of Digital Image Correlation Engine (DICe)

This is a bug. Looks like the output in DICe_solution.info is hard coded to state "false" for incremental formulation in line 3586 of DICe_Schema.cpp. This has been fixed in commit:...

That's right. It was simply a bug in the report. I agree that adding the post processing of vsg strain would be a good addition to the -g option. I'll...

A simple example for tracking was added to the regression test in this commit https://github.com/dicengine/dice/commit/949fbe1360fde560caa6fcdfd378086317f527e6 That would be a good place to start for sample input files to use.

It's possible that the file names have non-english letters or characters that are preventing OpenCV from reading the file correctly. Have you tried removing these characters?

The latest release of DICe https://github.com/dicengine/dice/releases/tag/v3.0-beta.4 has a refactored calibration routine that addresses a number of issues that the last version had. You might be interested in trying your image...

The distortion coefficients are according to the distortion model used in each code. DICe doesn't have it's own camera calibration routines, it simply wraps the OpenCV routines. Check out the...

Are you referring to stereo or single camera DIC? For the single camera case, you will certainly introduce large errors if you don't calibrate the camera in the same configuration...

Hi Dakani, One thing you can do is run the DICe.exe executable from the command line. You might get more information that would help debug. On Jul 8, 2019, at...

Hi, Are you referring to the plots (graphs) in user interface? If so, there are files that get created in the .dice folder when DICe is run that have this...

The text files in the results folder (DICe_solution_0000.txt for example) are the full results files for the analysis. You will also find any plots for the live plots in that...