News

If img is an image then we can apply a matrix transformation A to the pixel at location (i, j) by A @ img[i,j,:] This is a matrix-vector product. Alternatively, if we are viewing the rgb vector as a ...