Multi-View Reconstruction

Main’s function

reconstruction_3d(image_views[, …]) Construct a list of voxel represented object with positive value on binary image in images of images_projections.
project_voxel_centers_on_image(…[, value, …]) Create a image with same shape that shape_image and project each voxel on image and write positive value (255) on it.
project_voxels_position_on_image(…) Create a image with same shape that shape_image and project each voxel on image and write positive value (255) on it.
image_error(img_ref, img_src[, precision]) Return false position and true negative result from the comparaison on two binaries images
reconstruction_error(voxels_grid, image_views) Compute the reconstruction error (false positive and true negative) of the 3d reconstruction from the image view.