J
Joy Maitland
I have an imageID and a pair of (X,Y) coordinate
how can I map( X,Y) coordinate as a key to imageID?
for example
(1,1) -> image1
(2,1) -> image5
(5,4) -> image12
(1,9) -> image8
.... etc
what Class object i should use?
any example code ?
how can I map( X,Y) coordinate as a key to imageID?
for example
(1,1) -> image1
(2,1) -> image5
(5,4) -> image12
(1,9) -> image8
.... etc
what Class object i should use?
any example code ?