-
Updated
Sep 18, 2020 - C++
#
pybind11
Here are 120 public repositories matching this topic...
Open3D: A Modern Library for 3D Data Processing
visualization
python
opengl
computer-vision
cpp
camera-calibration
computer-graphics
voxel
point-cloud
mesh
registration
reconstruction
multi-view-stereo
multi-view-geometry
camera-pose
odometry
color-mapping
pybind11
mesh-processing
triangle-mesh
Robotics with GPU computing
python
robotics
gpu
voxel
cuda
pathfinding
point-cloud
collision-detection
ros
registration
gpgpu
distance-transform
odometry
jetson
pybind11
visual-odometry
occupancy-grid-map
triangle-mesh
-
Updated
Sep 14, 2020 - C++
An example of a hybrid python/C++ package with unit tests
-
Updated
Nov 1, 2019 - Python
Fast and memory-efficient ANN with a subset-search functionality
nearest-neighbor-search
data-compression
approximate-nearest-neighbor-search
product-quantization
pybind11
-
Updated
Jul 9, 2020 - Python
Python bindings for OpenCASCADE via pybind11.
-
Updated
Jul 15, 2020 - C++
Python bindings to Succinct Data Structure Library 2.0
-
Updated
May 18, 2019 - C++
Simple and fast histogramming in Python accelerated with OpenMP.
python
numpy
pypi
openmp
histogram
python3
cpp11
histograms
weights
pybind11
conda-forge
calculating-histograms
-
Updated
Sep 9, 2020 - Python
Converters between Armadillo matrices (C++) and Numpy arrays using Pybind11
-
Updated
Sep 10, 2020 - C++
python wrapper around C++ spdlog ([email protected]:gabime/spdlog.git)
-
Updated
Sep 20, 2019 - C++
A cookiecutter template for a modern C++ project with python bindings
cmake
cpp
cpp14
cookiecutter
cpp-library
pybind11
cookiecutter-template
xtensor
cookiecutter-python3
cookiecutter-c-plus-plus
-
Updated
Sep 9, 2020 - CMake
PHPython: An extension to eval python3 codes in PHP
-
Updated
Mar 15, 2019 - C++
-
Updated
Apr 4, 2020
-
Updated
Aug 22, 2020 - C++
Open
Add staircase
Insineer
opened
Oct 22, 2019
C++11 wrapper for NumPy, SciPy and Matplotlib using pybind11
-
Updated
Sep 14, 2018 - C++
dual quaternion for 3d geometric operations
python
eigen
quaternion
dual-quaternion
pybind11
skinning
dual-quaternion-skinning
sclerp
dual-quaternions
-
Updated
Jun 7, 2019 - C++
ehanoc
commented
Mar 8, 2018
-
Wrap AddressBook usage to corresponding wallet/api/python/*.cpp files prefixed by "Py" that use shared pointers instead of raw pointers.
-
Add these new mapped classes to pywallet_api modules at wallet/api/python/pywallet_api.cpp
-
wallet/api/wallet2_api.h as reference
For more info on why this is needed read : http://pybind11.readthedocs.io/en/stable/advanced/smart_ptrs.html#std-shared
Python package of SDRSAC(Global point cloud regitsration, CVPR2019 Oral)
-
Updated
Jan 6, 2020 - Python
Improve this page
Add a description, image, and links to the pybind11 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pybind11 topic, visit your repo's landing page and select "manage topics."


The geometry classes have defaults in a bunch of places and are used as defaults in a bunch of other places, so it would be sensible to make the default readable. Color and Color8Bit are simple enough as well.
These should have a repr similar to dataclasses, IMO.