Classes
| Class | Description | |
|---|---|---|
| CogDLRuntime |
The operator for the CogDLRuntimeTool. This object manages a single
runtime workspace, and supports the processing of a
a single runtime stream.
| |
| CogDLRuntimeClassScores |
A read-only keyed collection of class-name/score pairs.
Both integer-indexing and string (class name) -indexing
are supported.
| |
| CogDLRuntimeComputeDevice |
An immutable class that represents a single
GPU.
| |
| CogDLRuntimeComputeDeviceCollection |
A read-only collection of
CogDLRuntimeComputeDevice.
| |
| CogDLRuntimeContour |
An ordered, read-only collection of
CogDLRuntimePoint.
| |
| CogDLRuntimeContourCollection |
A read-only collection of
CogDLRuntimeContour | |
| CogDLRuntimeControl |
This class wraps a singleton control object that mediates access to
the set of available GPUs as well as the set of known workspaces
available to the current process.
| |
| CogDLRuntimeFeature |
A feature found by a blue tool.
| |
| CogDLRuntimeFeatureCollection |
A read-only collection of
CogDLRuntimeFeature.
| |
| CogDLRuntimeImageInfo |
An immutable set of information about an image.
| |
| CogDLRuntimeImageInfoCollection |
A read-only collection of
CogDLRuntimeImageInfo.
| |
| CogDLRuntimeInterval |
An immutable class that represents an interval with a
lower and an upper bound.
| |
| CogDLRuntimeKnownClassCollection |
A read-only collection of known class names.
| |
| CogDLRuntimeLabelCheckResult |
If Label Checker was done, this is the result of each patch in
the Red HDM.
| |
| CogDLRuntimeLabelCheckResultCollection |
A read-only collection of
CogDLRuntimeLabelCheckResult | |
| CogDLRuntimeLayoutMatch |
A match for a layout model.
| |
| CogDLRuntimeLayoutMatchRegion |
A region within a CogDLRuntimeLayoutMatch.
| |
| CogDLRuntimeLayoutMatchRegionCollection |
A read-only collection of
CogDLRuntimeLayoutMatchRegion.
| |
| CogDLRuntimeMap |
A read-only map.
| |
| CogDLRuntimeMapCollection |
A read-only collection of
CogDLRuntimeMap | |
| CogDLRuntimeMarking |
The CogDLRuntimeMarking class represents the result of
a Cognex Deep Learning tool processing an image.
| |
| CogDLRuntimeMatchBase |
This base class represents a match from a blue tool.
| |
| CogDLRuntimeMatchCollection |
A read-only collection of
ICogDLRuntimeMatch.
| |
| CogDLRuntimeNodeMatch |
A match for a read model (i.e. a model
representing a sequence of characters).
| |
| CogDLRuntimeParamAnomalyDetection |
This class represents ViDi AnomalyDetection parameters.
| |
| CogDLRuntimeParamBase |
This base class represents parameters for a ViDi tool.
| |
| CogDLRuntimeParamBlue |
This class represents ViDi Blue parameters.
| |
| CogDLRuntimeParamBlueRead |
This class represents ViDi BlueRead parameters.
| |
| CogDLRuntimeParamGreenLegacy |
This class represents ViDi GreenLegacy parameters.
| |
| CogDLRuntimeParamGreenStandard |
This class represents ViDi GreenStandard parameters.
| |
| CogDLRuntimeParamRedLegacy |
This class represents ViDi RedLegacy parameters.
| |
| CogDLRuntimeParamRedStandard |
This class represents ViDi RedStandard parameters.
| |
| CogDLRuntimeParams |
A set of ICogDLRuntimParam instances, keyed by ToolName.
| |
| CogDLRuntimePoint |
An immutable X,Y coordinate pair in two dimensional space.
| |
| CogDLRuntimeReadMatch |
A match for a read model (i.e. a model
representing a sequence of characters).
| |
| CogDLRuntimeReadMatchBase |
This base class represents a match from a blue tool.
| |
| CogDLRuntimeRegexMatch |
A match for a regex read model (i.e. a model
representing a sequence of characters).
| |
| CogDLRuntimeRegion |
An immutable region description.
| |
| CogDLRuntimeRegionCollection |
A read-only collection of
CogDLRuntimeRegion.
| |
| CogDLRuntimeRegionThresholds |
A read-only keyed collection of region-name/threshold pairs.
Both integer-indexing and string (region name) -indexing
are supported.
| |
| CogDLRuntimeResults |
The top-level CogDLRuntimeResults class is a read-only keyed collection
of CogDLRuntimeMarking.
| |
| CogDLRuntimeSetInfo |
Holds the name and color of a sample set.
| |
| CogDLRuntimeSetInfoCollection |
A read-only collection of
CogDLRuntimeSetInfo.
| |
| CogDLRuntimeSize |
An immutable class that describes a rectangular extent.
| |
| CogDLRuntimeStream |
A stream corresponds to a single tool chain.
| |
| CogDLRuntimeStreams |
An ordered keyed collection of
CogDLRuntimeStream.
| |
| CogDLRuntimeStringMatch |
A match for a read model (i.e. a model
representing a sequence of characters).
| |
| CogDLRuntimeTag |
An immutable class that represents a tag with a name,
a color, and a score.
lower and an upper bound.
| |
| CogDLRuntimeTagCollection |
A read-only collection of
CogDLRuntimeTag.
| |
| CogDLRuntimeTensorRTInfo |
An immutable class that characterizes a TensorRT optimizable
ViDi tool.
| |
| CogDLRuntimeTensorRTInfoCollection |
A read-only collection of
CogDLRuntimeTensorRTInfo.
| |
| CogDLRuntimeThresholds |
A threshold dictionary. Both integer-indexing and string (key) -indexing
are supported.
| |
| CogDLRuntimeTool |
Class for DLRuntime tool.
| |
| CogDLRuntimeViewBase |
This base class represents a view (ROI) holding the results from
an analysis.
| |
| CogDLRuntimeViewBlue |
A view for a blue tool.
| |
| CogDLRuntimeViewBlueLabeled |
A labeled view for a blue tool.
| |
| CogDLRuntimeViewCollection |
A read-only collection of
ICogDLRuntimeView.
| |
| CogDLRuntimeViewGreen |
A view for a green tool.
| |
| CogDLRuntimeViewGreenLabeled |
A labeled view for a green tool.
| |
| CogDLRuntimeViewRed |
A view for a red tool.
| |
| CogDLRuntimeViewRedLabeled |
A labeled view for a red tool.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ICogDLRuntimeLabeledView |
This interface represents a view (ROI) that is labeled.
| |
| ICogDLRuntimeMatch |
This interface represents a match from a blue tool.
| |
| ICogDLRuntimeParam |
This interface represents a ViDi tool parameter set.
| |
| ICogDLRuntimeView |
This interface represents a view (ROI) holding the results from
the analysis.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogDLRuntimeCurrentRecordConstants |
Enumeration of data that can be provided in the tool's
CurrentRecord.
| |
| CogDLRuntimeLastRunRecordConstants |
Enumeration of non-diagnostic data that can be
provided in the tool's LastRunRecord.
| |
| CogDLRuntimeLastRunRecordDiagConstants |
Enumeration of diagnostic data that can be provided
in the tool's LastRunRecord.
| |
| CogDLRuntimeRedModeConstants | Obsolete.
Types of red tool. This enumeration is obsolete and deprecated
as of VisionPro 9.23 and VPDL 4.0.
| |
| CogDLRuntimeStateConstants |
Enumeration of CogDLRuntime's possible states.
| |
| CogDLRuntimeTensorRTModeConstants |
Enumeration of CogDLRuntime's TensorRT speed optimization modes
available in both RedStandard and GreenStandard ViDi tools.
| |
| CogDLRuntimeToolTypeConstants |
The Cognex Deep Learning tool type.
| |
| CogDLRuntimeViewErrorConstants |
Types of errors that may occur during processing.
|