// pass an ImgFactory to the ImgOpener. This bypasses the Img selection
// heuristic and allows custom ImgFactory implementations to be used
Img< FloatType > img = (Img< FloatType >) new ImgOpener().openImg( "DrosophilaWing.tif",
new ArrayImgFactory< FloatType >() );