Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD: Add GLCM Maximal Correlation Coefficient #411

Merged

Commits on Sep 12, 2018

  1. ADD: Add GLCM Maximal Correlation Coefficient

    Add the 14th Haralick feature to the GLCM.
    Add baseline for this feature and update documentation accordingly.
    
    Additionally, simplify eigenValue calculation in shape.py (instead of numpy.linalg.eigval, call numpy.linalg.eigvals, which only returns eigenvalues and not the eigenvectors (not used)).
    JoostJM committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    f4e9392 View commit details
    Browse the repository at this point in the history
  2. DOCS: Expand explanation of IMC 1 and 2

    Also document the equality of HXY1 and HXY2 (both equal to HX + HY), and their relationship with mutual information (I = HX + HY - HXY).
    Add the expected ranges of values.
    
    Fix typos in the rendering of the MCC formula.
    JoostJM committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    0a5a7d7 View commit details
    Browse the repository at this point in the history