search for: tessel

Displaying 20 results from an estimated 39 matches for "tessel".

Did you mean: kessel
2006 Jul 19
2
voronoi tessellations
...it looks at it should. -zubin > > From: Prof Brian Ripley <ripley at stats.ox.ac.uk> > Date: 2006/07/19 Wed AM 03:15:51 EDT > To: Don MacQueen <macq at llnl.gov> > CC: zubin <binabina at bellsouth.net>, r-help at stat.math.ethz.ch > Subject: Re: [R] voronoi tessellations > > On Tue, 18 Jul 2006, Don MacQueen wrote: > > > I'll suggest going to the CRAN packages page and doing a search for "voronoi". > > The problem here is that `Voronoi tessellation' is a secondary name. The > concept has many names, including Di...
2010 Oct 15
0
tessellation from biological data in spatstat
...stat) data01 <- read.csv("250810.csv", skip=1) x <- data01[[2]] y <- data01[[3]] data02 <- ppp(x, y, xrange=c(0,512), yrange=c(0,512)) unitname(data02) <- c("pixel", "pixels") plot(data02) #etc etc #I can also import my text images and convert them to a tessellation using the following: a <- read.table("FOLLICLES.txt") win <- owin(c(0,512), c(0,512)) unitname(win) <- c("pixel", "pixels") b <- as.matrix(a, xrange=c(0,512), yrange=c(0,512)) unitname(b) <- c("pixel", "pixels") c <- im(b,...
2007 Nov 27
1
voronoi/Delaunay/Dirichlet tessellation on sphere in R or S?
There's Renka's STRIPACK, and TRIPACK, respectively, ACM TOMS Algorithms 772 and 751, and there's the R package "deldir" which does the Delaunay for a plane, but does anyone have or know of the tessellation in R for a sphere? Also, is there a standard indexing scheme for Delaunay facets, and perhaps of edges in such facets? I'd expect that to be a publication reference, or even textbook. TIA, - Jan [[alternative HTML version deleted]]
2015 May 18
2
Tessellation shaders get MEM_OUT_OF_BOUNDS errors / missing triangles
Hello, I've been debugging a few different tessellation shader issues with nouveau, but let's start small. I see this issue on my GK208 with high frequency, and I *think* I've seen it once or twice on my GF108, but it's exceedingly rare, if it does happen. I don't have a GK10x to test on, unfortunately, but I assume it'll have...
2010 Oct 16
0
Spatstat Tessellation error
...in spatstat. Now I have point data of class "ppp" which window is the same extent as the elevation image. I can conveniently plot the image and the points on the image as follows: >plot(elevation, axes=T, col=terrain.colors(20)) >plot(points, add=T, cex=0.5) I have also created a tessellation of the elevation image into 4 categories as follows: >elev.cut<-cut(elevation.im, breaks=elev.quantiles, labels=c("Very low","Low","High","Very High")) >elev.tess<-tess(image=elev.cut) I would like to do a quadrat count to know how many po...
2010 Oct 20
0
Spatstat: tessellation problems.
...in spatstat. Now I have point data of class "ppp" which window is the same extent as the elevation image. I can conveniently plot the image and the points on the image as follows: >plot(elevation, axes=T, col=terrain.colors(20)) >plot(points, add=T, cex=0.5) I have also created a tessellation of the elevation image into 4 categories as follows: >elev.cut<-cut(elevation.im, breaks=elev.quantiles, labels=c("Very low","Low","High","Very High")) >elev.tess<-tess(image=elev.cut) I would like to do a quadrat count to know how many po...
2015 May 26
2
Tessellation shaders get MEM_OUT_OF_BOUNDS errors / missing triangles
...omorrow whether this is the cause of my GK208 woes. On Fri, May 22, 2015 at 5:10 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Mon, May 18, 2015 at 4:48 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: >> Hello, >> >> I've been debugging a few different tessellation shader issues with >> nouveau, but let's start small. I see this issue on my GK208 with high >> frequency, and I *think* I've seen it once or twice on my GF108, but >> it's exceedingly rare, if it does happen. I don't have a GK10x to test >> on, unfortu...
2004 Aug 31
0
N-dimensional delaunay tesselation & voronoi diagrams
Hi, I've been looking for functions that can do delaunay tesselation and generate voronoi cells. I came across deldir and tripack but both seem to be restricted to 2D points. Are there any packages that can do a tesselation in N dimensions? I know that Matlab and Mathematica use the qhull package to provide functions for this. Does anybody know of any R package...
2015 May 18
2
[PATCH] nvc0: fix context destruction for partly implemented tesselation
...uveau/nvc0/nvc0_context.h index 09d08e4..f910541 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_context.h +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_context.h @@ -195,8 +195,8 @@ nvc0_shader_stage(unsigned pipe) { switch (pipe) { case PIPE_SHADER_VERTEX: return 0; -/* case PIPE_SHADER_TESSELLATION_CONTROL: return 1; */ -/* case PIPE_SHADER_TESSELLATION_EVALUATION: return 2; */ + case PIPE_SHADER_TESS_CTRL: return 1; + case PIPE_SHADER_TESS_EVAL: return 2; case PIPE_SHADER_GEOMETRY: return 3; case PIPE_SHADER_FRAGMENT: return 4; case PIPE_SHADER_COMPUTE: return 5; -- 2....
2011 Feb 24
1
weighted Voronoi diagrams
Dear R-users, Does anyone know how to do weighted Voronoi diagrams (Dirichlet tesselation) in R? To be more specific, I have a set of coordinates for tree locations on a plot, and I'm looking for a way to do the tesselation so that the polygon size for each tree depends on the size of the subject tree, and the size of its neighbors. So, the location of the bisection between...
2008 Aug 18
2
Fwd: Parsing XML or KML into CSV /Using R for geocoding , OR problem
...yleUrl> </Pair> <Pair> <key>highlight</key> <styleUrl>#sh_icon17_copy3</styleUrl> </Pair> </StyleMap> <Placemark> <name>01+11</name> <styleUrl>#msn_icon25_copy3</styleUrl> <Polygon> <tessellate>1</tessellate> <outerBoundaryIs> <LinearRing> <coordinates> 67.54001806846716,23.02894087226338,0 67.5400695406575,23.02912781566863,0 67.54013036769356,23.02943330823376,0 67.54063103464056,23.03185926708808,0 67.54146202901936,23.03593474767725,0 67.5419...
2011 Jan 20
1
Generating time progressing line for Google Earth
...;name><%=paste(seg$x[i], ",", seg$y[i]," : ", seg$xend[i], ",", seg$yend[i], sep="")%></name> <Style><LineStyle><color>7f9bffff</color><width>3.5</width></LineStyle></Style> <LineString> <tessellate>1</tessellate> <coordinates><%=seg[i,]$x%>, <%=seg[i,]$y%>, 0.0 <%=seg[i,]$xend%>, <%=seg[i,]$yend%>, 0.0 </coordinates></LineString> </Placemark> <% } %> </Folder...
2017 May 26
0
Wine release 2.9
The Wine development release 2.9 is now available. What's new in this release (see below for details): - Support for tesselation shaders in Direct3D. - Binary mode support in WebServices. - Clipboard changes detected through Xfixes. - User interface improvements in RegEdit. - Various bug fixes. The source is available from the following locations: http://dl.winehq.org/wine/source/2.x/wine-2.9.tar.xz http:/...
2018 May 23
0
vkd3d release 1.0
...s the first release of vkd3d. A lot of Direct3D 12 features are still missing and bugs are expected. The current version was tested mainly with demo applications. A number of features that are being worked on have been deferred to the next development cycle. This includes in particular geometry and tessellation shaders support, various shader translation improvements, as well as various improvements for core Direct3D 12 methods. The source is available from the following location: https://dl.winehq.org/vkd3d/source/vkd3d-1.0.tar.xz The current source can also be pulled directly from the git rep...
2008 Feb 07
1
Voronoi
Hello everyone I have a problem with tripack package, I want to perform a Voronoi tessellation on a specific domain (I have the shape file), in order to weight my climatic data with the area ... How Can I do it? Thank you very much Andrea
2013 Jul 14
2
Does R ever stop responding without a message?
...ion I entered in the command line pane is still being processed since last night around 7 PM. I expected it to take on the order of 8-12 hours to complete, but I'm nearing 24 hours with no progress, no messages, etc. The command is essentially splitting the a ppp (marked point pattern) into a tessellation/grid. There are about a couple million points in the pattern and each has a vector of four marks. That said, I processed a similar command with 700,000 points in the pattern (each point with a vector of two marks) yesterday and it took only around 3 hours. Is there anyway I can be certain...
2015 May 17
14
[PATCH 00/12] Tessellation support for nvc0
This is enough to enable tessellation support on nvc0. It seems to work a lot better on my GF108 than GK208. I suspect that there's some sort of scheduling shenanigans that need to be adjusted for kepler+. Or perhaps some shader header things. Even with the GF108, I still get occasional blue triangles in Heaven, but I get a...
2020 Sep 22
0
vkd3d release 1.2
...Wine team is proud to announce that release 1.2 of vkd3d, the Direct3D to Vulkan translation library, is now available. This release contains improvements that are listed in the release notes below. The main highlights are: - Availability of libvkd3d-shader as a public library. - Support for tessellation shaders. - Version 1.1 root signatures. - Stream output support. The source is available from the following location: https://dl.winehq.org/vkd3d/source/vkd3d-1.2.tar.xz The current source can also be pulled directly from the git repository: https://source.winehq.org/git/vkd3d.git...
2003 Feb 27
4
What's in a name?
Hi, Let's play a little game. Forget all you know, or think you know. Without any context at all, what does the following pattern make you think of? <p> X -> X X -> X | ^ v | X <- X X <- X | ^ v | X X -> X X | ^ | ^ v | v | X -> X
2017 Jun 12
3
[Mesa-dev] [RFC 0/9] Add precise/invariant semantics to TGSI
...like the right idea to me too. It may sound a bit weird to do that per instruction, but d3d11 does that as well. (Some d3d versions just have a global flag basically forbidding or allowing any such fast math optimizations in the assembly, but I'm not actually sure everybody honors that without tesselation...) For 1/9: Reviewed-by: Roland Scheidegger <sroland at vmware.com> 2/9 has a typo in the commit short log ("Instrutions"). FWIW surely on nv50 you could keep a single mad instruction for umad (sad maybe too?). (I'm actually wondering if the hw really can't do unfus...