Obstructor

public interface Obstructor extends Serializable

This object is a constant obstruction of the field of view (for example gold bead, foreign object in field of view, dirt, etc.)

Author:Marcel Stefko

Methods

applyTo

public void applyTo(float[][] pixels)

Draws the obstruction onto the given float array representing an image.

Parameters:
  • pixels – image to be drawn on