You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the paper, "Shannon entropy was applied to calculate the entropy maps, which is defined as E(x) = G(x).dot(log[G(x)])".
I wonder if the above equation used for calculating the entropy maps is implemented just like the entropyfilt function in MATLAB https://ww2.mathworks.cn/help/images/ref/entropyfilt.html#mw_2347bab0-aec8-47a0-9664-d045c09822b1?
Does it calculate the local entropy of the segmentation result in this way?
The text was updated successfully, but these errors were encountered:
As mentioned in the paper, "Shannon entropy was applied to calculate the entropy maps, which is defined as
E(x) = G(x).dot(log[G(x)])
".I wonder if the above equation used for calculating the entropy maps is implemented just like the
entropyfilt
function in MATLABhttps://ww2.mathworks.cn/help/images/ref/entropyfilt.html#mw_2347bab0-aec8-47a0-9664-d045c09822b1
?Does it calculate the local entropy of the segmentation result in this way?
The text was updated successfully, but these errors were encountered: