geometry
Here are 1,049 public repositories matching this topic...
Supporting clang-format can make contributions easier by automatically enforcing formatting rules. According to this, you're following the Google C++ guidelines. This is one of the predefined styles available, and you can always tweak it to your liking.
Describe the bug
The error is only one line:
SQLite error [c:\users\joschonb\development\colmap\src\base\database.cc, line 1209]: database disk image is malformed
My environment is windows 10 and I use the binary release 3.6-dev2 : COLMAP_dev_windows. My dataset contains 3172 images, and when I run vocab_tree_matcher after sequential_matcher, the above error appears. Both command lin
An extra null pointer check is not needed in functions like the following.
- LEdge
- [Range_tree_1](https://githu
Trying to properly install the glfw dependency
I had assumed everything, headers and dll's, should go into the glfw folder, but it appears that the solution is expecting the header file to be elsewhere. Could you please tell me where these all go?
Thanks!
This temporary documentation repo is meant for testing out the new doc toolchain to provide better cross-package navigation and a (hopefully) generally improved experience... This doc repo consist of over 8000 markdown files and I cannot check them all myself for issues (of which there are still many
-
Updated
May 20, 2020 - C++
Mini-Site
Would you be up for making a branded mini-site, like some of the other League packages?
http://platesphp.com/
http://fractal.thephpleague.com/
http://flysystem.thephpleague.com/
You can look at the sculpin branch for fractal, which is the source with a bunch of PHP.
Get started with sculpin here.
Source goes in sculpin, then the website
The S2 library as far as I understand is concerned only with geometry on the unit sphere and is agnostic as to how one arrives there from the 3D geometry that is the earth. It's fair that the docs do not go into detail (even though it would be nice), but since they contain images of S2 cells on the earth and [a list of cell sizes in km²](http://s2geometry.io/resources/s2ce
I can not find the documentation on makerjs, how to implement the scale and grid in the examples of documentation?
Introduction
This document is based on the original installation instructions from the following PyMesh documentation:
https://pymesh.readthedocs.io/en/latest/installation.html
It is specifically addressed to those Ubuntu users who are experiencing problems during the PyMesh installation process.
Please read the attached Word document for instructions:
[PyMesh Installation on Ubuntu 18.10.d
hello,
under the slice_mesh_plane documentation, exists a cap parameter which is supposed to seal the opening created by the mesh slicing but this parameter isn't used by the function or by slice_faces_plane which accepts **kwargs by slice_mesh_plane.
Has this capability been removed?
Is there another function which does that separately?
Thank you.
I use this PDF with my students in a middle school. They have commented that they think the diagrams aren't big enough, especially compared to the pages from the orginal Byrne which I was giving them. Compare, just as an example, Book 1 Prop 13. The original is much "chunkier" (in the words of my students.) Is it possible to easily change the size of the diagrams, or would that require a complete
Minor doc error
-
Updated
Aug 26, 2019 - Java
I got lost again when trying to navigate the cartopy website!
This may come from the fact that some pages are listed on the home page, in the Getting Started section, but some other useful pages are not listed there, and you can only find them by searching the web site, or by visiting one of the pages listed in Getting Started and then clicking on the Next/Previous Topic in the
Add helper fn to return hashmap w/ react lifecycle methods to specify WebGL canvas components (but without requiring additional deps)
So the very good news is, on Windows at least, we can now build Theia (0.7 for now) with VCPKG. The next challenge is that the Theia doc doesn't get built. It's in the repo as a bunch of RST files, so in a Python world you'd build those with Sphinx and DocUtils. If Python isn't part of your world, you wind up needing to install boatloads of stuff just to get the doc built, which is nuts. Can I
-
Updated
Apr 17, 2019 - JavaScript
Hi again,
I would like to create a bar chart and update the plot when some button (not within jsxgraph) is pressed.
The chart.js code contains the following lines:
update: function () {
if (this.needsUpdate) { this.updateDataArray(); }
return this;
},
updateDataArray: function () {}
As I understand and as found in some 'curve' examples, updateDataArray() s
-
Updated
Apr 14, 2020 - PHP
It would be nice to have a shortcut for "Map It!" button to speed-up the experiments with WKT. Ctrl+enter and Shift+enter when the input is focused seem to be a reasonable choice for this!
-
Updated
Jan 24, 2020 - C
-
Updated
Dec 7, 2019 - C++
-
Updated
Mar 21, 2019 - TypeScript
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.