[][src]Module imageproc::property_testing

Utilities to help with writing property-based tests (e.g. quickcheck tests) for image processing functions.

Structs

TestBuffer

Wrapper for image buffers to allow us to write an Arbitrary instance.

Traits

ArbitraryPixel

Workaround for not being able to define Arbitrary instances for pixel types defines in other modules.

Type Definitions

GrayTestImage

8bpp grayscale TestBuffer.

RgbTestImage

24bpp RGB TestBuffer.