parse

Interprets a 2D array of booleans as a BitMatrix, where "true" means an "on" bit.

Return

BitMatrix representation of image

Parameters

image

bits of the image, as a row-major 2D array. Elements are arrays representing rows


fun parse(stringRepresentation: String?, setString: String, unsetString: String): BitMatrix