Skip to content

GLRLM_LongRunLowGrayLevelEmphasis possible formula error #12

@Lcobbar

Description

@Lcobbar

Hi,

I just wanted to check if the formula is ok because I think this should be:

temp = _apply_over_degree(np.multiply, rlmatrix, (J*J))
features[9] = ((np.apply_over_axes(np.sum, _apply_over_degree(np.divide, temp, (I*I)), axes=(0, 1))[0, 0])/S).mean()

instead of:

 temp = _apply_over_degree(np.multiply, rlmatrix, (J*J))
features[9] = ((np.apply_over_axes(np.sum, _apply_over_degree(np.divide, temp, (J*J)), axes=(0, 1))[0, 0])/S).mean()

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions