set_generic_shape_model_paramT_set_generic_shape_model_paramSetGenericShapeModelParamSetGenericShapeModelParamset_generic_shape_model_param (Operator)

Name

set_generic_shape_model_paramT_set_generic_shape_model_paramSetGenericShapeModelParamSetGenericShapeModelParamset_generic_shape_model_param — Set selected parameters of the shape model.

Signature

set_generic_shape_model_param( : : ModelID, GenParamName, GenParamValue : )

Herror T_set_generic_shape_model_param(const Htuple ModelID, const Htuple GenParamName, const Htuple GenParamValue)

void SetGenericShapeModelParam(const HTuple& ModelID, const HTuple& GenParamName, const HTuple& GenParamValue)

void HShapeModel::SetGenericShapeModelParam(const HTuple& GenParamName, const HTuple& GenParamValue) const

static void HOperatorSet.SetGenericShapeModelParam(HTuple modelID, HTuple genParamName, HTuple genParamValue)

void HShapeModel.SetGenericShapeModelParam(HTuple genParamName, HTuple genParamValue)

def set_generic_shape_model_param(model_id: HHandle, gen_param_name: Sequence[str], gen_param_value: Sequence[Union[int, float, str]]) -> None

Description

The operator set_generic_shape_model_paramset_generic_shape_model_paramSetGenericShapeModelParamSetGenericShapeModelParamSetGenericShapeModelParamset_generic_shape_model_param sets the parameters GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name of the shape model ModelIDModelIDModelIDModelIDmodelIDmodel_id to the values given in GenParamValueGenParamValueGenParamValueGenParamValuegenParamValuegen_param_value.

Various aspects of the matching process can be controlled by the parameters that can be selected by GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name. In the descriptions below they are grouped into the following categories (where the category represents the main purpose but not necessarily the only purpose of the parameter listed within):

Modifying the Model
Finding Model Instances

  1. Modify the Instance

  2. Sort out Found Matches

  3. Gray Value Treatment

  4. Refinement

  5. Image Pyramid

  6. Clutter

  7. Regarding the Output

Computational Resources during a Search

In the following we list the settable parameters for the different categories and specify cases in which parameter values are modified automatically.

Modifying the Model

In this paragraph we list and explain parameters modifying the model ModelIDModelIDModelIDModelIDmodelIDmodel_id itself. Changing a corresponding value makes it necessary to train the adjusted model before the matching (see train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model). The supported parameters GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name are:

Contrast

The contrast is a measure for local gray value differences that are used to distinguish the object from the background or different parts of the object from each other. For the model only those pixels are selected which show the asked contrast, i.e., gray value difference to neighboring pixels. This asked contrast can be a simple threshold or a hysteresis threshold, depending on the values set for 'contrast_low'"contrast_low""contrast_low""contrast_low""contrast_low""contrast_low" and 'contrast_high'"contrast_high""contrast_high""contrast_high""contrast_high""contrast_high":

Note, such a contrast is not used in case of training with XLD. For more information about contrast and its impact on shape model matching, we refer to the “Solution Guide II-B - Matching”.

In certain cases, it might happen that the automatic determination of the contrast thresholds is not sufficient. For example, a manual setting of these parameters should be preferred if certain model components should be included or suppressed due to application-specific reasons or if the object features several different contrasts. The contrast thresholds should be verified using inspect_shape_modelinspect_shape_modelInspectShapeModelInspectShapeModelInspectShapeModelinspect_shape_model before calling train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model.

  • 'contrast_high'"contrast_high""contrast_high""contrast_high""contrast_high""contrast_high":

    Determines together with 'contrast_low'"contrast_low""contrast_low""contrast_low""contrast_low""contrast_low" the gray value difference a pixel must have to be considered as being part of the model, see the explanation above. In case of a hysteresis threshold this parameter sets the maximum.

    Possible values: 'auto'"auto""auto""auto""auto""auto", 90, 80.

    Restriction: Not used in case of training with XLD.

    Default: 'auto'"auto""auto""auto""auto""auto".

  • 'contrast_low'"contrast_low""contrast_low""contrast_low""contrast_low""contrast_low": Determines together with 'contrast_high'"contrast_high""contrast_high""contrast_high""contrast_high""contrast_high" the gray value difference a pixel must have to be considered as being part of the model, see the explanation above. In case of a hysteresis threshold this parameter sets the minimum. Possible values: 'auto'"auto""auto""auto""auto""auto", 10, 20.

    Restriction: Not used in case of training with XLD.

    Default: 'auto'"auto""auto""auto""auto""auto".

Rotation

Shape models are created with a rotation range starting at 0 and ending at 6.28 (= ), which can be restricted during the search. The search space, thus discretization steps for the angles can be modified using:

  • 'angle_step'"angle_step""angle_step""angle_step""angle_step""angle_step":

    Determines the step length within the selected range of angles. Its value should be chosen based on the size of the object. Smaller models do not have many different discrete rotations in the image, and hence it is recommended to choose larger values for smaller models. If set to 'auto'"auto""auto""auto""auto""auto", its value is estimated during the call of train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model. The set value is clipped to a maximal value of 0.20 (= ).

    Suggested values: 'auto'"auto""auto""auto""auto""auto", 0.1, 0.2.

    Note: Modifications necessitate a model training.

    Default: 'auto'"auto""auto""auto""auto""auto".

Scaling

The search space, thus discretization steps for the scaling can be modified using scaling parameters. Which ones can be set depends on the type of scaling, see the overview in the following table. A scaling value of 1.0 corresponds to the original size of the model in the according direction.

GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name isotropic scaling anisotropic scaling
'iso_scale_max'"iso_scale_max""iso_scale_max""iso_scale_max""iso_scale_max""iso_scale_max" x
'iso_scale_min'"iso_scale_min""iso_scale_min""iso_scale_min""iso_scale_min""iso_scale_min" x
'iso_scale_step'"iso_scale_step""iso_scale_step""iso_scale_step""iso_scale_step""iso_scale_step" x
'scale_row_max'"scale_row_max""scale_row_max""scale_row_max""scale_row_max""scale_row_max" x
'scale_row_min'"scale_row_min""scale_row_min""scale_row_min""scale_row_min""scale_row_min" x
'scale_row_step'"scale_row_step""scale_row_step""scale_row_step""scale_row_step""scale_row_step" x
'scale_column_max'"scale_column_max""scale_column_max""scale_column_max""scale_column_max""scale_column_max" x
'scale_column_min'"scale_column_min""scale_column_min""scale_column_min""scale_column_min""scale_column_min" x
'scale_column_step'"scale_column_step""scale_column_step""scale_column_step""scale_column_step""scale_column_step" x
  • 'iso_scale_max'"iso_scale_max""iso_scale_max""iso_scale_max""iso_scale_max""iso_scale_max":

    Determines the maximum of the range of possible isotropic scaling for which the model is searched.

    Suggested values: 1.0, 1.1, 1.2.

    Default: 1.0.

  • 'iso_scale_min'"iso_scale_min""iso_scale_min""iso_scale_min""iso_scale_min""iso_scale_min": Determines the minimum of the range of possible isotropic scaling for which the model is searched.

    Suggested values: 1.0, 0.9, 0.8.

    Default: 1.0.

  • 'iso_scale_step'"iso_scale_step""iso_scale_step""iso_scale_step""iso_scale_step""iso_scale_step": Determines the step length within the selected range of isotropic scales. The value 'auto'"auto""auto""auto""auto""auto" means its value is estimated during the call of train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model.

  • 'scale_row_max'"scale_row_max""scale_row_max""scale_row_max""scale_row_max""scale_row_max": Determines the maximum of the range of possible scaling in row direction for which the model is searched.

    Suggested values: 1.0, 1.1, 1.2.

    Default: 1.0.

  • 'scale_row_min'"scale_row_min""scale_row_min""scale_row_min""scale_row_min""scale_row_min": Determines the minimum of the range of possible scaling in row direction for which the model is searched.

    Suggested values: 1.0, 0.9, 0.8.

    Default: 1.0.

  • 'scale_row_step'"scale_row_step""scale_row_step""scale_row_step""scale_row_step""scale_row_step": Determines the step length within the selected range of scales in row direction. The value 'auto'"auto""auto""auto""auto""auto" means its value is estimated during the call of train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model.

  • 'scale_column_max'"scale_column_max""scale_column_max""scale_column_max""scale_column_max""scale_column_max": Determines the maximum of the range of possible scaling in column direction for which the model is searched.

    Suggested values: 1.0, 1.1, 1.2.

    Default: 1.0.

  • 'scale_column_min'"scale_column_min""scale_column_min""scale_column_min""scale_column_min""scale_column_min": Determines the minimum of the range of possible scaling in column direction for which the model is searched.

    Suggested values: 1.0, 0.9, 0.8.

    Default: 1.0.

  • 'scale_column_step'"scale_column_step""scale_column_step""scale_column_step""scale_column_step""scale_column_step": Determines the step length within the selected range of scales in column direction. The value 'auto'"auto""auto""auto""auto""auto" means its value is estimated during the call of train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model.

Metric

Size

  • 'min_size'"min_size""min_size""min_size""min_size""min_size":

    Determines the minimum number of points a model component must have in order to be considered. Thus, components having fewer points than 'min_size'"min_size""min_size""min_size""min_size""min_size" are suppressed. As 'min_size'"min_size""min_size""min_size""min_size""min_size" is applied on the extent of the components, the derived model contours can still be smaller than the specified minimum size. This threshold for the minimum size is divided by two for each successive pyramid level. The effect of this parameter can be checked in advance with inspect_shape_modelinspect_shape_modelInspectShapeModelInspectShapeModelInspectShapeModelinspect_shape_model.

    If set to 'auto'"auto""auto""auto""auto""auto", its value is estimated during the call of train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model.

    Restriction: Not used in case of training with XLD.

    Default: 'auto'"auto""auto""auto""auto""auto".

  • 'optimization'"optimization""optimization""optimization""optimization""optimization":

    Determines the number of points by which the model is reduced. This reduction can be useful for particularly large models. Possible values:

    • 'auto'"auto""auto""auto""auto""auto": The number of points is automatically determined by train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model.

    • 'none'"none""none""none""none""none": All model points are stored.

    • 'point_reduction_low'"point_reduction_low""point_reduction_low""point_reduction_low""point_reduction_low""point_reduction_low": The number of points is reduced to roughly .

    • 'point_reduction_medium'"point_reduction_medium""point_reduction_medium""point_reduction_medium""point_reduction_medium""point_reduction_medium": The number of points is reduced to roughly .

    • 'point_reduction_high'"point_reduction_high""point_reduction_high""point_reduction_high""point_reduction_high""point_reduction_high": The number of points is reduced to roughly .

    In case the number of model points is reduced it may be necessary to set the parameter 'greediness'"greediness""greediness""greediness""greediness""greediness" to a smaller value, e.g., 0.7 or 0.8. Note, for small models reducing the number of model points usually does not speed up the search as more potential instances will be examined.

    Default: 'auto'"auto""auto""auto""auto""auto".

Image Pyramid

Naming

Finding Model Instances

