----------------------------------------
> CC: chuan...@hotmail.com; r-help@r-project.org
> From: dwinsem...@comcast.net
> To: marchy...@hotmail.com
> Subject: Re: [R] Asking Favor For the Script of Median Filter
> Date: Sun, 27 Mar 2011 18:30:48 -0400
>
>
> On Mar 27, 2011, at 1:07 PM, Mike Marchywka wrote:
>
> > You obviously want to delegate inner loops to R packages that
> > execute as native, hopefully optimized, code.
> > Generally a google search that starts with "R CRAN" will help.
> > In this case it looks like a few packages available,
> >>
> > http://www.google.com/search?sclient=psy&hl=en&q=R+cran+median+filter
>
> Did you find any that include a 2D median filter? All the ones I
> looked at were for univariate data.

I put almost zero thought or effort into that but an interested
party could modify the words a bit and and, for example "image"
and one of the first interesting hits is this, 


http://cran.r-project.org/web/packages/biOps/biOps.pdf

x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgBlockMedianFilter(x, 5)


>
> --
> David.

                                          
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to