| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Field and Description |
|---|---|
NIVision.RakeProcessType |
NIVision.CircleFitOptions.processType |
NIVision.RakeProcessType |
NIVision.ConcentricEdgeFitOptions.processType |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.RakeProcessType |
NIVision.RakeProcessType.fromValue(int val) |
static NIVision.RakeProcessType |
NIVision.RakeProcessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.RakeProcessType[] |
NIVision.RakeProcessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CircleFitOptions(int maxRadius,
double stepSize,
NIVision.RakeProcessType processType) |
ConcentricEdgeFitOptions(int maxRadius,
double stepSize,
NIVision.RakeProcessType processType) |
Copyright © 2015. All rights reserved.