#
geometry
Here are 1,142 public repositories matching this topic...
open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.
computer-vision
drone
geometry
openmvg
structure-from-motion
sfm
multiple-view-geometry
photogrammetry
3d-reconstruction
-
Updated
Oct 1, 2020 - C++
COLMAP - Structure-from-Motion and Multi-View Stereo
-
Updated
Sep 25, 2020 - C
The public CGAL repository, see the README below
c-plus-plus
library
algorithms
cpp
geometry
triangulation
cgal
point-cloud
polygon
computational-geometry
voronoi-diagram
geometry-processing
meshes
boolean-operations
template-library
mesh-processing
arrange
-
Updated
Oct 1, 2020 - C++
Console-based GLSL Sandbox for 2D/3D shaders shaders
c
linux
console
raspberry-pi
c-plus-plus
osx
shaders
geometry
raspberrypi
glfw
glsl
texture
opengl-es
uniform
fragment-shader
vertex-shaders
glslviewer
-
Updated
Aug 17, 2020 - C
visualization
parser
webgl
gui
typescript
reactive
functional
datastructures
geometry
composition
streams
dataflow
transducers
multipurpose
datadriven
antiframework
-
Updated
Oct 1, 2020 - TypeScript
eguiraud
commented
Sep 27, 2020
Describe the bug
In the following reproducer, t.Scan() prints values for column out_x.out_x but the output is truncated to out_x.out, which can be quite confusing for larger trees with nested branches:
root [0] TTree t;
root [1] int x = 42;
root [2] t.Branch("out_x", &x)
(TBranch *) 0x5559ed5dc4f0
ro
Computational geometry and spatial indexing on the sphere
-
Updated
Sep 24, 2020 - C++
Geo-related tools PHP 5.4+ library built atop Geocoder and React libraries
-
Updated
Jul 17, 2020 - PHP
Python library for loading and using triangular meshes.
-
Updated
Oct 1, 2020 - Python
Geometry Processing Library for Python
python
geometry
graphics
mesh-generation
convex-hull
geometry-processing
3d
outer-hull
mesh-boolean
mesh-cleanup
-
Updated
Sep 15, 2020 - C++
C++ implementation of Lie Groups using Eigen.
-
Updated
Sep 6, 2020 - C++
A compact Android utility for constructing and drawing rounded regular polygons.
-
Updated
Aug 26, 2019 - Java
Cartopy - a cartographic python library with matplotlib support
-
Updated
Sep 29, 2020 - Python
2D/3D geometry toolkit for Clojure/Clojurescript
-
Updated
Oct 25, 2019 - Shell
An open source library for multiview geometry and structure from motion
-
Updated
Apr 12, 2020 - C++
3d building geometry viewer based on OpenStreetMap data
-
Updated
Jun 5, 2020 - JavaScript
Open-source, cross-platform NURBS
-
Updated
Apr 17, 2019 - JavaScript
JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser.
-
Updated
Oct 1, 2020 - JavaScript
MySQL Spatial Data Extension integration with Laravel.
mysql
laravel
geometry
spatial
laravel-5-package
spatial-functions
laravel-6-package
laravel-7-package
mysql-extension
laravel-8-package
-
Updated
Oct 1, 2020 - PHP
A JavaScript framework for interactive (mathematical) content.
-
Updated
Sep 12, 2020 - JavaScript
A modest library for moving between Well-Known Text (WKT) and various framework geometries
-
Updated
Jul 28, 2020 - JavaScript
Fast, header-only polygon triangulation
-
Updated
Jan 24, 2020 - C
A small c++11 header-only library for Lie theory.
c-plus-plus
computer-vision
robotics
geometry
cpp11
header-only
slam
lie-groups
state-estimation
3d
2d
lie-theory
-
Updated
Sep 14, 2020 - C++
ninamiolane
commented
Apr 7, 2020
There are several ValueErrors, NotImplementedErrors, etc, across the codebase.
We should create a mechanism to get clean, and uniform error messages.
Improve this page
Add a description, image, and links to the geometry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the geometry topic, visit your repo's landing page and select "manage topics."
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.