In this paragraph we list parameters modifying the search of a ModelIDModelIDModelIDModelIDmodelIDmodel_id. Modifying these parameters do not necessitate a model training, except they are set from a not-estimated value to a value leading to an automatic estimation during train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model. The descriptions of these parameters contain a corresponding note. The supported parameters GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name are:

  1. Modify the Instance

    Rotation

    • 'angle_start'"angle_start""angle_start""angle_start""angle_start""angle_start":

      Determines the start of the range of possible rotations for which the model is searched.

      Suggested values: 0.0, -3.14, 3.14.

      Default: 0.0.

    • 'angle_end'"angle_end""angle_end""angle_end""angle_end""angle_end" Determines the end of the range of possible rotations for which the model is searched.

      Suggested values: 0.0, 3.14, 6.28.

      Default: 6.28 (= ).

    Example: 'angle_start'"angle_start""angle_start""angle_start""angle_start""angle_start" = '-rad(10)'"-rad(10)""-rad(10)""-rad(10)""-rad(10)""-rad(10)", 'angle_end'"angle_end""angle_end""angle_end""angle_end""angle_end" = 'rad(10)'"rad(10)""rad(10)""rad(10)""rad(10)""rad(10)" searches for matches in the range from [rad(350), rad(360)] to [0, rad(10)].

    Scaling

    The scaling range specified for the trained model can be restricted further for the search. For these parameters the value 'auto'"auto""auto""auto""auto""auto" means that they do not restrict the according range.

    Note, that these restrictions can only be applied if the search space is further limited. Thus, a smaller maximum and a higher minimum scaling parameter needs to be set. Otherwise, the model has to be trained anew with adjusted scaling parameters.

    GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name isotropic scaling anisotropic scaling
    'restrict_iso_scale_max'"restrict_iso_scale_max""restrict_iso_scale_max""restrict_iso_scale_max""restrict_iso_scale_max""restrict_iso_scale_max" x
    'restrict_iso_scale_min'"restrict_iso_scale_min""restrict_iso_scale_min""restrict_iso_scale_min""restrict_iso_scale_min""restrict_iso_scale_min" x
    'restrict_scale_row_max'"restrict_scale_row_max""restrict_scale_row_max""restrict_scale_row_max""restrict_scale_row_max""restrict_scale_row_max" x
    'restrict_scale_row_min'"restrict_scale_row_min""restrict_scale_row_min""restrict_scale_row_min""restrict_scale_row_min""restrict_scale_row_min" x
    'restrict_scale_column_max'"restrict_scale_column_max""restrict_scale_column_max""restrict_scale_column_max""restrict_scale_column_max""restrict_scale_column_max" x
    'restrict_scale_column_min'"restrict_scale_column_min""restrict_scale_column_min""restrict_scale_column_min""restrict_scale_column_min""restrict_scale_column_min" x
    • 'restrict_iso_scale_max'"restrict_iso_scale_max""restrict_iso_scale_max""restrict_iso_scale_max""restrict_iso_scale_max""restrict_iso_scale_max":

      Determines a possibly restricted maximum of the range of possible scaling for which the model is searched.

      Suggested values: 'auto'"auto""auto""auto""auto""auto", 1.1, 1.2.

      Default: 'auto'"auto""auto""auto""auto""auto".

    • 'restrict_iso_scale_min'"restrict_iso_scale_min""restrict_iso_scale_min""restrict_iso_scale_min""restrict_iso_scale_min""restrict_iso_scale_min":

      Determines a possibly restricted minimum of the range of possible scaling for which the model is searched.

      Suggested values: 'auto'"auto""auto""auto""auto""auto", 0.9, 0.8.

      Default: 'auto'"auto""auto""auto""auto""auto".

    • 'restrict_scale_row_max'"restrict_scale_row_max""restrict_scale_row_max""restrict_scale_row_max""restrict_scale_row_max""restrict_scale_row_max":

      Determines a possibly restricted maximum of the range of possible scaling in row direction for which the model is searched.

      Suggested values: 'auto'"auto""auto""auto""auto""auto", 1.1, 1.2.

      Default: 'auto'"auto""auto""auto""auto""auto".

    • 'restrict_scale_row_min'"restrict_scale_row_min""restrict_scale_row_min""restrict_scale_row_min""restrict_scale_row_min""restrict_scale_row_min":

      Determines a possibly restricted minimum of the range of possible scaling in row direction for which the model is searched.

      Suggested values: 'auto'"auto""auto""auto""auto""auto", 0.9, 0.8.

      Default: 'auto'"auto""auto""auto""auto""auto".

    • 'restrict_scale_column_max'"restrict_scale_column_max""restrict_scale_column_max""restrict_scale_column_max""restrict_scale_column_max""restrict_scale_column_max":

      Determines a possibly restricted maximum of the range of possible scaling in column direction for which the model is searched.

      Suggested values: 'auto'"auto""auto""auto""auto""auto", 1.1, 1.2.

      Default: 'auto'"auto""auto""auto""auto""auto".

    • 'restrict_scale_column_min'"restrict_scale_column_min""restrict_scale_column_min""restrict_scale_column_min""restrict_scale_column_min""restrict_scale_column_min":

      Determines a possibly restricted minimum of the range of possible scaling in column direction for which the model is searched.

      Suggested values: 'auto'"auto""auto""auto""auto""auto", 0.9, 0.8.

      Default: 'auto'"auto""auto""auto""auto""auto".

    Deformation

    • 'max_deformation'"max_deformation""max_deformation""max_deformation""max_deformation""max_deformation":

      Determines by how much an object is allowed to deviate from the model in order to be considered as a match. The maximal allowable object deformation is specified in pixels. A value of 0 means no deformation is allowed during the search.

      Example: An object with a shape deformed by up to 2 pixels with respect to the shape of the model can be found with 'max_deformation'"max_deformation""max_deformation""max_deformation""max_deformation""max_deformation" = 2.

      Increasing the value for 'max_deformation'"max_deformation""max_deformation""max_deformation""max_deformation""max_deformation" often results in an increased runtime.

      Furthermore, increasing the value for 'max_deformation'"max_deformation""max_deformation""max_deformation""max_deformation""max_deformation" increases the risk of obtaining unwanted matches. This is especially the case for small objects or objects with fine structures because they lose their characteristic shape, which is important for a robust search.

      Interplay with 'subpixel'"subpixel""subpixel""subpixel""subpixel""subpixel": When deformation is allowed (thus, a value larger 0 is set), the score computation depends on the possible subpixel refinement. In most cases the score changes if a least-squares adjustment is set. Using an adjustment the score might increase when increasing the maximum deformation because then for the model points more corresponding image points can be found.

      Default: 0.

  2. Sort out Found Matches

    • 'min_score'"min_score""min_score""min_score""min_score""min_score":

      Determines the minimum score a potential match must have to be regarded as model instance in the image. The larger 'min_score'"min_score""min_score""min_score""min_score""min_score" is chosen, the faster is the search. If the model can be expected never to be occluded in the images, 'min_score'"min_score""min_score""min_score""min_score""min_score" may be set as high as 0.8 or even 0.9. If the matches are not tracked to the lowest pyramid level during find_generic_shape_modelfind_generic_shape_modelFindGenericShapeModelFindGenericShapeModelFindGenericShapeModelfind_generic_shape_model it might happen that instances with a score slightly below 'min_score'"min_score""min_score""min_score""min_score""min_score" are returned.

      The interplay with 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" is explained in the description of the latter one.

      Default: 0.5.

    • 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches":

      Determines the maximum number of returned instances.

      The value 'all'"all""all""all""all""all" (or 0) mean that every instance whose score is higher than 'min_score'"min_score""min_score""min_score""min_score""min_score" is returned. For the rest the interplay between 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" and 'min_score'"min_score""min_score""min_score""min_score""min_score" as well as 'max_clutter'"max_clutter""max_clutter""max_clutter""max_clutter""max_clutter" (if set) is as follows:

      • No clutter set:

        In case there are more than 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" instances found with a required score, only the 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" instances with the highest scores are returned.

        In case there are less than 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" instances found with a required score, only the instances fulfilling the score requirement are returned.

      • With clutter set:

        In case there are more than 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" instances found with a required score and an allowed clutter score, only the 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" instances with the best clutter score are returned.

        In case there are less than 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" instances found with a required score and / or allowed clutter score, only the instances fulfilling the score and clutter score requirement are returned.

      Tracking matches through the image pyramid depends whether clutter is set:

      • No clutter set:

        On each level less promising matches are rejected based on 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches". By doing so matches may be rejected although they would have obtained a higher score on the lowest pyramid level. As a result the returned instance for e.g., 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" set to 1 can differ from the instance with the highest score returned when more matches are returned by setting 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" to 'all'"all""all""all""all""all" or a value higher 1. This explains why it might be preferable to return several instances and then select the instance with the highest score in case multiple objects with a similar score are expected, but only the one with the highest score is of interest.

      • With clutter set:

        No matches are rejected during tracking. As a result the runtime using clutter parameters will be at least as high as the runtime without clutter parameters but returning all matches, thus 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" set to 'all'"all""all""all""all""all".

      Default: 'all'"all""all""all""all""all".

    • 'strict_boundaries'"strict_boundaries""strict_boundaries""strict_boundaries""strict_boundaries""strict_boundaries":

      Determines whether found instances are only returned when they are strictly within the given search space boundaries ('true'"true""true""true""true""true") or not ('false'"false""false""false""false""false"). Note that such a sort out appears after the reduction to the desired 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" matches and as a consequence may lead in extreme cases to no returned match.

      Compatibility: Setting this value on a model not created by create_generic_shape_modelcreate_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model will change internal model settings. As a consequence, setting for such models 'strict_boundaries'"strict_boundaries""strict_boundaries""strict_boundaries""strict_boundaries""strict_boundaries" to 'true'"true""true""true""true""true" and back to 'false'"false""false""false""false""false" may result in a different behavior regarding matches found outside the requested search range.

      Default: 'false'"false""false""false""false""false".

    • 'max_overlap'"max_overlap""max_overlap""max_overlap""max_overlap""max_overlap":

      Determines by what fraction two instances may overlap at most in order to be considered as different instances and hence to be returned separately. If two instances overlap each other by more than 'max_overlap'"max_overlap""max_overlap""max_overlap""max_overlap""max_overlap" only the one with the higher score is returned. The calculation of the overlap is based on the smallest enclosing rectangle of arbitrary orientation (see smallest_rectangle2smallest_rectangle2SmallestRectangle2SmallestRectangle2SmallestRectangle2smallest_rectangle2) of the found instances. 'max_overlap'"max_overlap""max_overlap""max_overlap""max_overlap""max_overlap" set to 0 means the returned instances may not overlap at all, while for 'max_overlap'"max_overlap""max_overlap""max_overlap""max_overlap""max_overlap" = 1 all instances are returned, independent of possible overlapping. For more information about 'max_overlap'"max_overlap""max_overlap""max_overlap""max_overlap""max_overlap", we refer to the “Solution Guide II-B - Matching”.

      Restriction: 0 'max_overlap'"max_overlap""max_overlap""max_overlap""max_overlap""max_overlap" 1.

      Default: 0.5.

    • 'max_overlap_global_enable'"max_overlap_global_enable""max_overlap_global_enable""max_overlap_global_enable""max_overlap_global_enable""max_overlap_global_enable":

      Determines whether the overlap is computed for all found instances regardless of the model ('true'"true""true""true""true""true") or not ('false'"false""false""false""false""false"). I.e., the overlap of an instance is computed to the found instances of all models and a larger overlap leads to an elimination of this instance. For detailed information on the overlap computation see 'max_overlap'"max_overlap""max_overlap""max_overlap""max_overlap""max_overlap".

      It is important to note that the global overlap is applied to all models that are used in a search even if only one model has enabled 'max_overlap_global_enable'"max_overlap_global_enable""max_overlap_global_enable""max_overlap_global_enable""max_overlap_global_enable""max_overlap_global_enable".

      The value used for the maximum allowed global overlap is determined as the minimum of the values set for 'max_overlap'"max_overlap""max_overlap""max_overlap""max_overlap""max_overlap" of all passed models.

      List of values: 'true'"true""true""true""true""true", 'false'"false""false""false""false""false".

      Default: 'false'"false""false""false""false""false".

    • 'max_clutter'"max_clutter""max_clutter""max_clutter""max_clutter""max_clutter":

      Determines the maximal clutter score a potential match can have to be regarded as model instance in the image. Of course this applies only to models where clutter is considered, thus 'use_clutter'"use_clutter""use_clutter""use_clutter""use_clutter""use_clutter" is set to 'true'"true""true""true""true""true".

      Default: 0.0.

  3. Gray Value Treatment

    • 'min_contrast'"min_contrast""min_contrast""min_contrast""min_contrast""min_contrast":

      Determines the minimal contrast (gray value difference to neighboring pixels) a point in a search image must at least have in order to be compared with the model. The main use of this parameter is to exclude noise, from the matching process. The operator estimate_noiseestimate_noiseEstimateNoiseEstimateNoiseEstimateNoiseestimate_noise can be used to assess the noise.

      Example: The gray values fluctuate within a range of 10 gray levels. In this case it is advisable to set 'min_contrast'"min_contrast""min_contrast""min_contrast""min_contrast""min_contrast" = 10.

      Multichannel images: For a search in a multichannel image using 'metric'"metric""metric""metric""metric""metric" set to 'ignore_color_polarity'"ignore_color_polarity""ignore_color_polarity""ignore_color_polarity""ignore_color_polarity""ignore_color_polarity", the noise in one channel must be multiplied by the square root of the number of channels to determine 'min_contrast'"min_contrast""min_contrast""min_contrast""min_contrast""min_contrast".

      Example: The gray values of a 3 channel image fluctuate within a range of 10 gray levels in a single channel. In this case it is advisable to set 'min_contrast'"min_contrast""min_contrast""min_contrast""min_contrast""min_contrast" = 17.

      Note, 'min_contrast'"min_contrast""min_contrast""min_contrast""min_contrast""min_contrast" must be smaller than the contrast threshold set using 'contrast_low'"contrast_low""contrast_low""contrast_low""contrast_low""contrast_low" and 'contrast_high'"contrast_high""contrast_high""contrast_high""contrast_high""contrast_high", see above.

      The value 'auto'"auto""auto""auto""auto""auto" means its value is estimated during the call of train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model based on the noise in the model image. Consequently, for a meaningful automatic determination the noise in the model image must be similar to the one in the images used during recognition.

      Training: Changing this value to 'auto'"auto""auto""auto""auto""auto" necessitates a training of the shape model.

      Possible values: 'auto'"auto""auto""auto""auto""auto", 10, 20.

      Default: 'auto'"auto""auto""auto""auto""auto".

    • 'border_shape_models'"border_shape_models""border_shape_models""border_shape_models""border_shape_models""border_shape_models":

      Determines whether the shape model ModelIDModelIDModelIDModelIDmodelIDmodel_id to be found with, e.g., find_generic_shape_modelfind_generic_shape_modelFindGenericShapeModelFindGenericShapeModelFindGenericShapeModelfind_generic_shape_model, may lie partially outside the image (i.e., whether it may cross the image border, independent of the domain). The value 'system'"system""system""system""system""system" means the model uses the system-wide set value set by set_systemset_systemSetSystemSetSystemSetSystemset_system for the parameter 'border_shape_models'"border_shape_models""border_shape_models""border_shape_models""border_shape_models""border_shape_models".

      List of values: 'system'"system""system""system""system""system", 'true'"true""true""true""true""true", 'false'"false""false""false""false""false".

      Default: 'system'"system""system""system""system""system".

  4. Refinement

    • 'subpixel'"subpixel""subpixel""subpixel""subpixel""subpixel":

      Determines which type of subpixel refinement should be carried out. Possible values:

      • 'none'"none""none""none""none""none": The pose of the model is only determined with pixel accuracy and the angle resolution that was specified with 'angle_step'"angle_step""angle_step""angle_step""angle_step""angle_step".

      • 'interpolation'"interpolation""interpolation""interpolation""interpolation""interpolation": The pose of the model is interpolated from the score function. This mode features very low computation costs.

      • 'least_squares'"least_squares""least_squares""least_squares""least_squares""least_squares": The pose of the model is refined using least squares adjustment, i.e., by minimizing the distances of the model points to their corresponding image points.

      • 'least_squares_high'"least_squares_high""least_squares_high""least_squares_high""least_squares_high""least_squares_high": The pose of the model is refined using least squares adjustment, i.e., by minimizing the distances of the model points to their corresponding image points. More minimization iterations are allowed than for 'least_squares'"least_squares""least_squares""least_squares""least_squares""least_squares", resulting in a possibly increased runtime.

      • 'least_squares_very_high'"least_squares_very_high""least_squares_very_high""least_squares_very_high""least_squares_very_high""least_squares_very_high": The pose of the model is refined using least squares adjustment, i.e., by minimizing the distances of the model points to their corresponding image points. More minimization iterations are allowed than for 'least_squares_high'"least_squares_high""least_squares_high""least_squares_high""least_squares_high""least_squares_high", resulting in a possibly increased runtime.

      The interplay with 'max_deformation'"max_deformation""max_deformation""max_deformation""max_deformation""max_deformation" is explained in the description of latter one.

      Default: 'least_squares'"least_squares""least_squares""least_squares""least_squares""least_squares".

    • 'greediness'"greediness""greediness""greediness""greediness""greediness":

      Determines how “greedily” the search should be carried out. A higher value results in a faster search but a less safe search heuristic.

      Restriction: 0 'greediness'"greediness""greediness""greediness""greediness""greediness" 1.

      Default: 0.9.

  5. Image Pyramid

    • 'pyramid_level_highest'"pyramid_level_highest""pyramid_level_highest""pyramid_level_highest""pyramid_level_highest""pyramid_level_highest":

      Determines the highest level of the image pyramid used in the search. This allows to lower the highest image pyramid level set by the model uses during a search. Its value can not be higher than the highest image pyramid level of the model, which is set through 'num_levels'"num_levels""num_levels""num_levels""num_levels""num_levels". As a consequence, 'pyramid_level_highest'"pyramid_level_highest""pyramid_level_highest""pyramid_level_highest""pyramid_level_highest""pyramid_level_highest" is clipped. The value 'auto'"auto""auto""auto""auto""auto" means no lowering is applied, thus the model uses the highest pyramid level set through 'num_levels'"num_levels""num_levels""num_levels""num_levels""num_levels".

      Default: 'auto'"auto""auto""auto""auto""auto".

    • 'pyramid_level_lowest'"pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest":

      Determines the lowest level of the image pyramid to which the found matches are tracked. Not tracking the matches down to the lowest level decreases the runtime of the search. But in general the higher the lowest level, the lower the accuracy of the extracted pose parameters. In extreme cases this can even lead to finding wrong instances of that the desired accuracy cannot be achieved.

      Default: 1.

    • 'pyramid_level_robust_tracking'"pyramid_level_robust_tracking""pyramid_level_robust_tracking""pyramid_level_robust_tracking""pyramid_level_robust_tracking""pyramid_level_robust_tracking":

      Determines whether the so-called “increased tolerance mode” is active ('true'"true""true""true""true""true") or not ('false'"false""false""false""false""false"). In this mode the lowest image pyramid level on which at least one match can be found is automatically determined during the search. This mode can be helpful in case of input images of poor quality, e.g., defocused, deformed, or noisy images. In such cases the edge information on the lowest image pyramid level may be missing or deformed and as a consequence no instances of the shape model can be found. Nevertheless, the edge information may be sufficient on higher pyramid levels. The selection of the suitable pyramid level, i.e., the lowest pyramid level on which at least one instance of the shape model can be found, depends on the model and on the input image. Of course the restrictions on accuracy and robustness mentioned for 'pyramid_level_lowest'"pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest" occur. Example: 'pyramid_level_highest'"pyramid_level_highest""pyramid_level_highest""pyramid_level_highest""pyramid_level_highest""pyramid_level_highest" is set to 4, 'pyramid_level_lowest'"pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest" is set to 2, and 'pyramid_level_robust_tracking'"pyramid_level_robust_tracking""pyramid_level_robust_tracking""pyramid_level_robust_tracking""pyramid_level_robust_tracking""pyramid_level_robust_tracking" is set to 'true'"true""true""true""true""true". Now the matching starts at the fourth pyramid level and tracks the matches down to the second lowest pyramid level. If no instance of the model can be found on the pyramid level 2, but matches have been obtained at a higher level, the lowest pyramid level is determined on which at least one instance of the model is found. The instances of this pyramid level will then be returned.

      Default: 'false'"false""false""false""false""false".

  6. Clutter

    The following parameters are used to specify the clutter region. Note that for this the clutter region has to be set beforehand using set_generic_shape_model_objectset_generic_shape_model_objectSetGenericShapeModelObjectSetGenericShapeModelObjectSetGenericShapeModelObjectset_generic_shape_model_object.

    • 'use_clutter'"use_clutter""use_clutter""use_clutter""use_clutter""use_clutter":

      Determines whether the model ModelIDModelIDModelIDModelIDmodelIDmodel_id considers clutter parameters ('true'"true""true""true""true""true") or not ('false'"false""false""false""false""false"). The runtime using clutter parameters will be at least as high as the runtime without clutter parameters but returning all matches, thus 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches" set to 'all'"all""all""all""all""all".

      List of values: 'false'"false""false""false""false""false", 'true'"true""true""true""true""true".

      Default: 'false'"false""false""false""false""false".

    • 'clutter_contrast'"clutter_contrast""clutter_contrast""clutter_contrast""clutter_contrast""clutter_contrast":

      Determines the minimal contrast which edges in the clutter region must have in order to be counted as clutter.

      The polarity of the found clutter edges is ignored, i.e., bright objects on a dark background will yield the same clutter score as dark objects on a bright background, independent of the parameter 'metric'"metric""metric""metric""metric""metric" of the shape model.

      For the value 'auto'"auto""auto""auto""auto""auto" the contrast will be estimated automatically. Note, a suitable estimation requires that the defining region is representative. We recommend to check if the estimated value is suitable and adapt it otherwise.

      Please note that clutter scores are strongly affected by illumination variations.

      Possible values: 'auto'"auto""auto""auto""auto""auto", 5, 10.

      Restriction: 'clutter_contrast'"clutter_contrast""clutter_contrast""clutter_contrast""clutter_contrast""clutter_contrast" must be larger or equal to 'min_contrast'"min_contrast""min_contrast""min_contrast""min_contrast""min_contrast".

      Default: 'auto'"auto""auto""auto""auto""auto".

      Attention: A suitable automatic estimation is not possible for shape models generated from XLD contours. Therefore, in such a case the estimated value is set to 'min_contrast'"min_contrast""min_contrast""min_contrast""min_contrast""min_contrast", see also the section “Automatic modifications” below.

    • 'max_clutter'"max_clutter""max_clutter""max_clutter""max_clutter""max_clutter":

      The value 'max_clutter'"max_clutter""max_clutter""max_clutter""max_clutter""max_clutter" specifies the maximum clutter score that a match can have in order to be accepted.

      Note, the value of this parameter has no effect on the runtime.

      Value range: [0.0, 1.0].

      Default: 0.0.

    • 'clutter_hom_mat_2d'"clutter_hom_mat_2d""clutter_hom_mat_2d""clutter_hom_mat_2d""clutter_hom_mat_2d""clutter_hom_mat_2d":

      The clutter region is set relative to the model. The transformation matrix 'clutter_hom_mat_2d'"clutter_hom_mat_2d""clutter_hom_mat_2d""clutter_hom_mat_2d""clutter_hom_mat_2d""clutter_hom_mat_2d" maps the model origin to the position of the model instance (or rather its center of gravity) in the image when the clutter region has been set using set_generic_shape_model_objectset_generic_shape_model_objectSetGenericShapeModelObjectSetGenericShapeModelObjectSetGenericShapeModelObjectset_generic_shape_model_object.

      Possible values:

      Default: 'auto'"auto""auto""auto""auto""auto".

    • 'clutter_border_mode'"clutter_border_mode""clutter_border_mode""clutter_border_mode""clutter_border_mode""clutter_border_mode":

      With 'clutter_border_mode'"clutter_border_mode""clutter_border_mode""clutter_border_mode""clutter_border_mode""clutter_border_mode" the behavior of the clutter score can be influenced in cases where the clutter region of a found match is not entirely contained in the image domain. The corresponding values for 'clutter_border_mode'"clutter_border_mode""clutter_border_mode""clutter_border_mode""clutter_border_mode""clutter_border_mode" are:

      • 'clutter_border_average'"clutter_border_average""clutter_border_average""clutter_border_average""clutter_border_average""clutter_border_average":

        When 'clutter_border_average'"clutter_border_average""clutter_border_average""clutter_border_average""clutter_border_average""clutter_border_average" is set, the hidden part of the clutter region is assumed to be filled on average as is its visible part. If the clutter region is not visible at all, the clutter score of the found match is set to 0.0.

      • 'clutter_border_empty'"clutter_border_empty""clutter_border_empty""clutter_border_empty""clutter_border_empty""clutter_border_empty":

        When 'clutter_border_empty'"clutter_border_empty""clutter_border_empty""clutter_border_empty""clutter_border_empty""clutter_border_empty" is set, the clutter region is assumed to be clutter-free where it is not visible.

      Note that 'clutter_border_average'"clutter_border_average""clutter_border_average""clutter_border_average""clutter_border_average""clutter_border_average" may result in higher clutter scores than 'clutter_border_empty'"clutter_border_empty""clutter_border_empty""clutter_border_empty""clutter_border_empty""clutter_border_empty" even if the match is not located at the border of the image domain.

      List of values: 'clutter_border_average'"clutter_border_average""clutter_border_average""clutter_border_average""clutter_border_average""clutter_border_average", 'clutter_border_empty'"clutter_border_empty""clutter_border_empty""clutter_border_empty""clutter_border_empty""clutter_border_empty".

      Default: 'clutter_border_average'"clutter_border_average""clutter_border_average""clutter_border_average""clutter_border_average""clutter_border_average".

  7. Regarding the Output

