LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image partition

I want to devide an Image to say 16 parts and then I would like to use each part of the image for Image processing to analyse the topography of the image . How can I do this. The image is attached below.

0 Kudos
Message 1 of 3
(2,970 Views)

Well, you could use Image to Array to "reduce" the Image to an N by M array of intensities (corresponding to your Pixels), use Array functions to split the Array however you want, then use Array to Image to cast the Array back to a displayable Image.  Note that you'll need additional Image buffers (one per sub-image) to make this work.  You can find these functions on the Pixel Manipulation sub-palette.

 

Bob Schor

Message 2 of 3
(2,943 Views)
you do not need to do that use ROI for your vis code
also for topography there is 3d plotting of value use that
0 Kudos
Message 3 of 3
(2,902 Views)