Image processing pipelines in Image Analyst MKII
Image Analyst MKIIPipelines Glossary
HomeWorkflowImage Processing BasicsFunctions GlossaryPipelines GlossaryProtocolsQuick How ToSearch

Using the param variable

Parameters:
Name # Type Description
This value is passed to the param variable of the Dilate function 1 integer Diameter of the structuring element in pixels
Description:
This snippet shows how to use the param variable to perform calculations on pipeline parameter values before passing the value to a function. See more about the calculation in Help/Expression Evaluation.