at.ac.sbg.cosy.soccerbot.controller.gui
Class ImageUpdateService

java.lang.Object
  extended by at.ac.sbg.cosy.soccerbot.controller.gui.ImageUpdateService

public class ImageUpdateService
extends java.lang.Object

Updates the image according to temporarily saved data within the SplitMergeService

Author:
Peter Wild, Krystian Szczurek, Georg Klima

Constructor Summary
ImageUpdateService()
           
 
Method Summary
static void doService(java.awt.image.BufferedImage pic, IRegion ball)
          Loads current split and merge-prepared camera image and paints ball into image
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageUpdateService

public ImageUpdateService()
Method Detail

doService

public static void doService(java.awt.image.BufferedImage pic,
                             IRegion ball)
Loads current split and merge-prepared camera image and paints ball into image

Parameters:
pic - image to be displayed
ball - detected region to be displayed