Scripting Concepts
- Updated2025-09-11
- 1 minute(s) read
The Vision Assistant scripting feature records a series of image processing steps and the parameters you specified for each of those steps. You can run scripts on single images or image collections (batch processing). You also can modify and save scripts.
A script is a list of image processing and analysis functions and the parameters for each of those functions. As you prototype the image processing application, Vision Assistant records each function and its parameters.
Complete the following steps to develop a script:
- Process an image.When you finish processing the image and exit the Parameter window, Vision Assistant adds the processing step to the current script.
- Save the script.
You can use the script to implement the image processing application using the Vision machine vision and image processing library in LabVIEW, LabWindows™/CVI™, or in Visual Studio .NET.
If you have a supported version of LabVIEW and the Vision Development Module installed, you can use Vision Assistant to create the LabVIEW VI implementing the image processing steps you prototyped. Refer to the Vision Development Module Readme for a list of supported LabVIEW versions.