Jump to content

zatoichi66

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

zatoichi66's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello all. (I've read through the forums looking for a solution for my problem, no luck) I am trying to flatten a 3d array into a 2d array. More specifically, if you picture a RGB image, for example, you have the first page consisting of Red values, (8 bit, if you like), the second page consisting of green values, and third page consisting of blue values. I'm wondering what the fastest (computationally) method of flattening the image, such that the result is a 2d array like this: <- Cols -> RGB RGB RGB ... RGB I have this vi written, but it is s....l....o.........w. (It contains example data, and is unfortunately 5 megs... sorry) The example data isn't RGB, but an 8 "band" image. Please Help!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.