SHILPA0484 Posted April 5, 2019 Report Share Posted April 5, 2019 Can someone give idea of sticthing 2D array of images. Multiple row stitching.vi Quote Link to comment
ShaunR Posted April 5, 2019 Report Share Posted April 5, 2019 (edited) I only see a 1d array of images loaded from files (which you didn't post). Is the question to convert the 1D array of image files into 2D? How to stitch a 2D array into a single image that looks the like 2D array (stitch row, by row, column by column)? How to stich the images of a 2D array into one long image? (Vertically, horizontally?). If I were to "stitch" some images together, I would use the default Picture Toolkit or maybe Vugies Bitman library rather than the Vision Software. Here's an example using the Picture Toolbox, which loads a number of *.png files, splits them into a 2D array, then "stitches" them together as one long horizontal image. It should be fairly straight forward to "stitch" by rows or columns from this point, if it is required, by adjusting the Top/Bottom in the same way. Multiple row stitching.vi Edited April 5, 2019 by ShaunR Quote Link to comment
0_o Posted April 7, 2019 Report Share Posted April 7, 2019 Search for Stitching in OpenCV -> Write Python code -> integrate into LV Quote Link to comment
SHILPA0484 Posted April 20, 2019 Author Report Share Posted April 20, 2019 How to overlap 2 images along overlapping area in labview? I have tried many methods but I am not getting desired result. mask.vi Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.