All Projects → SBCV → Blender Addon Photogrammetry Importer

SBCV / Blender Addon Photogrammetry Importer

Licence: mit
Addon to import different photogrammetry formats into Blender

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Blender Addon Photogrammetry Importer

Bpy
blender python scripts
Stars: ✭ 441 (+51.03%)
Mutual labels:  blender, blender-addon, photogrammetry
Mvstudio
An integrated SfM (Structure from Motion) and MVS (Multi-View Stereo) solution.
Stars: ✭ 154 (-47.26%)
Mutual labels:  sfm, structure-from-motion, photogrammetry
Openmvg
open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.
Stars: ✭ 3,902 (+1236.3%)
Mutual labels:  sfm, structure-from-motion, photogrammetry
Meshroom2blender
Blender importer of meshroom datafiles: cameras, images, sparse pointcloud and obj's.
Stars: ✭ 82 (-71.92%)
Mutual labels:  blender, blender-addon, photogrammetry
msfs2blend
Import Microsoft Flight Simulator (FS2020) Models in Blender
Stars: ✭ 92 (-68.49%)
Mutual labels:  blender, blender-addon
kapture-localization
Provide mapping and localization pipelines based on kapture format
Stars: ✭ 111 (-61.99%)
Mutual labels:  structure-from-motion, sfm
cookie-factory
Processing-style Scripting Add-on for Blender
Stars: ✭ 21 (-92.81%)
Mutual labels:  blender, blender-addon
NodeMICMAC
A Lightweight REST API to Access MICMAC Photogrammetry and SFM Engine.
Stars: ✭ 54 (-81.51%)
Mutual labels:  sfm, photogrammetry
push to talk
Add-on for recording audio in Blender's Sequencer
Stars: ✭ 24 (-91.78%)
Mutual labels:  blender, blender-addon
alternativa3d tools
Blender addon to import and export alternativa3d files. See http://alternativaplatform.com for more information on the file types and its uses.
Stars: ✭ 19 (-93.49%)
Mutual labels:  blender, blender-addon
Blendluxcore
Blender Integration for LuxCore
Stars: ✭ 287 (-1.71%)
Mutual labels:  blender, blender-addon
gmic-blender
Official G'MIC plugin for Blender3D - pre-pre-alpha
Stars: ✭ 34 (-88.36%)
Mutual labels:  blender, blender-addon
Character-UI
Blender add-on for creating simple yet functional UIs for your characters.
Stars: ✭ 28 (-90.41%)
Mutual labels:  blender, blender-addon
BlendShell
A Blender plugin for making hollow models suitable for 3D printing.
Stars: ✭ 33 (-88.7%)
Mutual labels:  blender, blender-addon
shapekeyimport
Blender add-on to import shapekeys
Stars: ✭ 31 (-89.38%)
Mutual labels:  blender, blender-addon
niche-loops
This add-on includes the following operators: Build End, Build Corner, Adjust Loops, Adjust Adjacent Loops
Stars: ✭ 20 (-93.15%)
Mutual labels:  blender, blender-addon
Dagsfm
Distributed and Graph-based Structure from Motion
Stars: ✭ 269 (-7.88%)
Mutual labels:  sfm, structure-from-motion
blender-cod
Blender Add-On for Call of Duty® modding
Stars: ✭ 53 (-81.85%)
Mutual labels:  blender, blender-addon
Growthnodes
A Blender plugin for generative content creation and simulation of organic growth processes on polygonal surfaces.
Stars: ✭ 257 (-11.99%)
Mutual labels:  blender, blender-addon
Odm
A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
Stars: ✭ 3,340 (+1043.84%)
Mutual labels:  structure-from-motion, photogrammetry

Blender-Photogrammetry-Importer

This repository contains a Blender addon to import reconstruction results of several libraries.

Supported libraries (data formats):

In addition, the addon supports some common point cloud data formats:

1 Requires Pillow to read image sizes from disk. 2 Requires Pillow for point color computation.
3 Requires Pyntcloud for parsing. 4 Requires Pylas for parsing. 5 Requires Lazrs for parsing.

Compatible with Blender 2.80 onwards. There is an older version of the addon available for Blender 2.79 that allows to import NVM files - see the 2.79 branch.

Getting Started

Paper

If you use this library for scientific purposes, please consider to cite the following paper.

[paper]  [arxiv]
@article{PhotogrammetryForModeling2021,
 title={A Photogrammetry-based Framework to Facilitate Image-based Modeling and Automatic Camera Tracking},
 author={Bullinger, Sebastian and Bodensteiner, Christoph and Arens, Michael},
 booktitle={International Conference on Computer Graphics Theory and Applications},
 year={2021}
}

Example

This repository contains an example Colmap model. The following image shows the imported camera poses, image planes and point cloud in Blender's 3D view. alt text The input images of the Colmap model are located here: https://github.com/openMVG/ImageDataset_SceauxCastle.

The addon computes an animated camera with corresponding background images from the reconstructed camera poses. alt text

There is also an import option that allows to interpolate the reconstructed camera poses. alt text

In addition, the addon allows to import meshes contained in the workspaces of specific libraries. Manually imported meshes can also be aligned with the corresponding reconstruction by following the instructions here. alt text

In addition, the addon allows to visualize depth maps (reconstructed with Colmap or MVE) as point clouds.

The addon offers an option to draw big point clouds with OpenGL to reduce computational requirements. The addon provides a panel to export these OpenGL point clouds renderings - see Point Cloud Visualization and Rendering. alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].