How to read an image from an array character ?
i have and array containing file name (number) without the extension (.jpg)
as an example - [ 1, 0, 14; 3. 0, 10; 4. 2, 15] in this first column represent the file name.
how can i load first image and do the operation and load the next image and do the operation again.
Is it an exercise ?
how on earth would [1,3,4] represent a file name ?
"how can i load first image and do the operation and load the next image and do the operation again."
what ?
files are named like 1.jpg ,3.jpg and 4.jpg
^^ ah, ok, makes sense now.