R/RcppExports.R

Defines functions rcpp_edge_thin rcpp_concaveman rcpp_components rcpp_boundary

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

#' rcpp_components
#' @noRd 
rcpp_boundary <- function(image) {
    .Call(`_mapscanner_rcpp_boundary`, image)
}

#' rcpp_components
#' @noRd 
rcpp_components <- function(image) {
    .Call(`_mapscanner_rcpp_components`, image)
}

#' rcpp_concaveman
#' @noRd 
rcpp_concaveman <- function(xy, hull_in, concavity, length_threshold) {
    .Call(`_mapscanner_rcpp_concaveman`, xy, hull_in, concavity, length_threshold)
}

#' rcpp_edge_thin
#' @noRd 
rcpp_edge_thin <- function(image) {
    .Call(`_mapscanner_rcpp_edge_thin`, image)
}

Try the mapscanner package in your browser

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

mapscanner documentation built on Nov. 26, 2021, 1:07 a.m.