R/cpp11.R

Defines functions run_slic

# Generated by cpp11: do not edit by hand

run_slic <- function(mat, vals, step, compactness, clean, centers, dist_name, dist_fun, avg_fun_fun, avg_fun_name, iter, minarea, input_centers, verbose) {
  .Call(`_supercells_run_slic`, mat, vals, step, compactness, clean, centers, dist_name, dist_fun, avg_fun_fun, avg_fun_name, iter, minarea, input_centers, verbose)
}

Try the supercells package in your browser

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

supercells documentation built on May 29, 2024, 11:58 a.m.