static FloatBWImage bench_G22MakeMaskCorrelationMatrix() { int maskSize = 32; L images = repF(305, -> new Image2BAsLongs(randomBinaryImage(maskSize)).pixels); ret benchFor5(-> { var _makeMatrix = new G22MakeMaskCorrelationMatrix().images(images); _makeMatrix.run(); ret _makeMatrix; })!; }