R/RcppExports.R

Defines functions C_glcm_textures_helper C_glcm_metrics C_make_glcm

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

C_make_glcm <- function(x, n_levels, shift, na_rm, nrow, ncol, normalize) {
    .Call(`_GLCMTextures_C_make_glcm`, x, n_levels, shift, na_rm, nrow, ncol, normalize)
}

C_glcm_metrics <- function(Pij, i_mat, j_mat, i_minus_j, i_minus_j2, i_minus_j_abs, n_levels, metric_indices, impute_corr) {
    .Call(`_GLCMTextures_C_glcm_metrics`, Pij, i_mat, j_mat, i_minus_j, i_minus_j2, i_minus_j_abs, n_levels, metric_indices, impute_corr)
}

C_glcm_textures_helper <- function(x, w2, n_levels, shift_list, metric_indices, na_rm, impute_corr, ni, nw) {
    .Call(`_GLCMTextures_C_glcm_textures_helper`, x, w2, n_levels, shift_list, metric_indices, na_rm, impute_corr, ni, nw)
}

Try the GLCMTextures package in your browser

Any scripts or data that you put into this service are public.

GLCMTextures documentation built on June 8, 2025, 11:46 a.m.