User Details
- User Since
- Aug 1 2016, 12:10 PM (454 w, 2 d)
Aug 19 2016
Aug 2 2016
to fix this issue two classes have to be changed:
mitkExtendeLabelStatisticsImageFilter*: The only thing that has to be done is to sum up the positive pixels in the method ComputeSkewnessKurtosisAndMPP() and divide the value for MPP by this value
Hey Stefan,
Actual behavior:
Hey Stefan,
You are right. But the unit test have perfomred successfully.
I look again on my calculation for this.
I inform when i am sure about this
Hi Stefan,
i have integrated the Texture Analysis feature to the Workbench and it works.
Bug branch 18255 is automatically in the Workbench too!
Yes:) . We first implement the skewness and kurtosis.
And Entropy,Uniformity,UPP and MPP afterwards.
Thanks a lot
Thorge
Is there anything to do for this ticket?
Both issues have been implemented:)
I work on to integrate it into the Statistics View.
review completed.
branch bug-18255-master-integration is ready for integration in the master.
Creating two new classes mitkExtendedLabelStatisticsImageFilter and mitkExtendedStatisticsImageFilter for calculating the coefficients.