Uses of Class
io.github.t12y.ssim.models.Shape
-
Packages that use Shape Package Description io.github.t12y.ssim.matlab io.github.t12y.ssim.models -
-
Uses of Shape in io.github.t12y.ssim.matlab
Methods in io.github.t12y.ssim.matlab with parameters of type Shape 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, Shape shape)static MatrixIMFilter. imfilter(Matrix A, Matrix f, Shape resSize) -
Uses of Shape in io.github.t12y.ssim.models
Methods in io.github.t12y.ssim.models that return Shape Modifier and Type Method Description static ShapeShape. valueOf(String name)Returns the enum constant of this type with the specified name.static Shape[]Shape. values()Returns an array containing the constants of this enum type, in the order they are declared.
-