Developer World
Spresense SDK Library v3.2.0-ebc0364
imageproc_imginfo_s Struct Reference

#include <cxd56_imageproc.h>

Collaboration diagram for imageproc_imginfo_s:

Public Attributes

enum imageproc_imginfo_e type
 
int w
 
int h
 
imageproc_rect_trect
 
union {
   uint8_t   single
 
   imageproc_binary_img_t   binary
 
   uint8_t *   p_u8
 
img
 

Detailed Description

Structure of image information.

Member Data Documentation

◆ type

Type of image data

◆ w

int w

Image width

◆ h

int h

Image height

◆ rect

Clipping rectangle

◆ single

uint8_t single

for IMAGEPROC_IMGTYPE_SINGLE

◆ binary

for IMAGEPROC_IMGTYPE_1BPP

◆ p_u8

uint8_t* p_u8

for IMAGEPROC_IMGTYPE_{8,16}BPP


The documentation for this struct was generated from the following file: