Displaying 15 results from an estimated 15 matches for "erosive".
Did you mean:
elusive
2006 Nov 15
1
Erosion, mathematical morphology
Hello!
I need a function to compute the erosion of a binary image by a
structuring element. I need the structuring element to be a ball of a
given radius.
As far as I know the libraries adehabitat and spatstat include
functions of mathematical morphology but I couldn't find a function
which computes the erosion by a ball. Any idea?
Thanks!
2009 Jun 11
1
GRASS raster data processing
Hi,
I just imported two raster maps into R using the SPGRASS6 package, one
containing elevation data and the other containing an erosion index:
Kar_inc <-readRAST6("Incis_Kar", plugin=FALSE)
Kar_dem <- readRAST6("DEM_Kar", plugin=FALSE)
I just wanted to make a xy plot of erosion parameter vs elevation. How does
this work? I don't get how to handle
2004 Sep 15
0
testing goodness of fit of linear model
Dear R-users,
I've been reading a bunch of things on linear models but cannot quite find a
clear answer. How can one determine whether a linear model is significant or
not?
For background info, I am modelling the response of topographic slope to the
distance of a catchment's outlet. Some guys have shown that if there is a
significant fit to a linear model, one can deduce the dynamic
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
Hi,
I've been following the changes in LLD's software architecture.
Recently a new file was added: Alias.h
In this file, the curret Atom set is extended with an AliasAtom.
While the change seems innocent enough, it has some nasty
potential. Simple.h and Alias.h are placed in the ReaderWriter
component. This is the 2nd component in the layering:
Driver
ReaderWriter
Passes
Core
The problem
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
The inverted dependency of Core to ReaderWriter via Simple.h was already
present.
My idea was to fix the problem before it gets bigger.
My proposal would be to move Simple.h and Alias.h to Core. Similar to
UndefinedAtom.h etc.
It would be even nicer to make the naming consistent as well, since there
already is
UndefinedAtom.h
SharedLibaryAtom.h
etc
Maybe:
SimpleAtom.h
AliasAtom.h
Moving the file
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
On Mon, Jun 2, 2014 at 12:49 AM, Rui Ueyama <ruiu at google.com> wrote:
> I agree to move these files to Core. Any objections?
None here.
- Michael Spencer
>
> On Mon, Jun 2, 2014 at 12:44 AM, Bas van den Berg
> <b.van.den.berg.nl at gmail.com> wrote:
>>
>> The inverted dependency of Core to ReaderWriter via Simple.h was already
>> present.
>> My
2020 Jun 22
2
[PATCH 13/16] mm: support THP migration to device private memory
On Mon, Jun 22, 2020 at 4:02 PM John Hubbard <jhubbard at nvidia.com> wrote:
>
> On 2020-06-22 15:33, Yang Shi wrote:
> > On Mon, Jun 22, 2020 at 3:30 PM Yang Shi <shy828301 at gmail.com> wrote:
> >> On Mon, Jun 22, 2020 at 2:53 PM Zi Yan <ziy at nvidia.com> wrote:
> >>> On 22 Jun 2020, at 17:31, Ralph Campbell wrote:
> >>>> On
2020 Jun 22
0
[PATCH 13/16] mm: support THP migration to device private memory
On 2020-06-22 15:33, Yang Shi wrote:
> On Mon, Jun 22, 2020 at 3:30 PM Yang Shi <shy828301 at gmail.com> wrote:
>> On Mon, Jun 22, 2020 at 2:53 PM Zi Yan <ziy at nvidia.com> wrote:
>>> On 22 Jun 2020, at 17:31, Ralph Campbell wrote:
>>>> On 6/22/20 1:10 PM, Zi Yan wrote:
>>>>> On 22 Jun 2020, at 15:36, Ralph Campbell wrote:
2012 Mar 16
1
Spatstat - coordinates in observation window
Dear R users,
I wish to run spatial point pattern analysis (e.g. pair correlation function, mark correlation function) for which I need to create an observation window (window=owin) from which the spatial analysis is generated. The command I used to create this observation window as follows:
X1<- ppp(x, y, window=owin(c(80.58,144.96),c(101.06,165.13)),
2020 Jun 22
2
[PATCH 13/16] mm: support THP migration to device private memory
On Mon, Jun 22, 2020 at 3:30 PM Yang Shi <shy828301 at gmail.com> wrote:
>
> On Mon, Jun 22, 2020 at 2:53 PM Zi Yan <ziy at nvidia.com> wrote:
> >
> > On 22 Jun 2020, at 17:31, Ralph Campbell wrote:
> >
> > > On 6/22/20 1:10 PM, Zi Yan wrote:
> > >> On 22 Jun 2020, at 15:36, Ralph Campbell wrote:
> > >>
> > >>> On
2020 Jun 23
0
[PATCH 13/16] mm: support THP migration to device private memory
On 6/22/20 4:54 PM, Yang Shi wrote:
> On Mon, Jun 22, 2020 at 4:02 PM John Hubbard <jhubbard at nvidia.com> wrote:
>>
>> On 2020-06-22 15:33, Yang Shi wrote:
>>> On Mon, Jun 22, 2020 at 3:30 PM Yang Shi <shy828301 at gmail.com> wrote:
>>>> On Mon, Jun 22, 2020 at 2:53 PM Zi Yan <ziy at nvidia.com> wrote:
>>>>> On 22 Jun 2020, at
2002 Jul 26
1
inflate returned -3
Good day, all,
I'm trying to transfer a 174M file to a system with 1.2G free.
Other files in the tree come over just fine, but this transfer dies
partway through:
rsync -avvz -e ssh --partial --progress server.with.the.file:/server/directory /local/directory
opening connection using ssh server.with.the.file rsync --server --sender -vvlogDtprz --partial . /local/directory
receiving file
2007 Feb 20
1
CHINA: Donation Scheme and Quality Community Development
...al)
and not to play with technology day in day out. However in China, IT
is more dumbed down and is akin to "Computing Services", backup,
servers, hosting, windows/linux/cisco/et al is what comes to mind.
While this is all fine and dandy it is hardly IT and it is a very
price erosive market (China and India combined) and seems to be
destroying the local demand for real IT and everyones chance to start
more off-shoring operations here in competition with India.
The concept of technology being a support service to a greater
operational goal and process (value chain) is qui...
2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
I've run a new scan of LLD's architecture and it appears to be getting
cleaner!
There are still some upward dependencies however:
- core depends on Reader and Writer
- passes depend on Reader and Writer
- ReaderWriter/PECOFF/ReaderCOFF.cpp depends on Driver.h
The updated architecture can be seen here:
http://www.c2lang.org/docs/lld_architecture_20140710.png
On Tue, Jun 3, 2014 at 3:07
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* disclapmix (0.1)
Maintainer: Mikkel Meyer Andersen
Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen
License: GPL-2
http://crantastic.org/packages/disclapmix
disclapmix makes inference in a mixture of Discrete Laplace
distributions using the EM algorithm.
* EstSimPDMP (1.1)
Maintainer: Unknown
Author(s):