/TimeSlicing

Generate a combined image from a timelapse image sequence.

Primary LanguagePythonMIT LicenseMIT

Time Slicing

Generate a combined image from a timelapse image sequence.

Usage

Call the process function:

process('./timelapse/tokyo-tower', './timelapse', n_col=11, reverse=False, offset_begin=100, offset_end=0, angle=30)

Parameters:

  • folder: where the image sequence is stored.
  • out_folder: where to save the output image.
  • n_col: number of columns.
  • reverse: False -> from 1 to N; True -> from N to 1.
  • offset_{begin, end}: ignore the first X images and the last Y images.
  • angle: rotate X degrees.

Example