pixels icon indicating copy to clipboard operation
pixels copied to clipboard

how to store the pixel value

Open ankitsahay80 opened this issue 7 years ago • 1 comments

how to store....... each pixel color value in 28 *28 matrix.

ankitsahay80 avatar Mar 18 '18 13:03 ankitsahay80

@ankitsuman80 would this work for you?

r <- pixels::get_pixels()
screen shot 2018-03-22 at 5 08 39 pm
matrix(r, 28, 28, byrow = TRUE)
screen shot 2018-03-22 at 5 08 15 pm

javierluraschi avatar Mar 23 '18 00:03 javierluraschi