Chan-Vese Segmentation
Data Fields
bbox Struct Reference

Bounding box struct for median cut color quantization. More...

Data Fields

int Min [3]
 
int Max [3]
 
double Average [3]
 
long NumPixels
 
long Volume
 

Detailed Description

Bounding box struct for median cut color quantization.

Definition at line 25 of file rgb2ind.c.

Field Documentation

double bbox::Average[3]

Average color

Definition at line 29 of file rgb2ind.c.

int bbox::Max[3]

Maximums

Definition at line 28 of file rgb2ind.c.

int bbox::Min[3]

Minimum in red, green, and blue dimensions

Definition at line 27 of file rgb2ind.c.

long bbox::NumPixels

The number of pixels in the box

Definition at line 30 of file rgb2ind.c.

long bbox::Volume

The volume of the box

Definition at line 31 of file rgb2ind.c.


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