starsine

Source code Author Update time

using Images
using ImagePhaseCongruency

# Circular features at a phase congruent angle of pi/2 and
# an amplitude decay exponent of 2
img = starsine(offset = pi/4, ampexponent = -2)
adjust_histogram(Gray.(img), LinearStretching())

This page was generated using DemoCards.jl and Literate.jl.