Here i am sending VI containing the 1000 X 512 data and it's Image. ( 1000 Lines and 512 elements)
Information:This is Plastic Image taken by (OCT-Laser System) will be use for thickness measurement. This OCT system takes 1000 Lines per Second, AS you can see image of plastic at Input side. As out of this image we want to measure thickness between two layer of plastic. for that we have decide to take two highest vale of each line and average it will 1000 lines and show as output graph.
Problem: 1000 lines per second become huge data to process and give result at time on screen. At a time means User moving prob of OCT over the Plastic surface and want to see its thickness on the screen. In this 1000 lines most of lines are repeating, it may be next line or randomly but surely repeating, so i want first stage which reduce this line to small number so remaining process take less time and give result at a time.
NOte. Out put shown in this VI as average A scan is not a perfect one.