openalea.phenomenal.multi_view_reconstruction.multi_view_reconstruction.get_voxels_corners

openalea.phenomenal.multi_view_reconstruction.multi_view_reconstruction.get_voxels_corners(voxels_position, voxels_size)[source]

According to the voxels position and their size, return a numpy array containing for each input voxels the position of the 8 corners.

Parameters:
  • voxels_position (numpy.ndarray) – Center position of the voxels

  • voxels_size (float) – Diameter size of the voxels

Returns:

a

Return type:

numpy.array