NUbots / robocup

The NUbot's RoboCup Code
GNU General Public License v3.0
34 stars 17 forks source link

Need cleaner removal checks - currently in RobocupHacks #47

Open shannonfenn opened 11 years ago

shannonfenn commented 11 years ago

This is not urgent as the checks that are being done are valid (i.e. balls that are inside the quadrilateral found for a goal are being removed) but this should be done in a cleaner way, perhaps a post processing method that considers all detected object types as a collective rather than purely finding each one individually.

josiahw commented 11 years ago

Maybe a good way to do it would be add a filter call at the end of vision which removes ridiculous objects?

Sent from my iPad

On 07/06/2013, at 4:51 PM, Shannon Fenn notifications@github.com wrote:

This is not urgent as the checks that are being done are valid (i.e. balls that are inside the quadrilateral found for a goal are being removed) but this should be done in a cleaner way, perhaps a post processing method that considers all detected object types as a collective rather than purely finding each one individually.

— Reply to this email directly or view it on GitHub.

shannonfenn commented 11 years ago

Probably, it essentially needs to be another small stage. Objects that are rediculous in and of themselves are removed during the detection process, but there also needs to be consideration for object type combinations that are rediculous, for example balls that are between the edges but above the base of a goal post etc.