04-08-2019 09:29 AM
Hello, I'm Venus and I'm quite new at Labview! I was trying to utilize Labview's default examples for object tracking using the traditional mean-shift tracking function and I got stuck trying to make a coordinate array for X and Y.
I have a case structure that has 0 for the initial condition where it reads in the coordinates of the bottom function. I would like the coordinates to be the start of the array and then when the case structure is at default the array could be added on to the matrix. I'm not sure how to implement it and would really appreciate any help or advice, thank you!
Solved! Go to Solution.
04-08-2019 11:25 AM - edited 04-08-2019 11:25 AM
Ok so I made the code to work but it's still not appending the X and Y coordinates into the last array. I really need help and am really desperate. Thank you so much!
04-08-2019 03:55 PM
It's cool, I figured it out 🙂 I'm gonna move onto the timing function now.