| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.MorphologyMethod |
NIVision.MorphologyMethod.fromValue(int val) |
static NIVision.MorphologyMethod |
NIVision.MorphologyMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.MorphologyMethod[] |
NIVision.MorphologyMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NIVision.imaqGrayMorphology(NIVision.Image dest,
NIVision.Image source,
NIVision.MorphologyMethod method,
NIVision.StructuringElement structuringElement)
Morphology functions
|
static void |
NIVision.imaqMorphology(NIVision.Image dest,
NIVision.Image source,
NIVision.MorphologyMethod method,
NIVision.StructuringElement structuringElement) |
Copyright © 2015. All rights reserved.