HandEyeInputDetectionResult Method  | 
 Feature detection result.
 
    Namespace: 
   Zivid.NET.Calibration
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic DetectionResult DetectionResult()
Public Function DetectionResult As DetectionResult
public:
DetectionResult^ DetectionResult()
Return Value
Type: 
DetectionResultDetection result.
Remarks
Only use this function if the HandEyeInput was created from a DetectionResult object.
Throws an exception otherwise.
See Also