trait Neighborhood extends Serializable
A definition of the shape and size of the neighborhood (or kernel) to be used in a focal operation.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Neighborhood
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
def
mask(col: Int, row: Int): Boolean
Overridden to define the mask of Neighborhoods that have one col and row treat the mask as a raster, that is, (0,0) is the upper left corner, and (extent*2+1,extent*2+1) is the lower right corner
-
def
toString(): String
- Definition Classes
- Neighborhood → AnyRef → Any