-
Updated
Feb 20, 2019 - Shell
{{ message }}
Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
Open3D: A Modern Library for 3D Data Processing
COLMAP - Structure-from-Motion and Multi-View Stereo
Track Advancement of SLAM 跟踪SLAM前沿动态【2020 version】
Awesome GAN for Medical Imaging
Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images. In ECCV2018.
[Siggraph 2017] BundleFusion: Real-time Globally Consistent 3D Reconstruction using Online Surface Re-integration
Visual Inertial Odometry with SLAM capabilities and 3D Mesh generation.
Extreme 3D Face Reconstruction: Looking Past Occlusions
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
A lean C++ library for working with point cloud data
Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
Co-Fusion: Real-time Segmentation, Tracking and Fusion of Multiple Objects
MaskFusion: Real-Time Recognition, Tracking and Reconstruction of Multiple Moving Objects
Facial Landmark Detection and head pose compute use dlib, Real time Face Reconstruction use 3D Morphable Face Model fitting
A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data
Real-Time 3D Semantic Reconstruction from 2D data
Massively Parallel Multiview Stereopsis by Surface Normal Diffusion
Volumetric Human Teleportation (SIGGRAPH 2020 Real-Time Live) Monocular Real-Time Volumetric Performance Capture(ECCV 2020)
A multi-sensor capture system for free viewpoint video.
A repository for the paper "Improved Adversarial Systems for 3D Object Generation and Reconstruction".
The COnstraint-Based Reconstruction and Analysis Toolbox. Documentation:
An integrated SfM (Structure from Motion) and MVS (Multi-View Stereo) solution.
Add a description, image, and links to the reconstruction topic page so that developers can more easily learn about it.
To associate your repository with the reconstruction topic, visit your repo's landing page and select "manage topics."
According to the docs, filters are not implemented for FBP. However, TomoPy does not raise an error when you try to pass
filter_nameorfilter_parwithalgorithm='fbp'. This would explain why, in my tests, choosing various filters for FBP did not change the reconstruction quality.This definitely needs to be fixed