2D Image Processing Library for Cortex-M Processors
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
arm_2d_size_t Struct Reference

a type for the size of an rectangular area More...

#include <arm_2d_types.h>

Data Fields

int16_t iWidth
 width of an rectangular area More...
 
int16_t iHeight
 height of an rectangular area More...
 

Description

a type for the size of an rectangular area

Field Documentation

◆ iWidth

int16_t arm_2d_size_t::iWidth

width of an rectangular area

◆ iHeight

int16_t arm_2d_size_t::iHeight

height of an rectangular area