* @throws java.lang.Exception
*/
@Before
public void setUp() throws Exception
{
arrayImage = new ArrayImgFactory< IntType >().create( dim, new IntType() );
cellImage = new CellImgFactory< IntType >( 2 ).create( dim, new IntType() );
listImage = new ListImgFactory< IntType >().create( dim, new IntType() );
int i = 0;
for ( final IntType t : arrayImage )
t.set( i++ );