[][src]Module apriltag::image_buf

Image types for AprilTag detection.

The Image type stores the image in single channel byte buffer. It can be created by zeros_stride, zeros_alignment or converted from third-party types. The supported third-party type conversions depend on the feature flags.

Structs

Image

The single-channel image with pixels in bytes.

SamplesIter