Topics in TModeling web: Changed: now 00:57 Changed by:
AquaDulce 17 Jan 2006 - 14:03 - r1.3 JackSnoeyink
We have the following raw data, thanks to NAVAIR Video in "/playpen/geo star/china lake video" on phidias 1:09 video (mpeg raw). The flight path is roughly from 34 ...  
Babbling 20 Apr 2005 - 02:17 - r1.2 YuanxinLiu
Some philosophical babbling about terrain modeling One way to define the "GIS terrain modeling problem" is to say how it is different from the modeling problems that ...  
BadExample 16 Jun 2008 - 04:11 - r1.2 ShawnDB
Bad Example Here is an example of bad style written in Java for(i 2;i Problems: The lack of white space makes it hard to read The lack of indentation makes it hard ...  
CheckList 16 Jun 2008 - 03:17 - NEW ShawnDB
Self Documenting Code Check List: Classes: Does the class interface present a consistent abstraction? Is the class well named? Does the name describe the central ...  
ChinaLakeData 14 Jan 2006 - 22:38 - NEW JackSnoeyink
We have the following data from China Lake AquaDulce elevation and video LidarData for recon Main.JackSnoeyink 14 Jan 2006  
Classx 30 Jun 2008 - 14:14 - r1.6 ChristianStith
classx Is used to generate fitting values for each point in mesh. For each point, it generates a 1-ring 2-ring neighborhood around that point. Then it does a plane ...  
CodeGuide 15 Jun 2008 - 13:14 - NEW ShawnDB
This page is a coding guide for TMV developers Environments The various platforms tools we use to develop solutions Statement our main goals with TMV Guide Our ...  
CommandLineFlags 11 Jun 2008 - 13:46 - NEW JackSnoeyink
Place to keep track of (and argue about) flag names Common flags $ i: input file or format including spa, smb, txt, raw f, raw d, tgz ... $ o: output file or format ...  
CommentArguments 19 Jun 2008 - 11:41 - r1.2 ShawnDB
To Comment or Not to Comment: Don't Comment Arguments: (write self-documenting code) Poorly written or incorrect comments are worse than no comments at all. Clearly ...  
CommentingClasses 19 Jun 2008 - 12:03 - r1.2 ShawnDB
Commenting Classes Describe the design approach to the class Describe limitations, usage assumptions, and so on Comment the class interface, can someone easily understand ...  
CommentingControlStructures 16 Jun 2008 - 02:32 - NEW ShawnDB
Commenting Control Structures if , case , loops , or long blocks of statements are natural insertion points for summary comments Comment the end of control structures ...  
CommentingDataDeclarations 16 Jun 2008 - 02:24 - NEW ShawnDB
Commenting Data Declarations Comment the units of numeric data Comment the range of allowable numeric values Use enumerations instead of magic numbers or magic strings ...  
CommentingFiles 19 Jun 2008 - 11:57 - r1.2 ShawnDB
Commenting Files Describe the purpose and contents of each file in a block comment at beginning of file Put author contact information in the file block comment Include ...  
CommentingIndividualLines 16 Jun 2008 - 02:05 - NEW ShawnDB
Commenting Individual Lines Avoid self-indulgent comments memcpy( ptrDest, ptrSrc, nBytes ); // The Pink Panther Movie Rocks !!! Avoid endline comments on single ...  
CommentingParagraphsOfCode 19 Jun 2008 - 11:49 - r1.2 ShawnDB
Commenting Paragraphs of Code Write comments at the level of the code's intent Focus your documentation efforts on the code itself Focus your paragraph comments on ...  
CommentingPrograms 19 Jun 2008 - 12:09 - r1.2 ShawnDB
Commenting Programs Include a Usage document (Readme) that explains how to use the program via command line paramters, menu commands, keyboard shortcuts, and/or mouse ...  
CommentingRoutines 19 Jun 2008 - 11:54 - r1.2 ShawnDB
Commenting Routines Keep comments close to the code they describe Describe each routine in one or tow simple sentences at the top of the routine Document parameters ...  
Comments 16 Jun 2008 - 01:22 - NEW ShawnDB
General Guidelines when it comes to using comments These sections are based on the book "Code Complete 2", Chapter 32, Self-Documenting code Arguments Pro Con of ...  
CountingAnisoDelaunay 02 Apr 2005 - 14:59 - NEW JackSnoeyink
TOC Problem statement Marc van Kreveld asks, given a set of n points, how many combinatorially different Delaunay triangulations can you get if you are allowed to ...  
CraigFalls 02 Feb 2005 - 20:31 - NEW CraigFalls
no more ? by my name Main.CraigFalls 02 Feb 2005  
DTMsFromMultipleDatasets 03 May 2005 - 18:02 - r1.3 HenryMcEuen
DTMs from multiple datasets Production of an integrated digital terrain model from multiple datasets of different quality 1 Overview Describes production of a DTM ...  
DelaunayTessellation 19 Feb 2005 - 18:10 - r1.3 JackSnoeyink
The Delaunay Tessellation is the dual of a Voronoi diagram. Given a finite set of sites, the tessellation contains the convex hull of every subset that can lie on ...  
Demos 30 Dec 2008 - 17:59 - r1.14 JackSnoeyink
TOC Introduction The modules described in this document are designed to process very large, unstructured point sets and meshes on commodity processors, using novel ...  
DesignGuide 26 Jun 2008 - 16:28 - r1.5 ShawnDB
Design Goals Simple: We want simple, straight forward, easy to understand code. Avoid complex solutions to simple problems. Use encapsulation/modularization to minimize ...  
DevelopmentPlans 11 Jun 2008 - 13:29 - r1.2 JackSnoeyink
StreamingFileFormats CommandLineFlags FiltersToDo BugReports Main.JackSnoeyink 06 Jun 2008  
Dijk_order 18 Dec 2008 - 07:29 - r1.4 VishalVerma
Dijkstra based reordering Reorders vertices using the Dijkstra method with A-star heuristic. The heuristic distance function is euclidean distance. The vertices are ...  
Dijkstra 18 Dec 2008 - 02:17 - NEW VishalVerma
Dijkstra's method Uses dijkstra's method to compute distances between a given source and all vertices of a given mesh. The output is a sequence of triplets. The first ...  
Dijkstra_astar 18 Dec 2008 - 06:13 - r1.2 VishalVerma
Dijkstra's method with A-star heuristic Computes shortest path between given source and target using !Dijkstra's method with A-star heuristic. Computes shortest paths ...  
Dijkstra_order 18 Dec 2008 - 13:41 - NEW VishalVerma
Dijkstra based reordering Reorders vertices using the Dijkstra method with A-star heuristic. The heuristic distance function is euclidean distance. The vertices are ...  
DirectedCycle 09 Aug 2005 - 12:05 - NEW JackSnoeyink
In the picture below, we have wedge triangles to the left and right of "diagonal edge" e with Schnyder label i 1. The triangle to the left of e involves the edge ...  
Environments 19 Jun 2008 - 15:03 - r1.3 ChristianStith
Platforms We should support Macintosh, Unix, Windows, and Unix on windows via cygwin Tools We should use development environments, compilers, linkers, editors, bug ...  
EricaProject 20 May 2005 - 20:56 - NEW JackSnoeyink
TOC COMP 281 project completion page I propose to use this page as a place to record observations and progress. Once I get your code, I can ask for more specifics ...  
EventsCalendar 22 Sep 2006 - 18:05 - r1.39 TimThirion
TOC Please add events, or move expired events to Main.EventsArchive. Computational Geometry 23rd Annual ACM Symposium on Computational Geometry June 6-8, 2007 Hyundai ...  
FastMarching 18 Dec 2008 - 02:16 - NEW VishalVerma
Fast Marching method Uses !Fast marching method to compute distances between a given source and all vertices of a given mesh. The output is a sequence of triplets ...  
FilteringDemo 30 Dec 2008 - 14:59 - r1.11 JackSnoeyink
Filtering and Binning with spfilter Shawn Brown will put some information here about this demo. Until he does: What this program (spfilter) does is to average the ...  
FiltersToDo 18 Dec 2008 - 06:41 - r1.3 VishalVerma
Bucket xyz and find z bucket with most points for each xy . Keeping only these points will give us a less noisy surface. Shawn has done a quick version of this one ...  
FittingTips 04 Jun 2008 - 09:52 - NEW JackSnoeyink
TOC A quick how-to on fitting to points in a neighborhood. Least squares The basic idea of least squares to fit a function f(x,y) z to observations (xi, yi, zi) is ...  
Fm 15 Jul 2008 - 15:50 - r1.3 VishalVerma
fm Fast Marching module: Computes shortest path gradients for each triangle in the mesh. Could be used to compute approximate distances. The second step in calculating ...  
GISData 14 Jan 2006 - 22:36 - r1.7 JackSnoeyink
TOC Switzerland data At the GravityMeetingSept05, Steve Kenyon and Damian Kopcha arranged for us to receive gravity data and Switzerland elevation data. ChinaLakeData ...  
GeneralTipsOnComments 19 Jun 2008 - 11:47 - r1.4 ShawnDB
General Tips on Comments Comments should tell the input, output, preconditions, invariants, motivation. Don't worry about how, but concentrate on defining what the ...  
GeoReview11Apr06 14 Apr 2006 - 15:16 - r1.5 JackSnoeyink
DARPA Geospatial Representation and Analysis (GEO) Program Review April 11, 2006 The Salish Lodge Spa 6501 Railroad Avenue SE Snoqualmie, WA USA Presentation: Jack ...  
GoodExample 16 Jun 2008 - 03:09 - NEW ShawnDB
Good Example Here is an example of the same code written with good style (and NO comments) in Java for ( primeCandidate 2; primeCandidate In this 2nd fragment, it ...  
GradientSpeed 23 May 2005 - 01:45 - r1.2 JackSnoeyink
Henry's ShortestPathComparison investigates applying Kimmel and Sethian's Fast Marching Method to computing shortest paths on terrain. Their original paper can assign ...  
GravityMeetingSept05 22 Oct 2005 - 09:01 - r1.9 JackSnoeyink
Here are the resources for GravityModeling from the meeting at UMSL with the NGA specialists in gravity models. Resources Powerpoint slides GravitySuccess.ppt: Jack ...  
GridFilter 18 Dec 2008 - 07:46 - r1.6 ShawnDB
Grid Filter Demo This demo shows how to use the Grid Filter on the "Ottawa" data set Steps 1 2. Build Ottawa Point Cloud Data set See the StartHere Demo. Step 3. ...  
HillsboroughDEMs 08 Feb 2005 - 22:48 - r1.2 HenryMcEuen
20 Foot DEM Data The following DEMs are from an area around Hillsborough (see the overview map below for details). The data is from ncfloodmaps.com and is in text ...  
ImageDatabaseQueryDemo 19 Jun 2008 - 15:31 - r1.2 ChristianStith
Image localization in satellite imagery with feature-based indexing This work will demonstrate how we can search a map database for possible regions that match query ...  
ImagesToSurfaceModels 16 Feb 2005 - 00:57 - NEW JackSnoeyink
repko pres.pdf: Jason's presentation on the image to terrain workflow. site.zip: vrml model reconstructed from 10 images I have attached my presentation and the vrml ...  
InterpolatorySubdivisionDemo 02 Jun 2008 - 15:21 - r1.2 JackSnoeyink
This MATLAB demo computes the interpolatory SubdivisionSurfaces for a patch of the bathymetric data. This is part of a tool that we use to explore interpolatory subdivision ...  
Introduction 16 Jun 2008 - 03:04 - NEW ShawnDB
Introduction to !Self-Documenting Code Good documentation is one sign of the professional pride that a programmer takes in producing high quality programs. There ...  
JpegListing 18 Dec 2008 - 16:32 - NEW ShawnDB
This a listing of the Jpeg 6.2 source tree .\TMV Main\apis\jpeg-6b\ansi2knr.c .\TMV Main\apis\jpeg-6b\bin .\TMV Main\apis\jpeg-6b\binD .\TMV Main\apis\jpeg-6b\cderror ...  
LayoutGuide 26 Jun 2008 - 16:41 - r1.4 ShawnDB
Layout Guide based on information found in the book Code Complete 2.0, chapter 31 (Layout) Objectives: (of a good layout style) Logical Structure Layout accurately ...  
LeoVisitJune05 02 Aug 2005 - 14:05 - r1.2 JackSnoeyink
Notes from Leo's visit to UMSL in June 05. Properties desired What properties are easiest (easy to hard)? 2. polynomial reproduction 1. refinement 3. vanishing moments ...  
LidarPugetSound 10 Apr 2006 - 03:24 - r1.3 JackSnoeyink
LIDAR from Puget Sound Puget Sound Lidar Consortium Puget Sound Lidar Consortium We have most of their bare earth data for King county, and some with all returns ...  
MMP 18 Dec 2008 - 07:33 - r1.5 VishalVerma
MMP method with A-star heuristic Computes shortest path between given source and target using !MMP method with A-star heuristic. Computes exact shortest paths. The ...  
MissionStatement 30 Dec 2008 - 16:01 - r1.4 JackSnoeyink
Mission Statement: The research objectives of this project are threefold. First, we will complete the theory of bivariate meshless wavelets. Second, we will develop ...  
ModifyingEdgeDirections 14 Jul 2005 - 17:00 - NEW JackSnoeyink
The abstract talks about the importance of reversing loops of edges, so there are some functions that find loops, some that reverse loops (both right going and left ...  
MonthlyReportEmails 09 Aug 2005 - 16:36 - NEW Main.guest
 
NamingConventions 26 Jun 2008 - 16:48 - r1.2 ShawnDB
Naming Conventions Adapted from the book "Code Complete 2.0", chapter 11 TOC Naming Conventions Why Have Conventions? Often having a convention is better than having ...  
OneDWavelets 11 Oct 2005 - 13:49 - r1.3 JackSnoeyink
Here is Wenjie's implementation of refinement operators for 1-d splines coming from the theory of meshless wavelets. These are for an approximating, not an interpolating ...  
OpenGlListing 18 Dec 2008 - 16:48 - NEW ShawnDB
This is the source code listing for the !OpenGL directory .\TMV Main\apis\OpenGL\glut32 .\TMV Main\apis\OpenGL\Mac .\TMV Main\apis\OpenGL\Unix .\TMV Main\apis\OpenGL ...  
Order 14 Jul 2008 - 23:19 - r1.2 ChristianStith
order Takes a point on a 3D mesh, and then reorders all vertices around that point in a spiral order. The first step in calculating shortest paths. Example usage ...  
OttawaData 31 Dec 2008 - 17:39 - r1.11 JackSnoeyink
TOC Some files and images of the Ottawa data set, and a brief description of the file format for the point cloud. We are hoping to get images yet so that we can do ...  
OttawaDataNotes 31 Dec 2008 - 18:06 - r1.4 JackSnoeyink
DeliverablesdescriptionUpdated?.pdf: Information on the Ottawa Tiles Raw data is UPC format: \\Snoeyink-tab-cs\GEO-star\ottawa\upc Matlab scripts for conversion \\Snoeyink ...  
PointImportanceOrders 03 Mar 2005 - 16:58 - r1.3 CraigFalls
Suppose that you want to send someone a sequence of points that determines a terrain. You'd like to send the most important points first. How do we order points from ...  
PointSelectionDemos 19 Jun 2008 - 15:24 - r1.3 ChristianStith
TOC Note: I should move the every-expanding philosophy to its own page and give more detail on demos Main.JackSnoeyink 02 Jun 2008 Our thesis has always been that ...  
ProjectIdeas 12 Mar 2008 - 23:03 - r1.20 JackSnoeyink
I would like us to collect research project descriptions here, and when someone takes over a research project, they can create a TWiki.WikiWord for it and give it ...  
ProjectReports 02 Aug 2005 - 16:37 - NEW JackSnoeyink
MonthlyReportEmails NGA wants email reports monthly. Main.JackSnoeyink 02 Aug 2005 DARPA Project reporting UNC-UMSL-GEO-quad-mar05.ppt: Darpa likes quad charts ...  
RTINRefinementDemo 02 Jun 2008 - 10:03 - NEW JackSnoeyink
This MATLAB demo shows an example of Refinement for point selection as a particular instance of our neighborhood and fitting framework. The neighborhood is an RTIN ...  
ReadingGroup 10 Jul 2006 - 20:16 - r1.7 ShawnBrown?
TMV ReadingGroup Meeting time: Mondays, 2:30pm, sn252 Goal: share good papers in terrain modeling and visualization so that we have some common background for our ...  
Reorder 18 Dec 2008 - 02:08 - NEW VishalVerma
Reordering Reorders vertices of a point cloud by projecting them onto the X-Y plane and computing distances between the projection of each vertex and the projection ...  
Resources 31 Dec 2008 - 18:07 - r1.34 JackSnoeyink
TOC This is a miscellaneous collection of papers that have been added to the wiki, beginning with the most technically relevant. Papers from project members shortest ...  
RingFilt 31 Dec 2008 - 18:04 - r1.10 JackSnoeyink
RingFilt A state machine based filtering program that fits a surface to the one-ring or two-ring of triangles around each point and filters away points triangles ...  
SL_API 31 Dec 2008 - 03:29 - r1.2 ShawnDB
The Streaming Line API library ( !SL API ) contains all the files/functions/modules to work with ISO countour lines. Main.ShawnDB 01 Jun 2008  
SM_API 31 Dec 2008 - 03:47 - r1.4 ShawnDB
The Streaming Mesh API library ( !SM API ) contains all the files/functions/modules for working with meshes of vertices and triangles. The Streaming Mesh Library consists ...  
SP_API 31 Dec 2008 - 03:51 - r1.3 ShawnDB
The Streaming Point API ( !SP API ) contains all the files/functions/modules for working with data stored as Point Clouds. The Streaming Point Library consists of ...  
SV_API 31 Dec 2008 - 03:29 - r1.2 ShawnDB
The Streaming Volume API library ( !SV API ) contains all the files/functions/modules for working with Volume Meshes consisting of Vertices, Tetrahedrons. Main.ShawnDB ...  
ShortestPathComparison 23 May 2005 - 01:37 - r1.24 JackSnoeyink
Comparing shortest path methods Overview We will discuss the problem of finding the shortest path between two points on a terrain. Terrains can be represented in ...  
ShortestPathResults 16 May 2005 - 15:18 - r1.2 HenryMcEuen
Shortest paths results Results from expirment runs, in raw format Fast marching: spacing,cellsize/spacing,euclid,fmresult,start1,end1,start2,end2 1,160.0,5799.970295322554 ...  
ShortestPathSampleImages 02 May 2005 - 15:21 - NEW HenryMcEuen
Sample Images These images show raster data from a DEM converted to a TIN. The choice of the direction for the diagonal inside grid squares is arbitrary. The first ...  
ShortestPaths 27 Apr 2005 - 16:26 - r1.6 HenryMcEuen
Shortest Paths on a TIN Example of Sack and Lanthier's work: http://doi.acm.org/10.1145/262839.262984 See the images on this page of Mark Lanthier. ShortestPathComparison ...  
ShortestPathsDemo 31 Dec 2008 - 17:51 - r1.28 JackSnoeyink
TOC Calculating Shortest Paths Note: The interface to the shortest path computations have changed so and sm path are now the modules, but these remain the approaches ...  
ShortestsPaths 18 Dec 2008 - 05:44 - r1.3 VishalVerma
Shortest path algorithms and simplification We run the shortest path algorithms described in http://www.cs.unc.edu/~verma/shortest path.pdf on simplified meshes and ...  
SimpSimp 28 Feb 2005 - 19:32 - r1.3 CraigFalls
Note: This is not part of the Geo project, but topical. People At a Dagstuhl seminar in October 2003, Lars Kulik asked whether efficient line simplification could ...  
SimplexSplines 28 Feb 2005 - 03:00 - r1.4 YuanxinLiu
TOC Simplex Splines Simplex splines generalize the familiar B-splines in one dimension. A k degree B-spline basis is defined for a set of k+2 points in R called knots ...  
SiteTools 27 Jan 2005 - 16:42 - NEW HenryMcEuen
Site Tools of the TModeling Web INCLUDE{" TWIKIWEB .WebSiteTools"} Notes: INCLUDE{" TWIKIWEB .YouAreHere"} INCLUDE{" TWIKIWEB .SiteMap"} Main.HenryMcEuen 27 Jan ...  
Sl2sl 17 Jun 2008 - 15:27 - NEW ChristianStith
sl2sl Converts one streaming line format to another. It is particularly useful to create tilings of lines and produce KML files that can be displayed in google earth ...  
Sl_viewer 17 Jun 2008 - 15:20 - NEW ChristianStith
sl viewer A simple OpenGL-based viewer for streaming lines. Example usage: sl viewer i ../data/armadillo40.slb Reads the streaming lines file and displays it every ...  
Slclean 17 Jun 2008 - 15:44 - NEW ChristianStith
slclean Removes small connected components from a streaming line file. Operates like a filter. slclean is designed to be used in piping mode (e.g. islb olsb). Example ...  
SlopeInTensorProductMatrices 23 Feb 2005 - 13:17 - NEW JackSnoeyink
Using Leonard's results and thoughts on TerrainRepsFromSVD, we can come up with some "compressed" representations of terrain by performing an off-line SVD for large ...  
Slsimp 17 Jun 2008 - 15:41 - NEW ChristianStith
slsimp Reads streaming lines, and either removes all segments smaller than a given threshold (-length) or removes all "bumps" (i.e. a chain of two segments) whose ...  
Sm2sm 16 Dec 2008 - 13:37 - r1.7 JackSnoeyink
sm2sm Software that can compress meshes on-the-fly in whichever triangle order they happen to be in. It can do so in a completely lossless manner if that is really ...  
Sm_path 31 Dec 2008 - 17:11 - r1.4 VishalVerma
SM PATH Computes shortest path between given source and target vertex. Dijkstra's method is used for finding approximate shortest path while !MMP method is used for ...  
Sm_pathviewer 29 Dec 2008 - 22:42 - r1.4 ShawnDB
sm pathviewer A viewer for visualizing paths on a terrain. All flags and options are the same as sm viewer, except the "-path", "-zsplit", and "-zsub" commandline ...  
Sm_viewer 03 Jul 2008 - 20:49 - r1.6 ChristianStith
sm viewer An !OpenGL-based viewer that allows you to look at a streaming mesh and also helps illustrating the "stream quality" of the mesh. First of all you can watch ...  
Smsimp 31 Dec 2008 - 16:15 - r1.8 JackSnoeyink
smsimp Compresses a streaming mesh using decimation. It is an implementation of Garland and Heckbert's QuadraticErrorMetric, which fits into our PointSelectionFramework ...  
Smsimpall 15 Dec 2008 - 16:12 - NEW ShawnDB
smsimpall Compresses a streaming mesh using decimation. It is an implementation of Garland and Heckbert's QuadraticErrorMetric, which fits into our PointSelectionFramework ...  
Software 30 Dec 2008 - 22:29 - r1.11 JackSnoeyink
There are some prepackages sets of software with demo instructions from the Demos page, and documentation in the wiki for StreamingModules. SiftGPU is a GPU-based ...  
Sp2sp 29 Dec 2008 - 22:54 - r1.7 ShawnDB
sp2sp Used for converting between various streaming point file formats plus a little bit of ad hoc filtering operations as well. This program can read finalized or ...  
Sp_viewer 26 Jun 2008 - 13:10 - r1.8 ChristianStith
sp viewer An !OpenGL viewer for visualizing files containing streaming point clouds. Performs simplification for fast rendering; to rerender the full model from a ...  
Spdelaunay2d 17 Jun 2008 - 15:59 - r1.3 ChristianStith
spdelaunay2d A small but powerful tool that can turn billions of points into one gigantic and seamless terrain using very little main memory by streaming the Delaunay ...  
Spfilter 30 Dec 2008 - 21:49 - r1.2 JackSnoeyink
spfilter Used for applying various transformations or filters to streaming point formats. This is based off the sp2sp tool. Example usage: spfilter i ottawa.spb o ...  
Spfinalize 18 Jun 2008 - 13:30 - r1.4 ChristianStith
spfinalize This spatial finalizer makes three passes over a point cloud. In the first pass it merely computes a bounding box. If this bounding box is known in advance ...  
Spground 31 Dec 2008 - 16:30 - r1.4 JackSnoeyink
spground Classifies points as ground and non-ground, and can either (-groundonly) output ground points only, (-nongroundonly) output non-ground points only, or (default ...  
StartHere 23 Feb 2009 - 22:25 - r1.42 ShawnDB
TOC Ottawa Demo Preliminaries Goal We were given a 5x5 set of tiles of OttawaData, consisting of 905 megabytes of point cloud data captured by NEPTEC. The data is ...  
StreamingCompression 25 Jul 2008 - 12:24 - r1.13 JackSnoeyink
Streaming Compression The idea of streaming meshes is to organize the data structure so that a large mesh can be accessed seamlessly by a fixed traversal while keeping ...  
StreamingDelaunay 15 Mar 2006 - 14:51 - r1.7 JackSnoeyink
Pipelining streaming points, triangles, and lines 3DPVT submission by Martin Isenburg, Yuanxin (Leo) Liu, and Jack Snoeyink. This paper emphasizes the pipeline processing ...  
StreamingFileFormats 18 Dec 2008 - 06:38 - r1.4 VishalVerma
TOC Here are our evolving thoughts on the evolution of the streaming file formats. Streaming File format changes Currently, spfinalize and sp2sp play some similar ...  
StreamingModules 31 Dec 2008 - 16:18 - r1.19 JackSnoeyink
Streaming Modules TOC Most of our software tools for large data sets are modules that can be composed with pipes in Windows or UNIX (including Mac and Linux). Click ...  
StreamingProcessingDemos 14 Aug 2008 - 22:25 - r1.25 ChristianStith
TOC We process large point sets and meshes with StreamingModules. The documentation there has lots of example scripts for demos. This page will include some of the ...  
StyleGuide 16 Jun 2008 - 03:27 - r1.3 ShawnDB
Style Guide An overview of general guidelines to follow when writing our code to help figure out the underlying logical structure, improve consistency, readability ...  
SubdivisionSurfaces 31 Dec 2008 - 15:56 - r1.9 JackSnoeyink
TOC Interpolatory subdivision surfaces One of the major mathematical developments in this project is Charles Chui and co-authors' work on Interpolatory SubdivisionSurfaces ...  
TINs 08 Feb 2005 - 01:43 - NEW JackSnoeyink
TINs or Triangulated Irregular Networks, are simple piecewise linear representations of terrain as a mesh of triangles. Main.JackSnoeyink 08 Feb 2005  
TMVAPIs 01 Jun 2008 - 20:11 - r1.2 ShawnDB
The current TMV API libaries are divided into the following libraries. TMV API Common Files/Functions/Modules used by 2 or more libraries SM API Files/Functions/Modules ...  
TMVApps 31 Dec 2008 - 03:41 - r1.4 ShawnDB
This page lists (with brief descriptions) various applications that team members have developed or are in the process of developing. If these apps turn out to be useful ...  
TMVBuildGuide 31 Dec 2008 - 01:55 - r1.6 ShawnDB
TMV Build Guide This is the build guide for the TMV code base Note: This initial version is targeted only at windows platforms using Visual Studio 2005. I'm going ...  
TMVDirectory 31 Dec 2008 - 01:56 - r1.6 ShawnDB
This page is meant to give a directory centric overview of our code base TMV Main Root (or main trunk) of entire TMV code base apis root of TMV API's archive archival ...  
TMVFiles 18 Dec 2008 - 19:05 - r1.7 ShawnDB
This page is meant to give a file-centric overview of our TMV code base. We should eventually write a script utility to automatically generate this from the SVN code ...  
TMVModules 01 Jun 2008 - 13:25 - NEW ShawnDB
TOC Streaming Streaming Point Modules Streaming Mesh Modules Streaming Filtering and Selection Shortest paths Image database query Main.ShawnDB 01 Jun 2008  
TMVOverview 31 Dec 2008 - 02:22 - r1.3 ShawnDB
The Terrain, Modelling, and Visualization (TMV) code base is a set of API's, Tools, and Applications which allow us to do useful work on Terrain Model's. We have 4 ...  
TMVSVN 18 Dec 2008 - 21:57 - r1.8 ShawnDB
Subversion and Tools The main web page for Subversion is located here. Source code can be found here. Binaries: Macintosh Unix, Fedora or RedHat. Windows Useful Tools ...  
TMVScripts 31 Dec 2008 - 03:42 - r1.2 ShawnDB
This page is meant to hold information about !MatLab scripts used with our TMV code base. Main.ShawnDB 01 Jun 2008  
TMVTools 30 Dec 2008 - 18:03 - r1.13 JackSnoeyink
This page contains a list (and brief description) about each tool currently in our TMV code base. A tool is meant to do a useful task (or set of closely related tasks ...  
TMV_API 31 Dec 2008 - 03:40 - r1.2 ShawnDB
The !TMV API library contains common files/functions/modules that are used by other TMV API's, Tools and/or applications Base Files TMV Platform Platform definitions ...  
Techniques 18 Dec 2008 - 03:20 - r1.5 VishalVerma
This is a collection of links to wiki pages and relevant papers on techniques. ShortestsPaths by Dijkstra's, Fast Marching and !MMP. http://www.cs.unc.edu/~verma/shortest ...  
TerrainRepsFromSVD 04 Feb 2005 - 19:25 - r1.2 JackSnoeyink
Leonard has a brief powerpoint presentation on using Singular Value Decomposition to represent terrain as a sum of vector product surfaces. DARPA GIS.ppt He observes ...  
TiffListing 18 Dec 2008 - 17:08 - NEW ShawnDB
This is the Tiff Directory source code listing .\TMV\apis\tiff-3.8.2\aclocal.m4 .\TMV\apis\tiff-3.8.2\autogen.sh .\TMV\apis\tiff-3.8.2\bin .\TMV\apis\tiff-3.8.2\ChangeLog ...  
Tin2dem 26 Jun 2008 - 13:36 - r1.4 ChristianStith
tin2dem This program takes a streaming mesh as input and produces a raster grid in the specified format and resolution as output by rastering linearly interpolated ...  
Tin2iso 17 Jun 2008 - 15:08 - r1.2 ChristianStith
tin2iso This program takes a streaming mesh as input and extracts isocontour lines (elevation lines) at user-specified heights and outputs them in a streaming line ...  
Tin_dist 31 Dec 2008 - 16:42 - r1.2 VishalVerma
tin dist Computes distance from a given source vertex to all vertices in the mesh. Uses Dijkstra's method to compute distances corresponding to shortest paths which ...  
TriangleTests 01 Sep 2005 - 19:04 - r1.6 SisillaSookdeo
TOC Test e.ccw3 e We have shown that test e.ccw3 e returns true for triangle type cycle left of an edge e. It is important, however, to show that this test returns ...  
TripodDataStructure 16 Aug 2005 - 14:49 - r1.13 SisillaSookdeo
TOC Motivation for Tripod (Data Structure for Embedded Triangulations) Edge-based Data Structure Each edge stores pointers to its vertices: 2 pointers to the next ...  
TripodImplementation 14 Jul 2005 - 16:24 - NEW JackSnoeyink
TOC This is the page about the tripod data structure, implemented in Java. The following cryptic definition is really important: CCW e points at an edge whose org ...  
TyniaStreaming 28 Jul 2005 - 22:02 - r1.28 TyniaYang
TOC Coding for Streaming Delaunay I propose to use this page as a place to record observations and progress. I'll start with some general ones, and ask you to fill ...  
TypesOfComments 19 Jun 2008 - 11:45 - r1.2 ShawnDB
The Six main types of comments are Trivial comments , Comments that just repeat the code, line for line, this type of comment should always be avoided // Increment ...  
VeryImportantPoint 18 Feb 2005 - 18:56 - NEW JackSnoeyink
VIP insertion heuristic generates an approximate terrain surface (usually triangulated as a TIN) from an input set of sample data (points (x,y) with elevations). The ...  
ViewShed 23 Feb 2005 - 13:27 - NEW JackSnoeyink
By analogy with WaterShed, which is the region that drains into a given point, the geographers talk about a viewshed as the region that is visible from a point. Can ...  
VisualizingSurfaceError 16 Mar 2006 - 09:08 - r1.2 JackSnoeyink
Random notes on extending Chris' visualization tool Main.JackSnoeyink 15 Mar 2006 TOC VisTRE 3DPVT submission describes the first prototype visualization tool in ...  
WaterShed 23 Feb 2005 - 13:34 - NEW JackSnoeyink
There has been a lot of work done on drainage computations, both in gridded data and in TINs. Main.YuanxinLiu has a robust implementation of drainage computation on ...  
WebChanges 16 Aug 2001 - 19:58 - NEW PeterThoeny
INCLUDE{" TWIKIWEB .WebChanges"}  
WebHome 31 Dec 2008 - 15:53 - r1.17 JackSnoeyink
This is a copy of the wiki with documentation, demos, and reports for the UMSL/UNC GEO project. It is the primary source for documentation and demos for a large collection ...  
WebIndex 24 Nov 2001 - 11:41 - r1.2 PeterThoeny
SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList  
WebLeftBar 03 Feb 2005 - 09:47 - r1.2 JackSnoeyink
INCLUDINGWEB Web INCLUDINGWEB Web Home Changes Notify Index Search Webs WEBLIST{" $name" separator ""} INCLUDE{" MAINWEB . WIKINAME LeftBar" warn "Create personal ...  
WebNotify 18 Jun 2008 - 16:37 - r1.10 ChristianStith
This is a subscription service to be automatically notified by e-mail when topics change in this TModeling web. This is a convenient service, so you do not have to ...  
WebPreferences 30 Dec 2008 - 14:46 - r1.13 JackSnoeyink
TModeling Web Preferences The following settings are web preferences of the TModeling web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ...  
WebRss 16 Aug 2004 - 03:27 - r1.2 PeterThoeny
TWiki's TModeling web SCRIPTURL /view SCRIPTSUFFIX /TModeling The TModeling web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ...  
WebSearch 08 Aug 2001 - 05:26 - NEW PeterThoeny
INCLUDE{" TWIKIWEB .WebSearch"}  
WebSearchAdvanced 18 Jan 2004 - 10:52 - NEW PeterThoeny
INCLUDE{" TWIKIWEB .WebSearchAdvanced"}  
WebStatistics 02 Aug 2024 - 20:56 - r1.19 Main.guest
Statistics for TModeling Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Aug 2024 804 0 ...  
WebTopicList 24 Nov 2001 - 11:40 - NEW PeterThoeny
TOPICLIST{" $name "} See also the verbose WebIndex.  
WritingSelf-DocumentingCode 19 Jun 2008 - 11:26 - r1.4 ShawnDB
TOC Writing Self-Documenting Code These sections are based on the book "Code Complete 2", Chapter 32, Self-Documenting code Introduction to !Self-Documenting Code ...  

Number of topics: 151

See also the faster WebTopicList

Revision: r1.1 - 24 Nov 2001 - 11:41 - Main.guest
TModeling > WebIndex
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback