Function computeMse

  • Compute the Mean Square Error (MSE) between two images. The input images can have any number of channels.

    Parameters

    • image: Image

      First image.

    • otherImage: Image

      Second image.

    Returns number

    MSE of the two images.