get_thresh_images_variation_model — 返回用于变异模型图像比较的阈值图像。
get_thresh_images_variation_model returns the threshold
images of the variation model ModelID in MaxImage 和 MinImage. The threshold images must be computed with
prepare_variation_model 或 prepare_direct_variation_model before they can be read out.
The formula used for calculating the threshold images is described
with prepare_variation_model 或 prepare_direct_variation_model。The threshold images are
used in compare_variation_model 和 compare_ext_variation_model to detect too large deviations
of an image with respect to the model. As described with
compare_variation_model 和 compare_ext_variation_model, gray values outside the
interval given by MinImage 和 MaxImage are
regarded as errors.
MinImage (输出对象) image → object (byte / int2 / uint2)
Threshold image for the lower threshold.
MaxImage (输出对象) image → object (real)
Threshold image for the upper threshold.
ModelID (输入控制) variation_model → (handle)
变异模型的 ID。
get_thresh_images_variation_model 在所有参数正确时返回 2 (H_MSG_TRUE)。
prepare_variation_model,
prepare_direct_variation_model
compare_variation_model,
compare_ext_variation_model
匹配