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