DetectorDetectFeaturePoints Method (Camera) | 
 Detects feature points from a calibration object
 
    Namespace: 
   Zivid.NET.Experimental.Calibration
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic static DetectionResult DetectFeaturePoints(
	Camera camera
)
Public Shared Function DetectFeaturePoints ( 
	camera As Camera
) As DetectionResult
public:
static DetectionResult^ DetectFeaturePoints(
	Camera^ camera
)
Parameters
- camera
 - Type: Zivid.NETCamera
Camera to be used to capture the calibration object 
Return Value
Type: 
DetectionResult
Remarks
Using this version of the DetectFeaturePoints function is necessary to ensure that the data quality is
sufficient for use in in-field verification and correction.
The functionality is to be exclusively used in combination with Zivid verified checkerboards. For further
information please visit 
Zivid help page.
See Also