Click or drag to resize

InfieldCorrectionInput Class

Container for input-data needed by in-field verification and correction functions
Inheritance Hierarchy
SystemObject
  Zivid.NET.Experimental.CalibrationInfieldCorrectionInput

Namespace:  Zivid.NET.Experimental.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class InfieldCorrectionInput : IDisposable

The InfieldCorrectionInput type exposes the following members.

Constructors
  NameDescription
Public methodInfieldCorrectionInput
Initializes a new instance of the InfieldCorrectionInput class
Top
Properties
  NameDescription
Public propertyDetectionResult
Get the stored feature-point detection result
Public propertyStatus
Get detection status/validity as an enum
Public propertyValid
Check if the data is valid for use with in-field verification and correction
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the InfieldCorrectionInput
Public methodGetNativePtr
Public methodStatusDescription
Public methodToString (Overrides ObjectToString.)
Top
Remarks
The constructor takes a DetectionResult. Such an object may or may not contain data of sufficient type and quality for in-field verification and correction. This will be reflected by the value of the Status or Valid properties, and if invalid a human-readable reason will be accessible with the StatusDescription() function.
See Also