| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Field and Description |
|---|---|
NIVision.EdgeFilterSize |
NIVision.CurveParameters.filterSize |
NIVision.EdgeFilterSize |
NIVision.CurveOptions.filterSize |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.EdgeFilterSize |
NIVision.EdgeFilterSize.fromValue(int val) |
static NIVision.EdgeFilterSize |
NIVision.EdgeFilterSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.EdgeFilterSize[] |
NIVision.EdgeFilterSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CurveOptions(NIVision.ExtractionMode extractionMode,
int threshold,
NIVision.EdgeFilterSize filterSize,
int minLength,
int rowStepSize,
int columnStepSize,
int maxEndPointGap,
int onlyClosed,
int subpixelAccuracy) |
CurveParameters(NIVision.ExtractionMode extractionMode,
int threshold,
NIVision.EdgeFilterSize filterSize,
int minLength,
int searchStep,
int maxEndPointGap,
int subpixel) |
Copyright © 2015. All rights reserved.