Check out a userscript which highlights deleted posts.
GitHub
79308972
Date:
2024-12-26 08:07:13
Score:
3
Natty:
Report link
I have tried out a few things but here is what I found out to work the best:
Extract edges from the table using
Canny Edge Detection
Use a
line segment detector
on the edges found out using canny edge detection with 0.3 gaussian blur
Put these lines onto a new image and the find the
contours
for this image
get the
bounding rectangles
using these image
Reasons:
Probably link only (1):
No code block (0.5):
Self-answer (0.5):
Low reputation (1):
Posted by:
Spongerooski