• ArrayImgFactory - the pixel values are stored in one linear array • PlanarImgFactory - each two-dimensional plane is stored in its own array • CellImgFactory - the whole image is divided into equally sized cells, each stored in its own array
• ArrayImgFactory - the pixel values are stored in one linear array • PlanarImgFactory - each two-dimensional plane is stored in its own array • CellImgFactory - the whole image is divided into equally sized cells, each stored in its own array