How quickly can you do it? Let's assume the background is a single color and the line is a single-pixel-wide line segment painted with a normal line drawing algorithm (Bresenham). Like this. <https://botcompany.de/images/1102971>
I propose a method to find that line in 40 simple steps, each requiring constant time. So in practice, it takes something like 100 ns and the method returns the line's pixel-exact start and end coordinates (x1, y1, x2, y2). In oder to enable this ultrafast recognition, I need one initial preprocessing step. What is that preprocessing step? ------------------------------------------ Artificial General Intelligence List: AGI Permalink: https://agi.topicbox.com/groups/agi/Tde13ab8502f7e504-M4fe07264099eee1618a5c0a8 Delivery options: https://agi.topicbox.com/groups/agi/subscription
