psycho-skin-mapgenerator.h File Reference

#include <vector>
#include <string>
Include dependency graph for psycho-skin-mapgenerator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Matrix< T >

Functions

MatrixgetARandomMap (int row, int col, int channel)
MatrixgetAnEmptyMap (int row, int col)
MatrixgetASeededMap (int row, int col, int numOfChannels, Matrix &p, int ch)
MatrixgetTheChannelMap (Matrix &map, int ch)
MatrixgetPattenByString (std::string patStr)
MatrixgetMapByString (std::string mapStr)
int getNumberOfMatches (Matrix &map, Matrix &pattern, int channel=1)
int getNumberOfMatchesAgainstAllVariationsForAllChannels (Matrix &map, Matrix &pattern, int numOfChannels=6)
MatrixgetMatchMatrix (Matrix &map, Matrix &pattern, int channel)
MatrixgetTranspose (Matrix &m, bool replace=false)
MatrixgetHorizontalReverse (Matrix &m, bool replace=false)
MatrixgetVerticalReverse (Matrix &m, bool replace=false)
std::vector< Matrix * > * getAllVariations (Matrix &p)
bool isInTheBag (Matrix &p, std::vector< Matrix * > &)
bool areTheyEqual (Matrix &a, Matrix &b)
std::vector< Matrix * > * getMapsWithExactPattenAndExactChannel (int rs, int cs, int numOfch, int ch, Matrix &p, int numOfMatches=1, int n=1)
std::vector< Matrix * > * getPureMapsWithExactPatternAndExactChannel (int rs, int cs, int numOfch, int ch, Matrix &p, int numOfMatches=1, int n=1)
std::vector< Matrix * > * getMapsWithExactPattenAndExactChannelWithExclusionList (int rs, int cs, int numOfch, int ch, Matrix &pattern, std::vector< std::string > &exList, int numOfMatches, int n)

Detailed Description

Psychophysics supports psycho-skin-bsindexing.h and psycho-aindexing.h

Definition in file psycho-skin-mapgenerator.h.

Generated on Sun May 8 08:42:37 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3