06-23-2011 08:45 AM
Hi,
I need to average acquisition images from a camera and than subtract the average from a background image acquisition.
Althought I'm using an ethernet connection the program is REALLY slow.
I'm new with Labview so any suggestion is very wellcome...Ihave attached the program
Solved! Go to Solution.
06-23-2011 01:50 PM - edited 06-23-2011 01:50 PM
This isn't my best work, but take a look a this. The same code acquires both images, you just choose which image control stores the averaged image. the Analyze button then processes whatever is in the two image controls (Reference and Absolute).
Your problem is that you are constantly initializing each time you take an image. You only have to do it once.
06-24-2011 09:51 AM
thank you very mutch
06-24-2011 09:58 AM - edited 06-24-2011 10:06 AM
a