Computational Resources during a Search

In this paragraph we list parameters concerning technical influences when searching the model ModelIDModelIDModelIDModelIDmodelIDmodel_id. Supported GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name are:

Automatic modifications

The following parameters are subject to automatic modifications without further notice:

Note that the transformations are treated internally such that the scalings are applied first, followed by the rotation. Therefore, the model should usually be aligned such that it appears horizontally or vertically in the model image.

Execution Information

This operator modifies the state of the following input parameter:

During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.

Parameters

ModelIDModelIDModelIDModelIDmodelIDmodel_id (input_control, state is modified)  shape_model HShapeModel, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of the shape model.

GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name (input_control)  attribute.name-array HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Parameter name.

Default: 'min_score' "min_score" "min_score" "min_score" "min_score" "min_score"

List of values: 'angle_end'"angle_end""angle_end""angle_end""angle_end""angle_end", 'angle_start'"angle_start""angle_start""angle_start""angle_start""angle_start", 'angle_step'"angle_step""angle_step""angle_step""angle_step""angle_step", 'border_shape_models'"border_shape_models""border_shape_models""border_shape_models""border_shape_models""border_shape_models", 'clutter_border_mode'"clutter_border_mode""clutter_border_mode""clutter_border_mode""clutter_border_mode""clutter_border_mode", 'clutter_contrast'"clutter_contrast""clutter_contrast""clutter_contrast""clutter_contrast""clutter_contrast", 'clutter_hom_mat_2d'"clutter_hom_mat_2d""clutter_hom_mat_2d""clutter_hom_mat_2d""clutter_hom_mat_2d""clutter_hom_mat_2d", 'contrast_high'"contrast_high""contrast_high""contrast_high""contrast_high""contrast_high", 'contrast_low'"contrast_low""contrast_low""contrast_low""contrast_low""contrast_low", 'greediness'"greediness""greediness""greediness""greediness""greediness", 'iso_scale_max'"iso_scale_max""iso_scale_max""iso_scale_max""iso_scale_max""iso_scale_max", 'iso_scale_min'"iso_scale_min""iso_scale_min""iso_scale_min""iso_scale_min""iso_scale_min", 'iso_scale_step'"iso_scale_step""iso_scale_step""iso_scale_step""iso_scale_step""iso_scale_step", 'max_clutter'"max_clutter""max_clutter""max_clutter""max_clutter""max_clutter", 'max_deformation'"max_deformation""max_deformation""max_deformation""max_deformation""max_deformation", 'max_overlap'"max_overlap""max_overlap""max_overlap""max_overlap""max_overlap", 'max_overlap_global_enable'"max_overlap_global_enable""max_overlap_global_enable""max_overlap_global_enable""max_overlap_global_enable""max_overlap_global_enable", 'metric'"metric""metric""metric""metric""metric", 'min_contrast'"min_contrast""min_contrast""min_contrast""min_contrast""min_contrast", 'min_score'"min_score""min_score""min_score""min_score""min_score", 'min_size'"min_size""min_size""min_size""min_size""min_size", 'model_cache'"model_cache""model_cache""model_cache""model_cache""model_cache", 'model_identifier'"model_identifier""model_identifier""model_identifier""model_identifier""model_identifier", 'num_levels'"num_levels""num_levels""num_levels""num_levels""num_levels", 'num_matches'"num_matches""num_matches""num_matches""num_matches""num_matches", 'optimization'"optimization""optimization""optimization""optimization""optimization", 'origin_column'"origin_column""origin_column""origin_column""origin_column""origin_column", 'origin_row'"origin_row""origin_row""origin_row""origin_row""origin_row", 'prepare_clutter_region_for_visualization'"prepare_clutter_region_for_visualization""prepare_clutter_region_for_visualization""prepare_clutter_region_for_visualization""prepare_clutter_region_for_visualization""prepare_clutter_region_for_visualization", 'prepare_contours_for_visualization'"prepare_contours_for_visualization""prepare_contours_for_visualization""prepare_contours_for_visualization""prepare_contours_for_visualization""prepare_contours_for_visualization", 'pyramid_level_highest'"pyramid_level_highest""pyramid_level_highest""pyramid_level_highest""pyramid_level_highest""pyramid_level_highest", 'pyramid_level_lowest'"pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest""pyramid_level_lowest", 'pyramid_level_robust_tracking'"pyramid_level_robust_tracking""pyramid_level_robust_tracking""pyramid_level_robust_tracking""pyramid_level_robust_tracking""pyramid_level_robust_tracking", 'restrict_iso_scale_max'"restrict_iso_scale_max""restrict_iso_scale_max""restrict_iso_scale_max""restrict_iso_scale_max""restrict_iso_scale_max", 'restrict_iso_scale_min'"restrict_iso_scale_min""restrict_iso_scale_min""restrict_iso_scale_min""restrict_iso_scale_min""restrict_iso_scale_min", 'restrict_scale_column_max'"restrict_scale_column_max""restrict_scale_column_max""restrict_scale_column_max""restrict_scale_column_max""restrict_scale_column_max", 'restrict_scale_column_min'"restrict_scale_column_min""restrict_scale_column_min""restrict_scale_column_min""restrict_scale_column_min""restrict_scale_column_min", 'restrict_scale_row_max'"restrict_scale_row_max""restrict_scale_row_max""restrict_scale_row_max""restrict_scale_row_max""restrict_scale_row_max", 'restrict_scale_row_min'"restrict_scale_row_min""restrict_scale_row_min""restrict_scale_row_min""restrict_scale_row_min""restrict_scale_row_min", 'scale_column_max'"scale_column_max""scale_column_max""scale_column_max""scale_column_max""scale_column_max", 'scale_column_min'"scale_column_min""scale_column_min""scale_column_min""scale_column_min""scale_column_min", 'scale_column_step'"scale_column_step""scale_column_step""scale_column_step""scale_column_step""scale_column_step", 'scale_row_max'"scale_row_max""scale_row_max""scale_row_max""scale_row_max""scale_row_max", 'scale_row_min'"scale_row_min""scale_row_min""scale_row_min""scale_row_min""scale_row_min", 'scale_row_step'"scale_row_step""scale_row_step""scale_row_step""scale_row_step""scale_row_step", 'strict_boundaries'"strict_boundaries""strict_boundaries""strict_boundaries""strict_boundaries""strict_boundaries", 'subpixel'"subpixel""subpixel""subpixel""subpixel""subpixel", 'time_measurement'"time_measurement""time_measurement""time_measurement""time_measurement""time_measurement", 'timeout'"timeout""timeout""timeout""timeout""timeout", 'use_clutter'"use_clutter""use_clutter""use_clutter""use_clutter""use_clutter"

GenParamValueGenParamValueGenParamValueGenParamValuegenParamValuegen_param_value (input_control)  attribute.value-array HTupleSequence[Union[int, float, str]]HTupleHtuple (real / integer / string) (double / int / long / string) (double / Hlong / HString) (double / Hlong / char*)

Parameter value.

Default: 0.5

Suggested values: -3.14, -1.57, -0.79, -0.39, 0.0, 0.39, 0.79, 1.57, 3.14

Result

If the parameters are valid, the operator set_generic_shape_model_paramset_generic_shape_model_paramSetGenericShapeModelParamSetGenericShapeModelParamSetGenericShapeModelParamset_generic_shape_model_param returns the value 2 ( H_MSG_TRUE) . If necessary an exception is raised.

Possible Predecessors

create_generic_shape_modelcreate_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model

Possible Successors

get_generic_shape_model_paramget_generic_shape_model_paramGetGenericShapeModelParamGetGenericShapeModelParamGetGenericShapeModelParamget_generic_shape_model_param, train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model, find_generic_shape_modelfind_generic_shape_modelFindGenericShapeModelFindGenericShapeModelFindGenericShapeModelfind_generic_shape_model

Module

Matching