01-17-2013 03:13 PM - edited 01-17-2013 03:15 PM
Hi !!!
am working on imageprocessing....can any one expalin me how to give input(image) to Mathscript Node and process some algorithm and get output in image format.... i have tried imread function but it shows me error ...below attached .m file please help me out to process the .m file in lab view.................
01-17-2013
06:56 PM
- last edited on
10-10-2025
12:46 PM
by
Content Cleaner
There isn't actually any LabVIEW code in the image you attached.
To get inputs into the formula node (defining constants and variables) you need to add input terminals.
From the LabVIEW help: Create an input terminal for each input variable by right-clicking the Formula Node border and selecting Add Input from the shortcut menu. Type the variable name in the terminal that appears. You can edit the variable name at any time using the Labeling tool or the Operating tool, except when the VI is running.
Have a look at this help document here: LabVIEW 2012 MathScript RT Module Help [broken link removed]
01-18-2013 04:04 AM
Hi thanks for the reply !!!
here am attaching my labview vi, pleease suggest me how can i connect the acquired image to mathscript node to rgbimage label as i need to do color segmentation and then the output from cf label is fed to further section(particle analysis)....
thanks in advance !!