VoxelGrid Structure

VoxelGrid Constructor

Flux3D.VoxelGridType
VoxelGrid

Initialize VoxelGrid representation.

voxels should be Array of size (N, N, N, B) where N is the number of voxels features and B is the batch size of VoxelGrid.

Fields:

  • voxels - voxels features of VoxelGrid.

Available Contructor:

  • VoxelGrid(voxels::AbstractArray)
  • VoxelGrid(;voxelsAbstractArray)
  • VoxelGrid(v::VoxelGrid)
source