best_match_mg(Image : : TemplateID, MaxError, SubPixel, NumLevels, WhichLevels : Row, Column, Error)Descriptionbest_match_mg applies gray value matching using an image pyramid. best_match_mg works analogously to best_match, but it is faster due to the use of a pyramid. Input is an ...
best_match_mgapplies gray value matching using an image pyramid.best_match_mgworks analogously tobest_match, but it is faster due to the use of a pyramid. Input is an image with an optionally reduced domain. The template is searched within those points of the domain of the image, in whic...
Row position of the best match. Column(output_control)point.x→(real) Column position of the best match. Error(output_control)real→(real) Average divergence of the grayvalues in the best match. If the parameter values are correct, the operatorbest_match_mgreturns the value 2 (H_MSG_TRUE...
Row position of the best match. Column(output_control)point.x→(real) Column position of the best match. Error(output_control)real→(real) Average divergence of the grayvalues in the best match. If the parameter values are correct, the operatorbest_match_mgreturns the value 2 (H_MSG_TRUE...
best_match_pre_mgapplies gray value matching using an image pyramid.best_match_pre_mgworks analogously tobest_match_mg, but it makes use of pre calculated pyramid which has to be generated beforehand usinggen_gauss_pyramid. This reduces runtime if more than one match has to be done or the...
best_match_pre_mgapplies gray value matching using an image pyramid.best_match_pre_mgworks analogously tobest_match_mg, but it makes use of pre calculated pyramid which has to be generated beforehand usinggen_gauss_pyramid. This reduces runtime if more than one match has to be done or the...
best_match_pre_mgapplies gray value matching using an image pyramid.best_match_pre_mgworks analogously tobest_match_mg, but it makes use of pre calculated pyramid which has to be generated beforehand usinggen_gauss_pyramid. This reduces runtime if more than one match has to be done or the...
The operatorbest_match_rot_mgperforms a matching of the template ofTemplateIDandImage. It works similar tobest_match_mgwith the extension that the pattern can be rotated analogously tobest_match_rot. The parametersAngleStartandAngleExtenddefine the maximum rotation of the pattern:AngleStartspecifies...