Efros-Leung
Exemplar-basedtexturesynthesis(Efros-Leung)
Public Attributes
cimage Struct Reference

A color image of integers. More...

#include <auxiliary.h>

List of all members.

Public Attributes

int nrow
 Number of rows (dy)
int ncol
 Number of columns (dx)
int nchannels
 Number of channels.
unsigned char * red
 The red level plane (may be NULL)
unsigned char * green
 The green level plane (may be NULL)
unsigned char * blue
 The blue level plane (may be NULL)

Detailed Description

A color image of integers.

Values are integers in $0\dots 255$. Can have up to three channels.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables