Uses of Class
io.github.t12y.ssim.models.MSSIMMatrix
-
Packages that use MSSIMMatrix Package Description io.github.t12y.ssim -
-
Uses of MSSIMMatrix in io.github.t12y.ssim
Methods in io.github.t12y.ssim that return MSSIMMatrix Modifier and Type Method Description static MSSIMMatrixSSIM. ssim(Matrix image1, Matrix image2)static MSSIMMatrixSSIM. ssim(Matrix image1, Matrix image2, Options options)protected static MSSIMMatrixWeberSSIM. weberSSIM(Matrix pixels1, Matrix pixels2, Options options)Methods in io.github.t12y.ssim with parameters of type MSSIMMatrix Modifier and Type Method Description protected static voidIgnoredBoxes. adjustMSSIM(int height, int width, MSSIMMatrix mssimMatrix, Options options)
-