svoid test_bwIntegralImage_withMeta() { var i = whiteImage(10, 10); var i2 = bwIntegralImage_withMeta(i); assertSameVerbose(metaGet src(i2), i); }