public class ShiftedCross3x3Strel extends Object
DiamondStrel| Modifier and Type | Field and Description | 
|---|---|
static InPlaceStrel | 
LEFT
A cross-shaped structuring element located on the left of the reference
 pixel. 
 | 
static InPlaceStrel | 
RIGHT
A cross-shaped structuring element located on the right of the
 reference pixel. 
 | 
public static final InPlaceStrel LEFT
The structuring has the following shape (x: neighbor, o: reference pixel, .: irrelevant): s *
  . . . . . 
  . . x . . 
  . x x o . 
  . . x . . 
  . . . . . 
 public static final InPlaceStrel RIGHT
The structuring has the following shape (x: neighbor, o: reference pixel, .: irrelevant):
  . . . . . 
  . . x . . 
  . o x x . 
  . . x . . 
  . . . . . 
 Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.