Displaying 15 results from an estimated 15 matches for "erosion".
Did you mean:
elision
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?...
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 SpatialGridDataFrames...
Thanks a lot
Maarten
--
View...
2004 Sep 15
0
testing goodness of fit of linear model
...hether 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 state of the
basin, that is, whether erosion is as strong as rock uplift, erosion is
smaller than rock uplift, or erosion is greater than rock uplift. I am thus
to test 4 situations:
Situation 1: a linear model is inappropriate for describing the data, the
scatter is too large, and thus a linear model is unfit to explain the data.
Situation...
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
...laced in the ReaderWriter
component. This is the 2nd component in the layering:
Driver
ReaderWriter
Passes
Core
The problem is that Core depends on these files. So in my opinion,
they belong to that Component. The greater impact here is that
once core starts depending on ReaderWriter, architecture Erosion
will happen. This would obviously not be a good thing, since the
current design is fresh and clean.
I would love to supply patches, but am having issues getting
lld to build under Ubuntu 12.04. (but that's another story ;) ).
I've posted the updated architecture view here:
http://www.c2la...
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
...ayering:
>> Driver
>> ReaderWriter
>> Passes
>> Core
>>
>> The problem is that Core depends on these files. So in my opinion,
>> they belong to that Component. The greater impact here is that
>> once core starts depending on ReaderWriter, architecture Erosion
>> will happen. This would obviously not be a good thing, since the
>> current design is fresh and clean.
>>
>
> Core's dependency to Simple.h was there before the addition of Alias.h, so
> it's not new. And I don't feel like it's that bad as you might be...
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
...gt;>>> Passes
>>>> Core
>>>>
>>>> The problem is that Core depends on these files. So in my opinion,
>>>> they belong to that Component. The greater impact here is that
>>>> once core starts depending on ReaderWriter, architecture Erosion
>>>> will happen. This would obviously not be a good thing, since the
>>>> current design is fresh and clean.
>>>
>>>
>>> Core's dependency to Simple.h was there before the addition of Alias.h,
>>> so it's not new. And I don't...
2020 Jun 22
2
[PATCH 13/16] mm: support THP migration to device private memory
...;
> A fine point: overall, the desired behavior is "migrate", not CoW.
> That's important. Migrate means that you don't leave a page behind, even
> a read-only one. And that's exactly how device private migration is
> specified.
>
> We should try to avoid any erosion of clarity here. Even if somehow
> (really?) the underlying implementation calls this THP CoW, the actual
> goal is to migrate pages over to the device (and back).
>
>
> >>
> >> When migrating in:
> >
> > Sorry for my fat finger, hit sent button inadvertent...
2020 Jun 22
0
[PATCH 13/16] mm: support THP migration to device private memory
...like THP CoW more than swap.
A fine point: overall, the desired behavior is "migrate", not CoW.
That's important. Migrate means that you don't leave a page behind, even
a read-only one. And that's exactly how device private migration is
specified.
We should try to avoid any erosion of clarity here. Even if somehow
(really?) the underlying implementation calls this THP CoW, the actual
goal is to migrate pages over to the device (and back).
>>
>> When migrating in:
>
> Sorry for my fat finger, hit sent button inadvertently, let me finish here.
>
> Wh...
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
...overall, the desired behavior is "migrate", not CoW.
>> That's important. Migrate means that you don't leave a page behind, even
>> a read-only one. And that's exactly how device private migration is
>> specified.
>>
>> We should try to avoid any erosion of clarity here. Even if somehow
>> (really?) the underlying implementation calls this THP CoW, the actual
>> goal is to migrate pages over to the device (and back).
>>
>>
>>>>
>>>> When migrating in:
>>>
>>> Sorry for my fat finger,...
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
G'Day All,
We have been supporting linux as a side business for a while (because
we use that skill set in our own value chain internally) and we are
now going to start targeting the wider local Chinese market and not
just the foreign companies and joint ventures.
As such we expect to see tremendous growth in this market segment
this year due to the quickly dwindling support of local
2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
...gt; Core
>> >>>>
>> >>>> The problem is that Core depends on these files. So in my opinion,
>> >>>> they belong to that Component. The greater impact here is that
>> >>>> once core starts depending on ReaderWriter, architecture Erosion
>> >>>> will happen. This would obviously not be a good thing, since the
>> >>>> current design is fresh and clean.
>> >>>
>> >>>
>> >>> Core's dependency to Simple.h was there before the addition of
>> Alias...
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):