#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | Matrix< T > |
Functions | |
Matrix * | getARandomMap (int row, int col, int channel) |
Matrix * | getAnEmptyMap (int row, int col) |
Matrix * | getASeededMap (int row, int col, int numOfChannels, Matrix &p, int ch) |
Matrix * | getTheChannelMap (Matrix &map, int ch) |
Matrix * | getPattenByString (std::string patStr) |
Matrix * | getMapByString (std::string mapStr) |
int | getNumberOfMatches (Matrix &map, Matrix &pattern, int channel=1) |
int | getNumberOfMatchesAgainstAllVariationsForAllChannels (Matrix &map, Matrix &pattern, int numOfChannels=6) |
Matrix * | getMatchMatrix (Matrix &map, Matrix &pattern, int channel) |
Matrix * | getTranspose (Matrix &m, bool replace=false) |
Matrix * | getHorizontalReverse (Matrix &m, bool replace=false) |
Matrix * | getVerticalReverse (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) |
Psychophysics supports psycho-skin-bsindexing.h and psycho-aindexing.h
Definition in file psycho-skin-mapgenerator.h.