VisualStimulusToolbox icon indicating copy to clipboard operation
VisualStimulusToolbox copied to clipboard

A lightweight Matlab toolbox for generating, storing, and plotting visual stimuli related to vision and neuroscience research such as sinusoidal gratings, plaids, random dot fields, and noise.

Results 5 VisualStimulusToolbox issues
Sort by recently updated
recently updated
newest added

The default value for aperture size should be `[width/2 height/2]`, and the aperture should be centered correctly (rounding pixels).

bug
enhancement

Add MATLAB unit tests that thoroughly test all published code.

enhancement

Add a method to shuffle all frames of a certain stimulus. If `frames` is `nrX x nrY x nrFrames`: ``` frames = frames(:,:,randperm(length)); ```

enhancement

Add a C++ public interface that parses the binaries created with the Matlab utility.

enhancement

Add a mechanism to generate Gabor patches (static as well as moving).

enhancement