From 2b8203ad5a7bf76c898c1807c547fc44b6d04968 Mon Sep 17 00:00:00 2001 From: Hanna Dettki Date: Wed, 10 Jul 2024 10:10:35 -0400 Subject: [PATCH] typo-fix --- examples/Metamer-Portilla-Simoncelli.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Metamer-Portilla-Simoncelli.ipynb b/examples/Metamer-Portilla-Simoncelli.ipynb index e7e645f3..2ac2802c 100644 --- a/examples/Metamer-Portilla-Simoncelli.ipynb +++ b/examples/Metamer-Portilla-Simoncelli.ipynb @@ -499,7 +499,7 @@ "\n", "- Marginal Statistics. These include pixel statistics (mean, variance, skew, kurtosis, and range of the pixel values), as well as the skewness and kurtosis of the lowpass images computed at each level of the recursive pyramid decomposition.\n", "- Auto-Correlation Statistics. These include the auto-correlation of the real-valued pyramid bands, as well as the auto-correlation of the magnitude of the pyramid bands, and the mean of the magnitude of the pyramid bands.\n", - "- Cross-Correlation Statistics. These include correlations across scale and across orientation bands of the pyramid (both the for the real values of the pyramid and the magnitude of the pyramid bands).\n", + "- Cross-Correlation Statistics. These include correlations across scale and across orientation bands of the pyramid (both for the real values of the pyramid and the magnitude of the pyramid bands).\n", "\n", "The original paper uses synthesis to demonstrate the role of these different types of statistics. They show that the statistics can be used to constrain a synthesis optimization to generate new examples of textures. They also show that the absence of subsets of statistics results in synthesis failures. Here we replicate those results.\n", "\n",