LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MathScript Node

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.................

 

0 Kudos
Message 1 of 3
(2,522 Views)

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

Troy - CLD "If a hammer is the only tool you have, everything starts to look like a nail." ~ Maslow/Kaplan - Law of the instrument
0 Kudos
Message 2 of 3
(2,504 Views)

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 !!

0 Kudos
Message 3 of 3
(2,484 Views)