CWIMAQLearnPatternAdvancedRotationOptions

NI Vision for Visual Basic

CWIMAQLearnPatternAdvancedRotationOptions

CWIMAQLearnPatternAdvancedRotationOptions contains advanced parameters used by CWIMAQVision.LearnPattern2 during the rotation phase to learn the template.

Properties

FinalAngularAccuracyAngle accuracy, in degrees, to use during the final phase of the rotation-invariant matching.
FinalSampleSizeNumber of template pixels you want to add to the InitialSampleSize for the final phase of shift-invariant matching.
FinalSampleSizeFactorSize of the sample for the final phase of shift-invariant matching as a percent of the edge points in the template, in pixels.
InitialAngularAccuracyAngle accuracy, in degrees, to use during the initial phase of rotation-invariant matching.
InitialSampleSizeNumber of template pixels that you want to include in a sample for the initial phase of shift-invariant matching.
InitialSampleSizeFactorSize of the sample for the initial phase of shift-invariant matching as a percent of the template size, in pixels.
InitialStepSizeLargest number of image pixels to shift the sample across the inspection image during the initial phase of matching.
SearchStrategySupportAggressiveness of the rotation search strategy available during the matching phase.
SubPixelSampleSizeNumber of template pixels that you want to include in a sample for the subpixel phase of shift-invariant matching.
SubPixelSampleSizeFactorSize of the sample for the subpixel phase of shift-invariant matching as a percent of the template size, in pixels.

See Also

CWIMAQVision.LearnPattern2