[go: up one dir, main page]

Showing 21 open source projects for "delaunay"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • 1
    Blender GIS

    Blender GIS

    Blender addons to make the bridge between Blender and geographic data

    Import in Blender most commons GIS data format, Shapefile vector, raster image, geotiff DEM, OpenStreetMap XML. There are a lot of possibilities to create a 3D terrain from geographic data with BlenderGIS, check the Flowchart to have an overview. Display dynamics web maps inside Blender 3d view, requests for OpenStreetMap data (buildings, roads, etc.), get true elevation data from the NASA SRTM mission. Manage georeferencing information of a scene, compute a terrain mesh by Delaunay...
    Downloads: 104 This Week
    Last Update:
    See Project
  • 2
    CDT

    CDT

    Constrained Delaunay Triangulation (C++)

    CDT is a C++ library for generating constraints or conforming Delaunay triangulations.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Delaunator

    Delaunator

    Fast JavaScript library for Delaunay triangulation of 2D points

    Delaunator is a fast library for Delaunay triangulation. It takes as input a set of points. The triangulation is represented as compact arrays of integers. It’s less convenient than other representations but is the reason the library is fast. After constructing a delaunay = Delaunator.from(points) object, it will have a triangles array and a halfedges array, both indexed by half-edge id. What’s a half-edge? A triangle edge may be shared with another triangle. Instead of thinking about each edge...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    FractalImageCompression

    FractalImageCompression

    Java Fractal Image Compression based on Delaunay triangulation

    Implementation of the algorithm of the paper: "Fractal image compression based on Delaunay triangulation and vector quantization" It is a Fractal compression algorithm, based on relationships between regions of the image (in this case triangles), rather than in explicitly the pixel values themselves. Video demo: https://frojasg1.com:8443/resource_counter/resourceCounter?operation=countAndForward&url=https%3A%2F%2Ffrojasg1.com%2Fdemos%2Faplicaciones%2FfractalCompressor
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Netgen Mesh Generator

    Netgen Mesh Generator

    NETGEN is an automatic 3d tetrahedral mesh generator

    NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. Netgen is open source based on the LGPL license. It is available for Unix/Linux and Windows.
    Downloads: 138 This Week
    Last Update:
    See Project
  • 6
    PyMesh

    PyMesh

    Geometry processing library for Python

    PyMesh is a codebase developed by Qingnan Zhou for his PhD research at New York University. It is a rapid prototyping platform focused on geometry processing. PyMesh is written with both C++ and Python, where computational intensive functionalities are realized in C++, and Python is used for creating minimalistic and easy-to-use interfaces. PyMesh is a rapid prototyping platform focused on geometry processing. It provides a set of common mesh processing functionalities and interfaces with a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    FESolver

    tiny finite elements solver based on triangles elements

    Project contains: * delaunay - grid builder based on 2D-Delaunay algorithm (build triangles surface layer) * SLAU solver based on Gauss algorithm * solver - SDI application for evaluation T for nodes 3-angles 2D grid
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    jdt4fpc

    fpc port of jdt library

    fpc port of Java Delaunay Triangulation library http://jdt.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Unimus makes Network Automation and Configuration Management easy. Icon
    Unimus makes Network Automation and Configuration Management easy.

    Deploying Unimus to manage your entire network requires only minutes, allowing for rapid deployment without headaches.

    We aim to make automation, disaster recovery, change management and configuration auditing painless and affordable for a network of any size.
    Learn More
  • 10

    CFD2D

    The incompressible Navier-Stokes equations solver in 2D domains

    CFD2D is open source software for Linux for solving the non-dimensionalized incompressible Navier-Stokes equations (NSE) inside an arbitrary two-dimensional domain inscribed in a unit square with Dirichlet and "do-nothing" boundary conditions. The space discretization is based on Finite Element Method (FEM) using an approximately uniform triangular mesh. The two choices of FE spaces are offered, these are of the so called MINI-element and of the Taylor-Hood element. The first element...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TesselSphere

    TesselSphere

    Spherical subdivision utility for MS Windows and Linux

    TesselSphere is an OpenGL spherical subdivision utility for MS Windows and Linux. It currently employs particle and geodesic tesselators. The UI uses QHull morphers that split Delaunay and Voronoi hulls to create new cells in the lattice. Additionally, morphers can target individual cells to split or stellate. TesselSphere can be used to generate vertices for geodesic domes, pollen, radiolaria, viruses and other polyhedra. Comes with full documentation and source. Saves VRML 1.0, POV-Ray inc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    as3delaunay

    as3delaunay

    Delaunay triangulation and Voronoi diagram for Flash Builder 4 project

    as3delaunay is an ActionScript 3 library that provides an implementation of Delaunay triangulation and Voronoi diagram generation. It is based on the well-known work of Raymond Hill and offers developers an efficient way to create and manipulate geometric structures for use in Flash and other AS3-based environments. The library enables users to generate Voronoi diagrams from a set of input points, allowing applications such as procedural map generation, image segmentation, and spatial...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    connect3d

    Reconstruct Water-Tight Triangulation from Point Cloud

    This software reconstructs water-tight triangulations from point clouds, interpolating the points. It approximates the triangle mesh which minimizes the sum of all triangles' longest edge. As a result, it can interpolate much more sparse sampling as state-of-the-art algorithms. Run-time is in practice linear to that of the Delaunay triangulation of the points. The software is designed as a command-line tool. It can also be used as a library. A plug-in for the Meshlab geometry software...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Parallel SCVT generator, using a new method for the parallel computation of Spherical Delaunay Triangulations. Uses Jonathan Shewchuk's Triangle http://www.cs.cmu.edu/~quake/triangle.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project is about the implementation of algorithms studied during mathematics and computer graphic courses for my MS's last year ( Point cloud approximation, Hermitian interpolation, Bezier / B-Spline Curves, Convex Hull, Delaunay triangulation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java Delaunay Triangulation
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    This project intends to implement sliver removing algorithms inside a 3D Delaunay mesh generator called TetGen. The algorithms are based on two techniques called Sliver Exudation and WQMesh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Plantra-Trajectory Planning is a software to rebuild surfaces from cloud points, featuring shaded 3D visualization and path planning for robotics paths. It uses Voronoi diagram, Cyrus-Beck clipping, Delaunay triangulation and B-Splines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GTS provides a set of useful functions to deal with 3D surfaces meshed with interconnected triangles including collision detection, multiresolution models, constrained Delaunay triangulations and robust set operations (union, intersection, differences).
    Leader badge">
    Downloads: 156 This Week
    Last Update:
    See Project
  • 20
    An automatic 2D Delaunay mesh generator and solver for Finite Element Analysis. Can solve 2D field problems (Poisson and Helmholtz Equations). Can use LAPACK/ARPACK solvers producing OpenGL/Postscript output. Uses C/GTK/GTKGLExt/MFC. Runs on Win32/Unix.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Two dimensional (2D) fine mesh finite element (FE) grid editing system. Includes constrained Delaunay triangulation, and automated grid resolution changes based on local attributes. Win32 and Motif GUIs. Mature application, now going open source.
    Leader badge">
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next