Digital Image Correlation Engine (DICe)
Digital Image Correlation Engine (DICe)
For the first case above, it's hard to say what's going wrong since I can't see all the parameters you have selected on the right panel. One possibility is that...
If you chose to install DICe in a folder that is not the default location suggested by the install dialogue you have to select the folder where the dice.exe executable...
Here's an example of the DICe xml file: https://github.com/dicengine/dice/blob/master/tests/regression/stereo_rectified/cal.xml
We don't have the ability in DICe to read in the keypoint locations and then calibrate, but you could use OpenCV to write a small python script that does that....
That's right, you can simply change the values in your cal.xml file if you have a template from DICe to work from.
The problem you are seeing when you try to run the DICe calibration on the images is probably due to the brightness changes across your calibration target. It makes setting...
All of this is covered here: https://github.com/dicengine/dice/blob/master/doc/reports/Triangulation.pdf and here: https://docs.opencv.org/4.x/dc/dbb/tutorial_py_calibration.html Note that under the hood, the DICe calibration tool uses the OpenCV calibration routines.
Here's a link that might be helpful: https://learnopencv.com/rotation-matrix-to-euler-angles/
For the skew parameter, just add another parameter to the cal.xml file: `` For the calibration, DICe doesn't interface with OpenCV through files, but by using it as a library....
Yes, that's correct.