| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.MatExpr |
opencv_core.Mat.eye(int rows,
int cols,
int type) |
static opencv_core.MatExpr |
opencv_core.Mat.eye(opencv_core.Size size,
int type) |
opencv_core.MatExpr |
opencv_core.Mat.inv() |
opencv_core.MatExpr |
opencv_core.Mat.inv(int method)
matrix inversion by means of matrix expressions
|
opencv_core.MatExpr |
opencv_core.Mat.mul(opencv_core.Mat m) |
opencv_core.MatExpr |
opencv_core.Mat.mul(opencv_core.Mat m,
double scale)
per-element matrix multiplication by means of matrix expressions
|
static opencv_core.MatExpr |
opencv_core.Mat.ones(int rows,
int cols,
int type) |
static opencv_core.MatExpr |
opencv_core.Mat.ones(opencv_core.Size size,
int type) |
opencv_core.MatExpr |
opencv_core.Mat.t()
matrix transposition by means of matrix expressions
|
static opencv_core.MatExpr |
opencv_core.Mat.zeros(int rows,
int cols,
int type)
Matlab-style matrix initialization
|
static opencv_core.MatExpr |
opencv_core.Mat.zeros(opencv_core.Size size,
int type) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
opencv_core.Mat.put(opencv_core.MatExpr expr) |
Copyright © 2014. All Rights Reserved.