View Source ExVision.Types (Ex Vision v0.4.0)

A collection of commonly used types in ExVision

Summary

Types

Type describing image size as a two element tuple {width, height}

Types

@type image_size_t() :: {width :: number(), height :: number()}

Type describing image size as a two element tuple {width, height}