TarzaNN
TarzaNN neural network simulator
Public Member Functions | Public Attributes | Friends
ImageSequence Class Reference

#include <InputMultipleFeaturePlane.h>

List of all members.

Public Member Functions

 ImageSequence (int size, int window, bool input_scale, float input_min, float input_max)
 ~ImageSequence ()
OutputImagegetCurrentOutput (int index)
OutputImage ** getCurrentOutputs ()
void appendImage (OutputImage *tempOImage, QImage *image)
void appendImage (QImage *image)
void step ()
void applyGatingControl (Matrix *theGatingControl)
void applyIOR (Matrix *theGatingControl)
int getSize ()

Public Attributes

OutputImage ** theSequence
OutputImage ** backupSequence
QImage ** originalSequence
int size
int last
int current
int window
bool input_scale
float input_min
float input_max

Friends

class InputMultipleFeaturePlane

Constructor & Destructor Documentation

ImageSequence::ImageSequence ( int  size,
int  window,
bool  input_scale,
float  input_min,
float  input_max 
)
ImageSequence::~ImageSequence ( )

Member Function Documentation

void ImageSequence::appendImage ( OutputImage tempOImage,
QImage *  image 
)

Adds a new image to the end of the sequence.

void ImageSequence::appendImage ( QImage *  image)

Adds a new QImage to the end of the sequence.

void ImageSequence::applyGatingControl ( Matrix theGatingControl)
void ImageSequence::applyIOR ( Matrix theGatingControl)
OutputImage * ImageSequence::getCurrentOutput ( int  index)
OutputImage ** ImageSequence::getCurrentOutputs ( )
int ImageSequence::getSize ( )

Returns the size of the sequence.

void ImageSequence::step ( )

Friends And Related Function Documentation

friend class InputMultipleFeaturePlane [friend]

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines