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.
↧