Borrar filtros
Borrar filtros

how to create vision contrast test system in MATLAB?

2 visualizaciones (últimos 30 días)
OJ27
OJ27 el 23 de Mzo. de 2018
Editada: OJ27 el 23 de Mzo. de 2018
Anyone have any idea how I can create this chart? I am using cosine functions with different frequencies and plotting them over a 2D grid. However, I do not know how to get the exact same contrast as the original chart
x = linspace(- .5 * pi, .5* pi, rows);
y = linspace(1, 100, rows);
[xx,~] = meshgrid(x, y);
z = L(i) .* (C(i) .* cos(2 .* pi .* freq .* xx) + 1);
where L is the luminance and C the contrast. If you know a better way, It'd be great to learn it.

Respuestas (0)

Categorías

Más información sobre Computer Vision Toolbox en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by