📓
ainzzorl's wiki
Ctrlk
  • Intro
  • Pet Projects
  • Tech
    • Tech Articles
    • Algorithms
      • Distributed Hash Table (DHT)
      • RSA
      • Seam Carving
      • Fibonacci Heaps
      • Suffix trees, suffix arrays, etc.
    • Technologies
    • Open Source
    • Bash
    • Raft
    • Quantum Computing
    • GFS
    • MapReduce
    • ZooKeeper
  • Courses
  • Math
  • Places
  • Books
  • Cooking
  • Misc Research
  • Misc Reading
  • Fitness
  • Languages
  • Juggling
  • Life Advice
Powered by GitBook
On this page

Was this helpful?

  1. Tech
  2. Algorithms

Seam Carving

  • https://en.wikipedia.org/wiki/Seam_carving

  • https://github.com/andrewdcampbell/seam-carving

  • http://cs.brown.edu/courses/cs129/results/proj3/taox/

  • https://github.com/vivianhylee/seam-carving

My (ugly, incomplete and horribly inefficient) implementation: https://github.com/ainzzorl/algorithms-kotlin/blob/main/src/com/ainzzorl/algorithms/images/SeamCarving.kt

PreviousRSANextFibonacci Heaps

Last updated 4 years ago

Was this helpful?