@Josh and Juan,
On Sat, Apr 27, 2013 at 11:58 AM, Ankit Agrawal <aaaagrawal@gmail.com> wrote:
Hi all,I guess I need some clarification what nD images exactly mean. For 3D, these are the following ways I can think of it --1. RGB image (n x m x 3) : Total m*n pixels2. Series of grey-scale images (m x n x p): Total p images each with m*n pixels3. A grey-scale(m x n x 2) or an RGB image(m x n x 4) with depth value at each pixel like a Pointcloud(http://pointclouds.org/)?As others have pointed out, I think (1) and (3) are 2D+c, and (2) is 3D. You can also have (m x n x p x 3), or even (t x m x n x p x c) for arbitrary t and c.In general, when I said 3D I meant (m x n x p) and (m x n x p x 3), and when I said nD I meant (t x m x n x p x c). But, importantly, what I'm looking for is functions that are nD aware but will degrade nicely if provided with e.g. a 2D image.