Skip to content

Commit

Permalink
typo-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hmd101 committed Jul 10, 2024
1 parent 6512692 commit 2b8203a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Metamer-Portilla-Simoncelli.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2b8203a

Please sign in to comment.