ivapylibs / puzzle_solver

1 stars 2 forks source link

Update test scripts for adjacent class #18

Closed Uio96 closed 3 years ago

Uio96 commented 3 years ago
Uio96 commented 3 years ago

Solved with 91b37d8

pv33 commented 3 years ago

Remember to note that adjacency is based on a threshold. That means it is possible to have an image of separated objects get treated as adjacent by having a slightly higher threshold for adjacency.

It also shouldn't be too hard to make a puzzle with just nine squares that have different colors and are close to each other but not touching. Makes it easy to calibrate and then to solve.

Uio96 commented 3 years ago

Remember to note that adjacency is based on a threshold. That means it is possible to have an image of separated objects get treated as adjacent by having a slightly higher threshold for adjacency.

It also shouldn't be too hard to make a puzzle with just nine squares that have different colors and are close to each other but not touching. Makes it easy to calibrate and then to solve.

Yep, I understand. I just thought the previous visualization was not that good so I created a new one for the adjacent case.