circsine

Source code Author Update time

using Images
using ImagePhaseCongruency

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

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