Category Archives: News

ReconstructMe 0.4.0-370 released

As you may have noticed we are currently re-designing our homepage and preparing everything to get ready for the first commercial version.

To bridge the time gap, here’s our brand new version of ReconstructMe featuring

  • Added multiple volume scanning and stitching feature.
  • Added a fast .ply file exporter.
  • Added interactive 3d mesh preview when pausing a scan.
  • Fixed Microsoft Kinect for Windows projector turn-off when closing the application.
  • Fixed selecting a specific sensor by id.
  • Added a new polygonization algorithm to speed up mesh preview and saving.
  • Renamed --realtime to --scan.
  • Updated color theme of ReconstructMe.

Get it from the downloads page and consult the usage manual for help on multiple volume scanning. Note, that you might need to update your configuration files.

Happy Reconstructing!

Master's Thesis on ReconstructMe

Nikolas Früh dropped us a note that he finished his Master’s thesis. His thesis is all about measuring the building progress and incorporating that data into various processes. It is written in German language an contains around 15 pages dealing with ReconstructMe. ReconstructMe is compared to competitors in terms of usage and accuracy. Nikolas was so kind to allow us to publicly link his thesis for interested users. You can find it on the references page.

Master’s Thesis on ReconstructMe

Nikolas Früh dropped us a note that he finished his Master’s thesis. His thesis is all about measuring the building progress and incorporating that data into various processes. It is written in German language an contains around 15 pages dealing with ReconstructMe. ReconstructMe is compared to competitors in terms of usage and accuracy. Nikolas was so kind to allow us to publicly link his thesis for interested users. You can find it on the references page.

Scan of a Nissan Qashqai using Volume Stitching

A few days ago we tested our new feature volume stitching which enables the rough alignment of multiple volumes. We did a quick scan of a car using 1.5m sized volumes. What you can see below is the raw output of ReconstructMe without any filtering or post processing, except slightly repositioning of one of the volumes. We made up a promo video demonstrating the process and the results:

As you can see, ReconstructMe is running on a laptop and we are using the Asus Xtion Pro Live for better mobility and flexibility in scanning. We have a quite big release in the queue featuring among other things

  • Volume stitching
  • 3D Surface preview
  • PLY file support

Stay tuned.

Gallery Update – ReconstructMe + ZBrush

Skaale sent us the following reconstruction of Tine. Glasses where used to increase the resolution, which probably required manual stitching of the individual views.

Here’s a turntable animation of the final result

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

ReconstructMe 0.4.0-278 Released

We continue to release after each development sprint. So here is our new release with three new features.

  • Added individual resolutions per dimension.
  • Automatic correction of integration truncation when value is too low.
  • Added gradient_step_fact parameter to control the smoothness of neighboring normals.

Adjusting resolutions per dimension will allow you to add more detail into dimension that require it (think about relief scans or similar non-square volumes). To adjust the settings look at the packaged configuration files that ship with ReconstructMe. Backward compatibility to older configuration files is broken, please update accordingly.

The second feature allows to detect misconfigurations of the integrate_truncation parameter. This parameter depends on the volume size and resolution. If a value below the minimum is detected, the truncation is clamped to the minimum value.

Below is screenshot of a high resolution keyboard and hand scan.

Here’s the configuration

camera_size_x: 640
camera_size_y: 480
camera_fx: 571.26
camera_fy: 571.26
camera_px: 320
camera_py: 240
camera_near: 100
camera_far: 2000
volume_size {
  x: 1024
  y: 1024
  z: 128
}
volume_min {
  x: -250
  y: -250
  z: 400
}
volume_max {
  x: 250
  y: 250
  z: 600
}
integrate_truncation: 5
integrate_max_weight: 64
icp_max_iter: 20
icp_max_dist2: 200
icp_min_cos_angle: 0.9
smooth_normals: false
disable_optimizations: false
extract_step_fact: 0.5
gradient_step_fact: 0.5

ReconstructMe with Glasses

Inspired by ideas of MagWeb, Tony Buser has done an awesome glasses mod with the Kinect and ReconstructMe. He got +2.5 reading glasses and fixed them in front of the kinect. It is a bit difficult to get a complete scan with these as the image is distored, but the result looks really excellent:


The mod looks really cool, I am amazed that this actually works… It definitely shows that adding a lens to the Kinect might be a good solution to be able to scan small parts. The difficult part will be to provide a calibration method that can successfully undistort the data.

Here are the settings Tony Buser has used for this scan:

camera_size_x: 640
camera_size_y: 480
camera_fx: 514.16
camera_fy: 514.16
camera_px: 320
camera_py: 240
camera_near: 100
camera_far: 2000
volume_size: 512
volume_min {
x: -250
y: -250
z: 400
}
volume_max {
x: 250
y: 250
z: 900
}
integrate_truncation: 10
integrate_max_weight: 64
icp_max_iter: 20
icp_max_dist2: 200
icp_min_cos_angle: 0.9
smooth_normals: false
disable_optimizations: false
extract_step_fact: 0.5

Gallery Update – Bags

Refael sent us these nicely rendered open-bags scanned with ReconstructMe and rendered with Mantra.

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

ReconstructMe 0.4.0-255 released

We have just released ReconstructMe 0.4.0-255 that contains Microsoft Kinect for Windows and Near Mode support. Here are the details

  • Support for Microsoft Kinect for Windows added.
  • Fixed and extended batch starters.
  • First version to build against Microsoft Visual Studio 10.

The installation procedure and usage have been updated. Especially you will need to update the C++ redistributables.

ReconstructMe now supports at least 4 different sensors.

ReconstructMe 0.4.0-218 Released

Support for custom volume sizes and other settings has been added. Here’s the complete changelog:

  • Added support for custom volume sizes and other settings.
  • Added an initial set of configuration files.
  • Dropped –highres support in favor of custom configuration files.
  • Added support for depth-only cameras such as Asus Xtion Pro.
  • This version breaks support for previously recorded streams.
  • Various fixes to reconstruction engine applied.

http://reconstructme.net/downloads/

Make sure to read the updated usage

http://reconstructme.net/usage/

Happy reconstruction!