Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Dividing an image into blocks

My imaging algorithm requires that a 1024 x 64 (lines) image be acquired from a line scan camera. This long thin image has then to be subdivided into 16 blocks of 64 x 64 and each block loaded into 16 separate buffers - so that each block can be processed separately.
 
Can anybody give me direction in a processing efficient method of assembling these blocks using labview/ni vision developer.
 
rgds
 
Chs
0 Kudos
Message 1 of 2
(3,184 Views)
One way would be to extract the relevant portions out of your original image to suit. Have you taken a look at any of the shipping examples such as Extract Example.vi ?
0 Kudos
Message 2 of 2
(3,157 Views)