diewald_CV_kit.blobdetection
Class PixelRow

java.lang.Object
  extended by diewald_CV_kit.blobdetection.PixelRow

public final class PixelRow
extends Object

used for calculating the blobs.

Author:
thomas diewald (c) 2011

Method Summary
 int getEndX()
          returns the end x-position of the pixelrow.
 int getStartX()
          returns the start x-position of the pixelrow.
 int getY()
          returns the y-position of the pixelrow.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStartX

public final int getStartX()
returns the start x-position of the pixelrow.

Returns:
the start x-position of the pixelrow.

getEndX

public final int getEndX()
returns the end x-position of the pixelrow.

Returns:
the end x-position of the pixelrow.

getY

public final int getY()
returns the y-position of the pixelrow.

Returns:
the y-position of the pixelrow.


Processing library diewald_CV_kit by Thomas Diewald. (C) 2012