02-15-2010 05:19 PM
02-16-2010 03:41 AM
hi,
I don't know if i understood well but it seems that most of the work has been done if you already have the 2D array that corresponds to the substraction of 2 images. If you need to know the index of the highest pixel value all you have got to do is use the Array Max & Min function.
That gives directly the highest pixel value of the 2D array and the coordinates of it. The first pixel of your image is top left and corresponds to (x:0;y:0).
02-16-2010 06:53 AM
02-16-2010 07:11 AM
02-16-2010 07:21 AM
hi,
The 2 for loops are only there to create a 2D array of random numbers and its size will correspond to ArraySize2 (columns) x ArraySize1 (lines). The N terminals represent the size of one dimension of your array. I needed to create one array to use Array Min&Max function. You do not need that part and you just have to use this function directly with your 2D array of U8 values.
Could you add your VI once again for LV 8.0 please?
02-16-2010 07:41 AM
02-16-2010 08:00 AM
thanks!
Look at the attachment it should be ok!