CVImageSize
Size of image buffer expressed as pixel count.
Declaration
struct CVImageSizeOverview
This should be used when the sizes must be specified as exact integer width & height. Otherwise, prefer CGSize as it is more widely used.
Size of image buffer expressed as pixel count.
struct CVImageSizeThis should be used when the sizes must be specified as exact integer width & height. Otherwise, prefer CGSize as it is more widely used.