Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

csu::image_list_node Struct Reference

#include <csuCommonFile.h>

List of all members.

Public Attributes

char * filename
int imageIndex
image_list_node * next_replicate
image_list_node * next_subject


Detailed Description

image_list

This is a data structure that sorts the images by the subject and replicates. s inticates a subject or paticular person and r indicates a replicate of that person. The final data structure should look like this: s1r1-s1r2-s1r3-...-NULL | s2r1-s2r2-s3r3-...-NULL | ... | NULL

This list is to allow for different sized classes for use in the LDA training.

Node fields: filename: name of file image was read from. image_number: index to image in the data matrix next_replicate: pointer to node containing the next replicate next_subject: pointer to node contianing the next subject


Member Data Documentation

char* csu::image_list_node::filename
 

int csu::image_list_node::imageIndex
 

struct image_list_node* csu::image_list_node::next_replicate
 

struct image_list_node* csu::image_list_node::next_subject
 


The documentation for this struct was generated from the following file:
Generated on Wed Apr 23 10:42:36 2003 for BioFilter by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002