Lineart

From wikiluntti

Introduction

String art

  • Radon transform (inverse of)
  • 2d FFT
  • Optimization

Radon Transform

The sum of the intensities in each direction (a line integral).

The new image will be

Video: The Mathematics of String Art

White canvas with nails around the circumference and add straight black lines between the nails.

  • Starting nail angle and ending nail angle . Maximum number of lines is
  • Convert image array to vectors, and make the linear combination: . Solve .
  • Problems:
    • Line darkness; from step function to some other.
    • Pseudoinverse gives not binary result. Greedy algorithm.
  • FFT

References