BaseImageProcessingVariationCapableElementUpdateVariationParameters Method |
Updates all the looping parameters in the given list to the
current values in the image processing object.
Necessary because it can happen that these are not the ones that
are demanded during looping due to range restrictions in OpenCV;
these restrictions are checked and corrected while an image
processing object is executed.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic virtual void UpdateVariationParameters(
IEnumerable<VariationParameter> variationParameters
)
Parameters
- variationParameters IEnumerableVariationParameter
- The list of parameters to be varied.
See Also