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
Interprets a 2D array of booleans as a BitMatrix
, where "true" means an "on" bit.
BitMatrix
representation of image
bits of the image, as a row-major 2D array. Elements are arrays representing rows