CogCalibFeatureExtractorBase Execute Method Cognex VisionPro 9.8 SR1
Overload List

  NameDescription
Public methodExecute(CogImageCollectionMCamerasNPoses)
Extract features from a set of calibration images, acquired from one or multiple cameras over different calibration poses. The images are indexed by pose first, then by camera (see CogImageCollectionMCamerasNPoses for more details). The feature extraction is done by calling the Execute(ICogImage ) method for each calibration image. The Execute(ICogImage ) method will be invoked on multiple threads if IsThreadSafe is true and CogVisionToolMultiThreading.Enable is true.
Public methodExecute(ICogImage)
Extract features from a calibration image.
Top
See Also