dice icon indicating copy to clipboard operation
dice copied to clipboard

Is there a report available for the global algorithm in DICe?

Open Tom1009 opened this issue 4 years ago • 5 comments

Hello

Thanks for this nice software.

I have a pdf file that explains the local algorithm, but is there a pdf file that explains the global algorithm?

Sorry for my inconvenience in English.

Tom1009 avatar Jan 09 '21 09:01 Tom1009

Not currently, but if we do write one, I'll link to it here.

dicengine avatar Jan 11 '21 14:01 dicengine

thank you for your answer. What does the global DIC parameter "regularization constant" mean? I want to know how to determine the parameters.

Tom1009 avatar Jan 12 '21 11:01 Tom1009

The regularization constant is the weight added the regularizing term in the formulation. In the default case, the regularization is a Horn-Schunk type smoothing of the gradient of the displacement field i.e. alpha * grad(u):grad(u) where alpha is the regularization term. For high values of alpha, the solution is smoothed more and more. For low values of alpha, a lot of noise can get introduced into the solution. It's somewhat of a balancing act to get alpha correct.

dicengine avatar Jan 12 '21 15:01 dicengine

thank you! What does the global DIC parameter "gauss filter image" mean? I want to know how to determine the parameters. And I found the following treatise, but has it been resolved?

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5823413/

I'm sorry for the many questions.

Tom1009 avatar Jan 13 '21 06:01 Tom1009

The gauss filter image parameter applies a Gaussian filter to the images prior to doing the DIC, the value of the filter is the size of the filter window.

dicengine avatar Jan 13 '21 16:01 dicengine