get_thresh_images_variation_model — 返回用于变体模型图像比较的阈值图像。
get_thresh_images_variation_model returns the threshold
images of the variation model ModelID in MaxImage
and MinImage. The threshold images must be computed with
prepare_variation_model or
prepare_direct_variation_model before they can be read out.
The formula used for calculating the threshold images is described
with prepare_variation_model or
prepare_direct_variation_model。The threshold images are
used in compare_variation_model and
compare_ext_variation_model to detect too large deviations
of an image with respect to the model. As described with
compare_variation_model and
compare_ext_variation_model, gray values outside the
interval given by MinImage and 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 of the variation model.
get_thresh_images_variation_model 在所有参数正确时返回 2 ( H_MSG_TRUE )。
prepare_variation_model,
prepare_direct_variation_model
compare_variation_model,
compare_ext_variation_model
匹配