Uses of Class
io.github.t12y.ssim.models.Matrix
-
Packages that use Matrix Package Description io.github.t12y.ssim io.github.t12y.ssim.matlab io.github.t12y.ssim.matlab.internal io.github.t12y.ssim.models -
-
Uses of Matrix in io.github.t12y.ssim
Methods in io.github.t12y.ssim that return Matrix Modifier and Type Method Description static MatrixMath. add2d(Matrix A, double increase)static MatrixMath. add2d(Matrix A, Matrix increase)static MatrixMath. divide2d(Matrix A, double divisor)static MatrixMath. divide2d(Matrix A, Matrix divisor)protected static Matrix[]Downsample. downsample(Matrix[] pixels, Options options)protected static MatrixFastSSIM. fastSSIM(Matrix pixels1, Matrix pixels2, Options options)static MatrixMath. multiply2d(Matrix A, double multiplier)static MatrixMath. multiply2d(Matrix A, Matrix multiplier)static MatrixMath. square2d(Matrix A)static MatrixMath. subtract2d(Matrix A, Matrix decrease)Methods in io.github.t12y.ssim with parameters of type Matrix Modifier and Type Method Description static MatrixMath. add2d(Matrix A, double increase)static MatrixMath. add2d(Matrix A, Matrix increase)static MatrixMath. divide2d(Matrix A, double divisor)static MatrixMath. divide2d(Matrix A, Matrix divisor)protected static Matrix[]Downsample. downsample(Matrix[] pixels, Options options)protected static MatrixFastSSIM. fastSSIM(Matrix pixels1, Matrix pixels2, Options options)static doubleMath. mean2d(Matrix A)static MatrixMath. multiply2d(Matrix A, double multiplier)static MatrixMath. multiply2d(Matrix A, Matrix multiplier)static MatrixMath. square2d(Matrix A)static MSSIMMatrixSSIM. ssim(Matrix image1, Matrix image2)static MSSIMMatrixSSIM. ssim(Matrix image1, Matrix image2, Options options)static MatrixMath. subtract2d(Matrix A, Matrix decrease)static doubleMath. sum2d(Matrix m)static voidSSIM. toGrayScale(Matrix pixels1, Matrix pixels2, Options options)protected static MSSIMMatrixWeberSSIM. weberSSIM(Matrix pixels1, Matrix pixels2, Options options) -
Uses of Matrix in io.github.t12y.ssim.matlab
Methods in io.github.t12y.ssim.matlab that return Matrix Modifier and Type Method Description static MatrixConv2. conv2(Matrix a, Matrix b1, Matrix b2, Shape shape)static MatrixConv2. conv2(Matrix a, Matrix b, Shape shape)static MatrixFilter2. filter2(Matrix h, Matrix X)static MatrixFilter2. filter2(Matrix h, Matrix X, Shape shape)static MatrixIMFilter. imfilter(Matrix A, Matrix f, Shape resSize)static MatrixNormPDF. normpdf(Matrix ref, int m, double s)static MatrixOnes. ones(int height)static MatrixOnes. ones(int height, int width)static MatrixPadArray. padarray(Matrix A, int padHeight, int padWidth)static MatrixRBG2Gray. rgb2gray(Matrix ref)static MatrixRBG2Gray. rgb2grayInteger(Matrix ref)static MatrixSkip2d. skip2d(Matrix A, int startRow, int everyRow, int endRow, int startCol, int everyCol, int endCol)static MatrixSub. sub(Matrix ref, int x, int height, int y, int width)static MatrixTranspose. transpose(Matrix ref)static MatrixZeros. zeros(int height, int width)Methods in io.github.t12y.ssim.matlab with parameters of type Matrix Modifier and Type Method Description static MatrixConv2. conv2(Matrix a, Matrix b1, Matrix b2, Shape shape)static MatrixConv2. conv2(Matrix a, Matrix b, Shape shape)static MatrixFilter2. filter2(Matrix h, Matrix X)static MatrixFilter2. filter2(Matrix h, Matrix X, Shape shape)static MatrixIMFilter. imfilter(Matrix A, Matrix f, Shape resSize)static MatrixNormPDF. normpdf(Matrix ref, int m, double s)static MatrixPadArray. padarray(Matrix A, int padHeight, int padWidth)static MatrixRBG2Gray. rgb2gray(Matrix ref)static MatrixRBG2Gray. rgb2grayInteger(Matrix ref)static MatrixSkip2d. skip2d(Matrix A, int startRow, int everyRow, int endRow, int startCol, int everyCol, int endCol)static MatrixSub. sub(Matrix ref, int x, int height, int y, int width)static MatrixTranspose. transpose(Matrix ref) -
Uses of Matrix in io.github.t12y.ssim.matlab.internal
Methods in io.github.t12y.ssim.matlab.internal that return Matrix Modifier and Type Method Description static MatrixNumbers. numbers(int height, int width, int num) -
Uses of Matrix in io.github.t12y.ssim.models
Subclasses of Matrix in io.github.t12y.ssim.models Modifier and Type Class Description classMSSIMMatrixMethods in io.github.t12y.ssim.models with parameters of type Matrix Modifier and Type Method Description voidMatrix. set(Matrix m)Constructors in io.github.t12y.ssim.models with parameters of type Matrix Constructor Description Matrix(Matrix m)MSSIMMatrix(Matrix m, double mssim)
-