powered by
Function to demonstrate the use of implemented functions
demo_rolling_ball(verbose = TRUE)
A list containing two elements:
Results from the simple rolling ball method
Results from the mathematical morphology method
Logical indicating whether to print progress messages
# \donttest{ # Run the demonstration demo_results <- demo_rolling_ball() # Access results simple_method <- demo_results$simple morphology_method <- demo_results$morphology # }
Run the code above in your browser using DataLab