You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there code to test out the tabletop layer? I see options to visualize the hand and the puzzle, and imagine you are working towards a robot layer visualization. But what about the final tabletop layer visualization?
Shouldn't that have been done to confirm that nothing passes through? I suspect that it was not done because the system is not truly layered. Something recognized as foreground and part of the puzzle, but then later removed from the puzzle piece using bad morphological operations does not get kicked back to the background. Rather it is a puzzle region that simply does not map to any layers.
Of course, that might induce duplication code for the puzzle board processing to prevent from happening.
Please answer question about testing or debug code to visualize the final residual.
The text was updated successfully, but these errors were encountered:
Is there code to test out the tabletop layer? I see options to visualize the hand and the puzzle, and imagine you are working towards a robot layer visualization. But what about the final tabletop layer visualization?
Shouldn't that have been done to confirm that nothing passes through? I suspect that it was not done because the system is not truly layered. Something recognized as foreground and part of the puzzle, but then later removed from the puzzle piece using bad morphological operations does not get kicked back to the background. Rather it is a puzzle region that simply does not map to any layers.
Of course, that might induce duplication code for the puzzle board processing to prevent from happening.
Please answer question about testing or debug code to visualize the final residual.
The text was updated successfully, but these errors were encountered: