Nascimento_etal: Discrimination of image approximations

Nascimento_etalR Documentation

Discrimination of image approximations

Description

The subject was shown an image of a natural scene and an approximation of this image based on principal component analysis. The task was to distinguish between the images. The symbols in the figure below show the proportion of correct responses as a function of number of components in the approximation. There were 200 trials at each level pooled over a range of natural scenes. See https://personalpages.manchester.ac.uk/staff/david.foster/software-modelfree/latest/examples/example06R.html

Usage

data("Nascimento_etal")

Format

A data frame with 8 rows and 3 columns.

x

stimulus level

r

number of successes

m

number of trials

References

Nascimento, S.M.C., Foster, D.H., & Amano, K. “Psychophysical estimates of the number of spectral-reflectance basis functions needed to reproduce natural scenes”, Journal of the Optical Society of America A-Optics Image Science and Vision, 22 (6), 1017-1022, 2005.

Examples

data("Nascimento_etal")
x = Schofield_etal$x
r = Schofield_etal$r
m = Schofield_etal$m
plot( x, r / m, xlim = c( 1.17, 7.8 ), ylim = c( 0.47, 1.03 ), type = "p", pch="*" )

modelfree documentation built on May 31, 2023, 7:17 p.m.