Click here to show toolbars of the Web Online Help System: show toolbars |
Table: | For the context and models |
Table: | For the context |
Table: | For one or all models |
Table: | For a result buffer |
MIL_ID ContextOrResultId, | //in |
MIL_INT Index, | //in |
MIL_INT64 ControlType, | //in |
MIL_DOUBLE ControlValue | //in |
This function allows you to control a setting of a Model Finder context, one (or all) of the models contained therein, or a Model Finder result buffer. These settings control the execution of MmodFind() operations. Most of the control type settings can be inquired using MmodInquire().
In general, any value that you provide to the MIL Model Finder module (for example, position and width) must be specified in the pixel coordinate system, even if the target is calibrated. The only exception is when specifying angles (for example, M_REFERENCE_ANGLE); in these cases, you must specify the angles in the relative coordinate system if the target is calibrated.
Changing certain control type settings might require preprocessing of the Model Finder context again, using MmodPreprocess(). To know if the Model Finder context needs to be preprocessed, call MmodInquire() with the M_PREPROCESSED inquire type.
You can automatically define an image-type model that is based on specified control settings using this function with M_AUTO_DEFINE. To have specified settings taken into account during model definition, you must allocate an empty image-type model using MmodDefine() with M_AUTO_DEFINE, set the appropriate control types using MmodControl(), and then call MmodControl() with M_AUTO_DEFINE. M_AUTO_DEFINE defines a unique model by searching the model source image for unique geometric features that match the settings specified using MmodControl(). When the most suitable geometric features are found, the function automatically defines a model from those features. If none are found, no model is allocated and an error is reported. It can take several seconds to find the best model (or more for large or small images). To be useful, the model source image should be a typical target image; otherwise, the selected area for the model might never be present in the target image. For more information on defining an image-type model automatically, see the Image-type models subsection of the Defining and adding models to your Model Finder context section of Chapter 8: Geometric Model Finder.
Specifies the Model Finder context or Model Finder result buffer whose settings you want to modify. The Model Finder context or result buffer must have been previously allocated on the system using MmodAlloc() or MmodAllocResult(), respectively.
Specifies that the Model Finder context, an individual model, or a Model Finder result buffer is controlled. Set this parameter to one of the following values:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Applies the specified control setting to all models, if a Model Finder context is specified. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Controls a general setting of a specified Model Finder context, if one is specified. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Controls a general setting of a Model Finder result buffer when ContextOrResultId is a result buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the index of the individual model to control, if a Model Finder context is specified. |
Specifies the setting to change.
See the Parameter associations section for possible values that can be specified.
Specifies the setting's new value.
All values are set in pixels, regardless of whether the model is calibrated.
See the Parameter associations section for possible values that can be specified.
The tables below list possible values for the ControlType and ControlValue parameters.
The following ControlType and corresponding ControlValue settings can be specified for both the Model Finder context (M_CONTEXT) and each individual model (or all models) in the Model Finder context:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the number of occurrences for which to search. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to find all occurrences. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the number of occurrences. |
The following ControlType and corresponding ControlValue settings can be specified for the Model Finder context (M_CONTEXT):
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the accuracy with which to find occurrences. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_MEDIUM. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies high accuracy. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies low accuracy. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies medium accuracy. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the degree to which MIL processes edgels in the target (MmodFind()) The target edgels that MIL processes are considered active. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 100.0%. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the degree to which MIL processes target edgels, in percent. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the aspect ratio to apply to the target before starting the search. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the pixel width/pixel height of the target. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the level of details to extract from model images and target images during edge extraction. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_MEDIUM. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a high level of detail. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a medium level of detail. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a very high level of detail. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the resolution level for the initial stage (lowest resolution) of the search. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_AUTO. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the first resolution is determined automatically. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the resolution level. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the resolution level for the final stage (the highest resolution) of the search. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_AUTO. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the last resolution is determined automatically. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the resolution level. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets whether to save the target edges in the result buffer. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that target edges cannot be saved. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that target edges can be saved. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets whether to perform calculations specific to angular-range search strategies. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that calculations specific to angular-range search strategies are disabled. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that calculations specific to angular-range search strategies are enabled. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets whether to perform calculations specific to position-range search strategies. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_ENABLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that calculations specific to position-range search strategies are disabled. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that calculations specific to position-range search strategies are enabled. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets whether to perform calculations specific to scale-range search strategies. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that calculations specific to scale-range search strategies are disabled. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that calculations specific to scale-range search strategies are enabled. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets whether to enable sharing of edges between occurrences. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to disable the sharing of edges. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to enable the sharing of edges. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the degree of smoothness (noise reduction) applied to the model images and target images during the edge extraction. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 50.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the smoothness value applied to the images. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the algorithm's search speed. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_MEDIUM. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a high speed. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a low speed. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a medium speed. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a very high speed. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Stops the current MmodFind() operation. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Implements the default behavior. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets whether target caching is enabled. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to disable target caching. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to enable target caching in the result. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the maximum search time for MmodFind(), in msec. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 2000.0 msec. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies an infinite amount of search time. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the maximum search time, in msecs. |
The following ControlType and corresponding ControlValue settings can be specified for each individual model or all models in the Model Finder context:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the acceptance level for the score. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 60.0%. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies an acceptable score, in percent. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the acceptance level for the target score. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.0%. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies an acceptable target score, in percent. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the nominal search angle; this is the angle at which you expect to find the model's reference axis (specified using M_REFERENCE_ANGLE) in the target. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.0°. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the nominal search angle, in degrees. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the lower limit of the angular range, relative to the nominal search angle (M_ANGLE). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 180.0°. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the lower limit of the angular range, in degrees. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the upper limit of the angular range, relative to the nominal search angle (M_ANGLE). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 180.0°. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the upper limit of the angular range, in degrees. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Associates the specified camera calibration context with the specified model. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_NULL. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Removes the association between the model and a camera calibration context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the camera calibration context to associate with the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Defines a unique model from a source image, automatically. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the identifier of the image buffer (model source image) from which to extract the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets a margin at the bottom of the bounding box of the model's active edges. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 10.0% of the height of the bounding box of the model's active edges. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the margin, in the user-defined units for the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets a margin at the left side of the bounding box of the model's active edges. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 10.0% of the width of the bounding box of the model's active edges. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the margin, in the user-defined units for the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets a margin at the right side of the bounding box of the model's active edges. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 10.0% of the width of the bounding box of the model's active edges. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the margin, in the user-defined units for the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets a margin at the top of the bounding box of the model's active edges. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 10.0% of the height of the bounding box of the model's active edges. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the margin, in the user-defined units for the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the direction of the Y-axis for a model of type M_DXF_FILE. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to flip the Y-axis for the model so that the Y-axis is positive going down. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies not to flip the Y-axis for the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the certainty level for the score, as a percentage. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 90.0%. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the certainty level for the score, in percent. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the certainty level for the target score. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.0%. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the certainty level for the target score, in percent. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the radius used to round all the corners of predefined-shaped models that have corners. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the radius, in the user-defined units for the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the maximum expected model coverage. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 100.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the maximum expected model coverage. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the fit error weighting factor. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 25.0%. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the fit error weighting factor, in percent. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the minimum expected occurrence fit score. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the minimum expected occurrence fit score. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the minimum angular separation required for two occurrences to be considered two distinct matches (two separate occurrences). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 10.0 degrees. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Disables the minimum angle separation criteria. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the minimum angular separation required, in degrees. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the minimum separation required in aspect ratios for two occurrences to be considered distinct matches. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1.1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to disable the minimum aspect ratio separation criteria. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the criteria for minimum separation of aspect ratios. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the minimum separation required in scale for two occurrences to be considered distinct matches (two separate occurrences). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1.1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to disable the minimum scale separation criteria. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the criteria for minimum separation in scale. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the minimum separation required along the X-axis for two occurrences to be considered distinct matches (two separate occurrences). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 10.0%. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to disable the minimum separation in X criteria. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the minimum separation as a percentage of the model's width at M_SCALE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the minimum separation required along the Y-axis for two occurrences to be considered distinct matches (two separate occurrences). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 10.0%. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to disable the minimum separation in Y criteria. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the minimum separation as a percentage of the model's height at M_SCALE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the nominal aspect ratio factor for the model. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the minimum possible value for this control type. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the value of the nominal aspect ratio for the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the factor used to determine the upper limit (maximum permitted aspect ratio) of the model's aspect ratio. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1.2. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the maximum factor for the aspect ratio of a model is infinite. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the factor that determines the maximum aspect ratio for a model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the factor used to determine the lower limit (minimum permitted aspect ratio) of the model's aspect ratio. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.8. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the minimum factor for the aspect ratio of a model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the factor that determines the minimum aspect ratio for a model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the pixel scale of the model, if it is a synthetic model. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value of the pixel scale. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the pixel scale. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the expected polarity of occurrences, compared to that of the model. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the occurrences can be a mixture of polarities. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the polarity of occurrences is the reverse of that of the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the polarity of occurrences is the same as that of the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the polarity of occurrences can be either the same or the reverse of that of the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the valid position range in the negative X-direction, relative to the nominal position (M_POSITION_X and M_POSITION_Y). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the position range as the entire image plane in the negative X-direction. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the position range's negative X-offset, in pixels, and can be specified with subpixel accuracy; for an M_SHAPE_... type of Model Finder context, specify the offset in the units of the target's coordinate system. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the valid position range in the negative Y-direction, relative to the nominal position (M_POSITION_X and M_POSITION_Y). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the position range as the entire image plane in the negative Y-direction. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the position range's negative Y-offset, in pixels, and can be specified with subpixel accuracy; for an M_SHAPE_... type of Model Finder context, specify the offset in the units of the target's coordinate system. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the valid position range in the positive X-direction, relative to the nominal position (M_POSITION_X and M_POSITION_Y). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_INFINITE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the position range as the entire image plane in the positive X-direction. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the position range's positive X-offset, in pixels, and can be specified with subpixel accuracy; for an M_SHAPE_... type of Model Finder context, specify the offset in the units of the target's coordinate system. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the valid position range in the positive Y-direction, relative to the nominal position (M_POSITION_X and M_POSITION_Y). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_INFINITE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the position range as the entire image plane in the positive Y-direction. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the position range's positive Y-offset, in pixels, and can be specified with subpixel accuracy; for an M_SHAPE_... type of Model Finder context, specify the offset in the units of the target's coordinate system. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the nominal search position for the X-coordinate. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_ALL. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies all X-coordinates. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the nominal search position, in pixels, and can be specified with subpixel accuracy; for an M_SHAPE_... type of Model Finder context, specify the position in the units of the target's coordinate system. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the nominal search position for the Y-coordinate. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_ALL. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies all Y-coordinates. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the nominal search position, in pixels, and can be specified with subpixel accuracy; for an M_SHAPE_... type of Model Finder context, specify the position in the units of the target's coordinate system. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the angle of the reference axis for the model. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.0 degrees. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the angle, in degrees. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the X-offset of the origin of the model's reference axis, relative to the model origin. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the default X-offset will be used. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the X-offset value. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the Y-offset of the origin of the model's reference axis, relative to the model origin. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the default Y-offset will be used. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the Y-offset value. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the tolerance for finding deformed circles (allowable radii variation) for a model defined in an M_SHAPE_... type of Model Finder context, given the other specified Model Finder constraints. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 25.0%. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the tolerance as a percentage of the allowable radii variation given the other Model Finder constraints. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the nominal search scale. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the value of the nominal search scale. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the factor used to determine the upper limit (maximum permitted scale) of the scale range. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 2.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the upper limit of the scale range is infinite. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the factor that determines the maximum scale of the occurrence for a model in an M_GEOMETRIC or M_GEOMETRIC_CONTROLLED type of Model Finder context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the factor that determines the maximum scale of the occurrence for a model in an M_SHAPE_... type of Model Finder context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the factor used to determine the lower limit (minimum permitted scale) of the scale range. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.5. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the factor that determines the minimum scale of the occurrence for a model in an M_SHAPE_... type of Model Finder context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the factor that determines the minimum scale of the occurrence for a model in an M_GEOMETRIC or M_GEOMETRIC_CONTROLLED type of Model Finder context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets whether to constrain candidates to the nearest bound of the aspect ratio range if the candidate is outside of the range. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_ENABLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that for a candidate to be considered an occurrence, it must have an aspect ratio within the defined aspect ratio range. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to consider candidates with an aspect ratio that falls outside of the specified aspect ratio range, but constrain their fit to the closest bound of the aspect ratio range, and reduce their score accordingly. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to use a search region defined from a graphics list. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the identifier of the graphics list containing the rectangular region that will be used as the model search region. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets a unique user-defined label for the specified model. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_NO_LABEL. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that no user label is associated with the model. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the user label of the model. |
The following ControlType and corresponding ControlValue settings can be specified for a Model Finder result buffer:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Saves all the necessary information in the result buffer to be able to define a model from a result occurrence (MmodDefine() with M_MOD_RESULT). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies not to save any information. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to save all the necessary information. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets whether to return results in pixels or world units. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_ACCORDING_TO_CALIBRATION. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that results are returned in world units if the result was calculated on an image associated with a camera calibration context; otherwise, specifies that results are returned in pixel units. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that results are returned in pixel units, with respect to the pixel coordinate system. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that results are returned in world units, with respect to the relative coordinate system. |
void MmodControlInt64
(MIL_ID ContextOrResultId,
MIL_INT Index,
MIL_INT64 ControlType,
MIL_INT64 ControlValue)
Parameters
ContextOrResultId See ContextOrResultId of the main function for a description. Index See Index of the main function for a description. ControlType See ControlType of the main function for a description. ControlValue See ControlValue of the main function for a description. |
void MmodControlDouble
(MIL_ID ContextOrResultId,
MIL_INT Index,
MIL_INT64 ControlType,
MIL_DOUBLE ControlValue)
Parameters
ContextOrResultId See ContextOrResultId of the main function for a description. Index See Index of the main function for a description. ControlType See ControlType of the main function for a description. ControlValue See ControlValue of the main function for a description. |
Header | Include mil.h. |
Library | Use mil.lib; milmod.lib. |
DLL | Requires mil.dll; milmod.dll. |