Grid Mean Node¶
The Grid Mean node applies a mean (box) filter to a volume grid. For each active voxel, the value is replaced with the average of neighboring voxels within a box-shaped region defined by the filter width.
This operation smooths voxel data and reduces high-frequency variations. It is commonly used to soften density fields, smooth noise, or prepare volume data for further processing.
Tính Chất (Properties)¶
- Kiểu Dữ Liệu (Data Type)
The type of data stored in the grid (for example Float, Integer, or Vector). Must match the data type of the input grid.
Đầu Vào (Inputs)¶
- Khung Lưới Đồ Thị (Grid)
The input volume grid to smooth.
- Chiều Rộng (Width)
The filter kernel radius in voxels. Larger values increase the size of the neighborhood used for averaging, resulting in stronger smoothing.
- Số Lần Lặp Lại (Iterations)
Number of times the mean filter is applied. Higher values produce progressively smoother results.
Đầu Ra (Outputs)¶
- Khung Lưới Đồ Thị (Grid)
The filtered grid with smoothed voxel values.