03-02-2006 02:03 PM
03-02-2006 02:24 PM
03-02-2006 02:47 PM
03-02-2006 03:06 PM
03-02-2006 03:12 PM
I accendenty sent the last one before I was done. I want the form to be:
Where each # corresponds to an image. Therefore it would be a 700x700 pixel image. Can I still use the unflatten pixelmap? Thank you.
Kevin Baker
03-02-2006 03:25 PM
Now I am having problems using these functions because I am using the IMAQ image data type. Is their a conversion to go back and forth? Thanks again.
Kevin Baker
03-03-2006 07:40 AM
I am not too familiar with IMAQ but have done LV image processing where you can use an array to represent the data (I think IMAQ uses some border pixels in their array to accomidate for image processing near image edges). You can initialize a 700x700 array (use a numeric type which agrees with your image bit depth, then for each image use the replace array subset with the column/ row corresponding to the x,y location of the origin (upper left corner) of each image to replace, the length of each subset is equal to the width and height (100 in this case) of the inserting image. So for image 1 the replace subset would be:
column = 300, length = 100, row =0, length 100.
Repete this for all 13 images. As for the IMAQ conversion I dont know the answer since I dont have a copy of IMAQ.
Paul
03-03-2006 07:46 AM
03-06-2006 10:52 AM
03-23-2018 07:01 AM
What was you solution using IMAQ functions?