MaxHalford / maxhalford.github.io

:house_with_garden: Personal website
https://maxhalford.github.io
MIT License
12 stars 5 forks source link

blog/comic-book-panel-segmentation/ #33

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

Comic book panel segmentation • Max Halford

Edit (2023-05-26) – I’ve learnt about the Kumiko project, which is exactly devoted to slicing comic book panels. There’s even a live tool. I discovered it thanks to being pinged on this issue. Motivation I’ve recently been reading some comic books I used to devour as a kid. Especially those from the golden era of francophone comics: Thorgal, Lanfeust, XIII, Tintin, Largo Winch, Blacksad, Aldebaran, etc. It’s not easy to get my hands on many of them.

https://maxhalford.github.io/blog/comic-book-panel-segmentation/

sandzone commented 9 months ago

I came across your blog while researching document reading order algorithms. Its incredible how you seem to have independently discovered a similar logic to the XY cut. The following one seems to be using a similar approach to yours - and may eliminate the need for post processing steps (flatten).

https://github.com/littletomatodonkey/Augment-XY-CUT/blob/main/main.py

Your blog was very helpful with an idea I am working on. Thanks for this.