# kd.summaries

[[[Source]]](https://github.com/google-research/kauldron/tree/main/kauldron/summaries/__init__.py)

```{eval-rst}
.. automodule:: kauldron.summaries
  :no-members:
```

## Symbols


### Module

|  |  |
--- | ---
[kd.summaries.deprecated](deprecated/index) | Deprecated summaries.

### Class

|  |  |
--- | ---
[kd.summaries.Histogram](Histogram) | Output type for histogram summaries.
[kd.summaries.HistogramSummary](HistogramSummary) | Basic histogram summary.
[kd.summaries.PointCloud](PointCloud) | Output type for point cloud summaries.
[kd.summaries.ShowBoxes](ShowBoxes) | Show a set of boxes with optional image reshaping.
[kd.summaries.ShowDifferenceImages](ShowDifferenceImages) | Show a set of difference images with optional reshaping.
[kd.summaries.ShowImages](ShowImages) | Show image summaries with optional reshaping.
[kd.summaries.ShowPointCloud](ShowPointCloud) | Show a point cloud with optional reshaping.
[kd.summaries.ShowSegmentations](ShowSegmentations) | Show a set of segmentations with optional reshaping.
[kd.summaries.ShowTexts](ShowTexts) | Show texts.

```{toctree}
:hidden:

Histogram
HistogramSummary
PointCloud
ShowBoxes
ShowDifferenceImages
ShowImages
ShowPointCloud
ShowSegmentations
ShowTexts
deprecated/index
```