openalea.phenomenal.multi_view_reconstruction.multi_view_reconstruction.reconstruction_error#

openalea.phenomenal.multi_view_reconstruction.multi_view_reconstruction.reconstruction_error(voxels_grid, image_views)[source]#

Compute the reconstruction error (false positive and true negative) of the 3d reconstruction from the image view.

Parameters:
  • voxels_grid (VoxelGrid) – The voxel grid

  • image_views (numpy.ndarray[ImageView]) – An array of all image views

Returns:

out – A tuple with the mean false positive and the mean false negative

Return type:

(float,float)