ClearImageJNI
Class EMorphDirections

java.lang.Object
  extended by ClearImageJNI.ECiBase
      extended by ClearImageJNI.EMorphDirections

public class EMorphDirections
extends ECiBase

Direction to fatten or trim image


Field Summary
static EMorphDirections ciMorphAllNeighbours
          Modify all neighboring pixels
static EMorphDirections ciMorphDiag
          Modify pixels located diagonally
static EMorphDirections ciMorphHorz
          Modify pixels located to the left and right
static EMorphDirections ciMorphHorzAndVert
          Modify pixels located left, right, up or down
static EMorphDirections ciMorphVert
          Modify pixels located up and down
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EMorphDirections fromInt(int __n)
          Returns an enumerated value corresponding to a given integer.
 
Methods inherited from class ClearImageJNI.ECiBase
toInt, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ciMorphHorz

public static EMorphDirections ciMorphHorz
Modify pixels located to the left and right


ciMorphVert

public static EMorphDirections ciMorphVert
Modify pixels located up and down


ciMorphDiag

public static EMorphDirections ciMorphDiag
Modify pixels located diagonally


ciMorphHorzAndVert

public static EMorphDirections ciMorphHorzAndVert
Modify pixels located left, right, up or down


ciMorphAllNeighbours

public static EMorphDirections ciMorphAllNeighbours
Modify all neighboring pixels

Method Detail

equals

public boolean equals(java.lang.Object __obj)
Compare two enumerated values for being equal

Overrides:
equals in class java.lang.Object

fromInt

public static EMorphDirections fromInt(int __n)
Returns an enumerated value corresponding to a given integer.