First time here? Check out the FAQ!
answered 2013-06-13 05:03:25 -0600
This function should work for single channel image. Just use first channel of output:
Scalar output = getMSSIM(i1, i2); double single_output = output[0];