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