extrema::ExtremaImage Struct Reference

A structure holding image parameters. More...

#include <extremaParams.h>

Public Attributes

unsigned int width
 Width of the image. More...
 
unsigned int height
 Height of the image. More...
 
unsigned int channels
 Number of channels of the image. More...
 
unsigned char * data
 Pointer to image data. More...
 

Detailed Description

A structure holding image parameters.

Member Data Documentation

unsigned int extrema::ExtremaImage::channels

Number of channels of the image.

unsigned char* extrema::ExtremaImage::data

Pointer to image data.

unsigned int extrema::ExtremaImage::height

Height of the image.

unsigned int extrema::ExtremaImage::width

Width of the image.


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