Chan-Vese Segmentation
|
Entry in the compression hash table representing a string. More...
Data Fields | |
long | Hash |
unsigned short | Code |
Entry in the compression hash table representing a string.
Definition at line 36 of file gifwrite.c.
unsigned short tableentry::Code |
Compression code assigned to the string
Definition at line 39 of file gifwrite.c.
long tableentry::Hash |
Hash value to identify the string
Definition at line 38 of file gifwrite.c.