Dear all,
we encountered a problem concerning the recognition of the slingshot in VisionRealShape.java. In some cases, a TNT object gets recognized as slingshot. This also means that most of the other objects aren't recognized at all, since there is check object.X > (slingshot.X + 100).
In VisionRealShape.findSling() there are several objects which match the type ImageSegmenter.SLING, and sometimes the wrong one gets picked.
I think the main problem is, that TNTs aren't handled by VisionRealShape, which means that TNTs are recognized as something else.
An example is given by level 20 on page 2 of "poached eggs" (screenshot is attached).
Best regards,
Andi