LTUsegmentMap | LTUsegmentMap - segment map using a network of linear threshold units. |
LTUsimulate | LTUsimulate - simulates an LTU network for numIter time steps. |
STBgenerateDoc | STBgenerateDoc - generates html documentation. |
STBlicense | STBlicense - displays the SaliencyToolbox license agreement. |
applyIOR | applyIOR - applies inhibition of return. |
attenuateBorders | attentuateBorders - linearly attentuates the border of data. |
basename | basename strips filename of directory and file extension. |
batchSaliency | batchSaliency - batch processing of lists of images. |
callingFunctionName | callingFunctionName returns the name of the calling function's calling function. |
centerSurround | centerSurround - computes center-surround difference maps. |
centerSurroundTopDown | centerSurroundTopDown - pseudo center-surround for top-down maps. |
checkImageSize | checkImageSize - downsamples too large images after user confirmation. |
clamp | clamp - clamps data at the top and/or bottom. |
combineMaps | combineMaps - returns the sum of a vector of maps. |
computeAllSaliencyMaps | computeAllSaliencyMaps - computes the saliency maps for many images. |
contrastModulate | contrastModulate - contrast modulates an image according to a map |
conv2PreserveEnergy | |
dataStructures | dataStructures - lists the data structures used in the SaliencyToolbox. |
debugMsg | debugMsg displays a debug message with line number and filename. |
declareGlobal | declareGlobal - declares global variables. |
defaultGaborParams | defaultGaborParams - returns a default gaborParams structure. |
defaultLeakyIntFire | defaultLeakyIntFire - creates a default LIF neuron. |
defaultLevelParams | defaultLevelParams - returns a default levelParams structure. |
defaultSaliencyParams | defaultSaliencyParams - returns a default salParams structure. |
diskIOR | diskIOR - applies disk-shaped inhibition of return. |
displayImage | displayImage - displays an image in a convenient way in the current axes. |
displayMap | displayMap - displays a map in the current axes. |
displayMaps | displayMaps - displays a set of maps in the current figure. |
displayPyramid | displayPyramid - displays a pyramid in a new figure. |
drawDisk | drawDisk - draws a solid disk into a 2d image. |
emptyMap | emptyMap - creates an empty map. |
ensureDirExists | ensureDirExists - makes sure that directory exists. |
estimateShape | estimateShape - estimates the shape of the attended proto-object region. |
evolveLeakyIntFire | evolveLeakyIntFire - evolves an LIF network by one time step. |
evolveWTA | evolveWTA - evolves the winner-take-all network by one time step. |
fastSegmentMap | fastSegmentMap - segment map around a seedPoint. |
gaborFilterMap | gaborFilterMap - compute a gabor-filtered version of a map. |
gaussian | gaussian - returns a 1d Gaussian kernel. |
getRGB | getRGB(img) - extracts the r, g, and b parts for a color image. |
guiLevelParams | guiLevelParams - a graphical user interface (GUI) to adjust parameter level parameters. |
guiSaliency | guiSaliency - a graphical user interface (GUI) version of the saliency code. |
hueDistance | hueDistance - computes the distance in a simplified 2d color space. |
initializeGlobal | initializeGlobal - initializes global variables |
initializeImage | initializeImage - initializes an image structure. |
initializeWTA | initializeWTA - intitializes a winner-take-all network. |
loadImage | loadImage - returns the imgData for the Image structure |
makeBlueYellowPyramid | makeBlueYellowPyramid - creates a blue-yellow opponency pyramid. |
makeDyadicPyramid | makeDyadicPyramid - creates a dyadic Gaussian pyramid. |
makeFeaturePyramids | makeFeaturePyramids - creates a pyramid for featureType. |
makeGaborFilter | makeGaborFilter - returns a 3d stack of 2d Gabor filters for each phase. |
makeGaussianPyramid | makeGaussianPyramid - creates a Gaussian pyramid from map. |
makeHuePyramid | makeHuePyramid - creates a hue distance pyramid. |
makeIntensityPyramid | makeIntensityPyramid - creates an intensity pyramid. |
makeLTUsegmentNetwork | makeLTUsegmentNetwork - creates an LTU network for map segmentation. |
makeOrientationPyramid | makeOrientationPyramid - creates an orientation pyramid. |
makeRedGreenPyramid | makeRedGreenPyramid - creates a red-green opponency pyramid |
makeSaliencyMap | makeSaliencyMap - creates a saliency map for an image. |
makeSqrt2Pyramid | makeSqrt2Pyramid - creates a sqrt(2) Gaussian pyramid. |
maxNormalize | maxNormalize - normalizes a set of maps according to params. |
maxNormalizeIterative | maxNormalizeIterative - normalize data with the an iterative algorithm. |
maxNormalizeLocalMax | maxNormalizeLocalMax - normalization based on local maxima. |
mexFileLost | mexFileLost - displays a message if a mex file couldn't be found. |
normalizeImage | normalizeImage - linearly normalize an array. |
plotSalientLocation | plotSalientLocation - plots the attended location into an existing figure. |
randInt | randInt - create random integers. |
removeColorFeatures | removeColorFeatures - removes color features from the saliency |
runSaliency | runSaliency - compute and display saliency map and fixations. |
safeDivide | safeDivide - divides two arrays, checking for 0/0. |
sepConv2PreserveEnergy | sepConv2PreserveEnergy - energy preserving 2d convolution with separable filter |
shapeIOR | shapeIOR - applies shape-based inhibition of return. |
showImage | showImage - displays an image in a convenient way. |
skinHueParams | skinHueParams - returns a parameter set for skin hue. |
timeString | timeString returns the current time and date in a convenient string format. |
winnerToImgCoords | winnerToImgCoords - converts winner location from map to image coordinates. |