I would also be interested on having a R code to estimate frontal detection algorithms like the Cayula-Cornillon algorithm. If anyone have access to that, I would really apreciate it.
I know that the Marine Geospatial Ecology tools for arcGIS do that. Unfortunately, I have no access to that software.
Thanks Jon, I wasn't too impressed by the YouTube videos showing its performance, but it may be an option. the MGET you referred to before may be an option. It uses Python on the backend. I'm looking into running the Python code in R. I'll let you know if I find a workable solution.
Hello everyone. Well, some months ago, I have started to work in this topic and I have developed an (official) R package, called 'grec'. Although it is a CRAN package, I am still working on it so the method that it uses is not precisely the SIED algorithm, but produces a good result.
I suggest you to download the developer version (on Github)
Yeah. That's a very useful package, but it performs their loops in R and grec uses the package 'imagine', which uses Rcpp (C++) in order to speed up the application of filters.
Nevertheless, I have done some changes and now 'grec' already has the Contextual Median Filter (contextualMF function), but only on the Github version, because I am checking and correcting some bugs with NA (the typical problem when you work with C++).