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.
| |
| CogDLRuntimeContour |
An ordered, read-only collection of
CogDLRuntimePoint.
| |
| CogDLRuntimeContourCollection |
A read-only collection of
CogDLRuntimeContour | |
| 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.
| |
| 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).
| |
| 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.
| |
| 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.
| |
| 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.
| |
| 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 |
Specifies the modes of the red tool.
| |
| CogDLRuntimeStateConstants |
Enumeration of CogDLRuntime's possible states.
| |
| CogDLRuntimeToolTypeConstants |
The Cognex Deep Learning tool type.
| |
| CogDLRuntimeViewErrorConstants |
Types of errors that may occur during processing.
|