public static class ChamferMask2D.ShortOffset extends Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
dx
The offset along the X-axis 
 | 
int | 
dy
The offset along the Y-axis 
 | 
short | 
weight
The weight associated to this offset 
 | 
| Constructor and Description | 
|---|
ShortOffset(int dx,
           int dy,
           short weight)
Creates a new Offset using a 16-bits integer weight. 
 | 
Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.