public class TargetDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
densForward |
int |
densityMethod |
float |
minPolarity |
Constructor and Description |
---|
TargetDescriptor()
Standard constructor for the Pixel class.
|
TargetDescriptor(boolean dF,
float mP,
int dM)
Standard constructor for the Pixel class.
|
Modifier and Type | Method and Description |
---|---|
void |
list()
lists the info for the pixel
|
java.lang.String |
toString()
returns the info for the pixel as a String
|
public boolean densForward
public float minPolarity
public int densityMethod
public TargetDescriptor()
public TargetDescriptor(boolean dF, float mP, int dM)
dF
- is the dense half forward?mP
- the minimum polaritydM
- the density methodRH, 2017