Combining results in a binary image

  • Hi All,


    I have generated an applet for VQ4-GE framegrabber with three cameras and I need to combine the binarized results of images from those cameras in order to output signal from PC.


    Image Dimension: 28 x 1


    Final appended result Dimension : 28 x 4


    where first ,second and third line represents the corresponding results from cameras. The Fourth line should be the combined result of all three cameras such as if a 1 is present in any of the first three lines , then the corresponding pixel in the last row should have 1.


    I have used Colmax operator for this purpose but it replaces the pixel values in between the lines also with the max value. Please refer the attached simulation applet and suggest me a working design!


    CombinedResults.va


    Thanks,

    Jayasuriya.