02-25-2009 10:32 AM
I have 1D array containing 504000 elements that I want to remove segments of data from...
3000 pixels + 360 dead pixels per line (3000,360,3000,360...)
150 lines total
later the data will be resized to a 3D array of 200 rows by 150 lines with 15 pages
Question is:
How do I process the array in place, removing segments of 360 elements, after
each 3000 elements... till the end of the array.
Thankyou.
02-25-2009 11:10 AM