Click or drag to resize

Detector Class

[Missing <summary> documentation for "T:Zivid.NET.Calibration.Detector"]

Inheritance Hierarchy
SystemObject
  Zivid.NET.CalibrationDetector

Namespace:  Zivid.NET.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static class Detector

The Detector type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCaptureCalibrationBoard
Capture calibration board with the given camera
Public methodStatic memberDetectCalibrationBoard(Camera)
Detects feature points from a calibration board using the given camera
Public methodStatic memberDetectCalibrationBoard(Frame)
Detects feature points from a calibration board in a Frame.
Public methodStatic memberDetectFeaturePoints
Detects feature points from a calibration board in a point cloud.
Public methodStatic memberDetectMarkers
Detects fiducial markers such as ArUco markers in a frame.
Top
See Also