Showing 20 open source projects for "hull"

View related business solutions
  • Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid Icon
    Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid

    Leverage the email service that customer-first brands trust for reliable inbox delivery at scale.

    Email is the backbone of your customer engagement. The Twilio SendGrid Email API is the email service trusted by developers and marketers for time-savings, scalability, and delivery expertise. Our flexible Email API and proprietary Mail Transfer Agent (MTA), intuitive console, powerful features, and email experts make it easy to ensure all your email gets delivered in seconds and without interruption.
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 1
    CGAL

    CGAL

    The Computational Geometry Algorithms Library

    CGAL or the Computational Geometry Algorithms Library is a C++ library that gives you easy access to a myriad of efficient and reliable geometric algorithms. These algorithms are useful in a wide range of applications, including computer aided design, robotics, molecular biology, medical imaging, geographic information systems and more. CGAL features a great range of data structures and algorithms, including Voronoi diagrams, cell complexes and polyhedra, triangulations, arrangements of...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    Polyhedra

    Polyhedra

    Polyhedral Computation Interface

    Polyhedra provides an unified interface for Polyhedral Computation Libraries such as CDDLib.jl. This manipulation notably includes the transformation from (resp. to) an inequality representation of a polyhedron to (resp. from) its generator representation (convex hull of points + conic hull of rays) and projection/elimination of a variable with e.g. Fourier-Motzkin.
    Downloads: 0 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OpenJUMP (The JUMP Pilot Project)
    OpenJUMP is a community driven fork of JUMP the "Java Unified Mapping Platform" GIS software. The original JUMP was developed by Vivid Solutions, released under GPL2 in 2003 and discontinued in 2006. During 2004 already some enthusiastic developers joined together to enhance further the features of JUMP. They launched an independent development branch called OpenJUMP. The name gives credit to the original JUMP development, and at the same time describes the objectives of this project to...
    Leader badge
    Downloads: 247 This Week
    Last Update:
    See Project
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • 5
    ANYstructure

    ANYstructure

    GUI based steel structure calculation and optimization tool.

    GUI based steel optimization tool for naval architects and structural engineers. Calculate and optimize the following: Minimum plate thickness (DNV/DNVGL-OS-C101) Minimum section modulus of stiffener/plate (DNVGL-OS-C101) Minimum shear area (DNVGL-OS-C101) Buckling (DNVGL-RP-C201) Fatigue for plate/stiffener connection (DNVGL-RP-C203) Compartments (tank pressures) are created automatically. Pressures on external hull (or any other generic location) is defined by specifying...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Pandas TA

    Pandas TA

    Python 3 Pandas Extension with 130+ Indicators

    Technical Analysis Indicators - Pandas TA is an easy-to-use Python 3 Pandas Extension with 130+ Indicators. Pandas Technical Analysis (Pandas TA) is an easy-to-use library that leverages the Pandas package with more than 130 Indicators and Utility functions and more than 60 TA Lib Candlestick Patterns. Many commonly used indicators are included, such as: Candle Pattern(cdl_pattern), Simple Moving Average (sma) Moving Average Convergence Divergence (macd), Hull Exponential Moving Average (hma...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Spaceship Generator

    Spaceship Generator

    A Blender script to procedurally generate 3D spaceships

    ... to adjust procedural generation settings. Build the hull. Extrude the front/rear faces several times, adding random translation/scaling/rotation along the way. Add asymmetry to the hull: Pick random faces and extrude them out in a similar manner, reducing in scale each time. Categorize each face by its orientation and generate details on it such as engines, antenna, weapon turrets, lights etc.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    PySptools

    PySptools

    Hyperspectral algorithms for Python

    ..., PPI * material count: HfcVd, HySime * noise: Savitzky Golay, MNF, whiten * sigproc: bilateral * sklearn: HyperEstimatorCrossVal, HyperSVC and others * spectro: convex hull quotient, features extraction (tetracorder style), USGS06 lib interface * util: load_ENVI_file, load_ENVI_spec_lib, corr, cov and others The library do an extensive use of the numpy numeric library and can achieve good speed. The library is mature enough and is very usable even if the development is at a beta step.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    chops

    Convex Hull Of Protein Surface

    This program will calculate all k-th convex hulls of protein surface when input a protein pdb file (pdb format), it is supplied in source code form along with the required data files and run under the windows/linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 10
    ComputationalGeometry

    ComputationalGeometry

    2D environment demonstrating computational geometry algorithms

    This is an application made for educational purposes. It demonstrates some basic algorithms of computational geometry in 2D space. You can create, edit and delete points and vectors and then choose them as the input for algorithms selectable from the menu. Import and export from a to XML files is also possible. Many thanks to GeoSoft for providing open-source library G which was used for 2D graphics. You can find it here: http://geosoft.no/graphics/index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Canonical Filtration of A Lattice

    A GAP package computing the canonical filtration of a lattice

    CFLat is a GAP package computing the canonical filtration of an integral lattice. Suppose L is a lattice (a discrete subgroup of R^n). For all sublattices M of L, plot the points ( dim(M), log vol(M) ) in the xy-plane, and consider the convex hull of the plot. It is bounded below by a convex polygon. It turns out that the vertices of the polygon is represented by a unique sublattice of L, and that the sublattices representing vertices form a chain. This chain is called the <i...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Flexible Brain Graph Visualizer

    Flexible Brain Graph Visualizer

    Matlab code to visualise brain graphs from connectivity matrices

    This very configurable script allows you to plot a 3D (MNI space) visualisation of a brain graph, with edges represented by cylinders and vertices represented by spheres. To aid orientation, a cortical mesh can be added, as can convex hull outlines. The colouring and sizing scheme is fully configurable for both edges and vertices. You can see some example output in <http://www.ncbi.nlm.nih.gov/pubmed/22677149> <http://www.ncbi.nlm.nih.gov/pubmed/20541019> <http
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ConvexHull

    Console application with a Convex Hull algorithm implemented in C++

    Console application with a Convex Hull algorithm implemented in C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ViennaGrid is a generic mesh handling library that provides the traversal of structured and unstructured grids in arbitrary spatial dimensions, in particular 1d, 2d and 3d. Quantities can be conveniently stored on mesh elements using ViennaData.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Salvage Team

    Salvage Team

    An Action Adventure Space Physics Game

    Space junk has been polluting our solar system for many years now. Its a problem for space travelers and satellites alike. Its time to help clean up this mess. Will you help and earn some credits while your at it? Salvage Team – RUSH is the first mini-game in a series of fun filled physics scrolling games. You pilot a small ship that collects rubbish (bits and peaces) through a hull magnetic system. Its your task to clean up an area. You are scored on the rubbish collected and the length...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    forallahquad

    A code that generates a quad mesh and saves it to txt file

    In the name of Allah. Peace and prayers upon all prophets. The code adapt codes from: #http://www.salome-platform.org/user-section/tui-examples/ example: kishinev_refined_by_pattern.py #http://www.salome-platform.org/forum/forum_12/thread_1068 to allow the user to use Salome (http://www.salome-platform.org/) platform to create an all quadrilateral mesh of a ship hull and save it in text file:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    WSCVT

    Weight Spherical Centroidal Voronoi Tessellation

    Implementation of the Weight Spherical Centroidal Voronoi Tessellation described in http://arxiv.org/abs/0912.3974 It uses this implementation of convex hull: http://www.cs.ubc.ca/~lloyd/java/quickhull3d.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    Computer-Aided Boat-Design software written in java. Create Hard-chined hull by moving points with basic hydrostatic calculations. A set of examples are provided, export DXF & VRML and row data are enables. Plans can be printed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    This started out as a project in class implementing Convex Hull Algorithms and Polygon Tesselation but is expected to grow into a much larger realm of usage, including teaching tools for the sciences, Games, and much more. Uses JOGL for Display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next