Hi all,
I have ten images, I guess it also means 10 matrixes.
I want to apply a "IF" condition to those matrixes for each pixel. And finally I want to generate a new matrix which based on the 'IF' condition.
Specific, if the the pixel located at Row:5, Col:12 of original matrix_3(the third original matrix) match the "IF"condition. Then the value of Row_5 Col_12 of output matrix is 3.
I'm not sure whether I describe the problem clearly. Thanks for your kindly help.
|