04-27-2023 10:58 PM
Hi experts,
I am new to labVIEW and machine vision,I need to to do multiple object tracking .For which i follow a research paper,in which they uses two vision assistant .One vision assistant for offline image processing(Classification,object tracking etc) and trained the program for the real time(online) image processing in vision assistant 2 by doing pattern matching.I have done all the former steps of image processing but how can I transfer the processed images to vision assistant 2 for pattern matching and online (realtime) image processing.I follow the block diagram of the paper but showing some error in wire connections i my program.Can someone please tell the way to use the processed image of vision assistant 1 to vision assistance 2.Or tell me the appropriate channel to learn how to solve this type of problem.
I attach a block diagram picture of the paper and my VI file (just for example).
Thanks
05-03-2023 05:09 PM - edited 05-03-2023 05:11 PM
@G12X21444 wrote:
Hi experts,
I am new to labVIEW and machine vision,I need to to do multiple object tracking .For which i follow a research paper,in which they uses two vision assistant .One vision assistant for offline image processing(Classification,object tracking etc) and trained the program for the real time(online) image processing in vision assistant 2 by doing pattern matching.I have done all the former steps of image processing but how can I transfer the processed images to vision assistant 2 for pattern matching and online (realtime) image processing.I follow the block diagram of the paper but showing some error in wire connections i my program.Can someone please tell the way to use the processed image of vision assistant 1 to vision assistance 2.Or tell me the appropriate channel to learn how to solve this type of problem.
I attach a block diagram picture of the paper and my VI file (just for example).
Thanks
Firstly I dont have Vision Installed, But Vision Assistant is for processing an image of loaded (Eg: Colour Plane Extraction, Pattern Match, etc.,) and the Processed image can be converted into a LabVIEW Module (Dymanic image path can be mapped for processing online image).
If you are already familiar with LabVIEW Vision Modules, you can straight away use the Vision Functions to process the image.