OpenCV.Matrix – opencv Reference Manual
Matrix
Object Hierarchy:
OpenCV.Matrix
OpenCV.Matrix
OpenCV.Matrix
OpenCV.Array
OpenCV.Array
OpenCV.Array->OpenCV.Matrix
Description:
[
Compact
]
[
CCode
( cname =
"CvMat"
, copy_function =
"cvCloneMat"
, free_function =
"cvReleaseMat"
, free_function_address_of =
true
, has_type_id =
false
) ]
public
class
Matrix
:
Array
Namespace:
OpenCV
Package:
opencv
Content:
Classes:
ND
Sparse
Structs:
Data
Static methods:
public
static
int
depth
(
int
type)
Creation methods:
public
Matrix
(
int
rows,
int
cols,
int
type)
public
Matrix.header
(
int
rows,
int
cols,
int
type)
Methods:
public
double
@get
(
int
row,
int
col)
public
void
@set
(
int
row,
int
col,
double
value)
public
Matrix
clone
()
public
void
complete_symmetric
(
int
LtoR)
public
int
solve_cubic
(
Matrix
roots)
public
void
solve_polynomial
(
Matrix
roots2,
int
maxiter =
20
,
int
fig =
100
)
Fields:
public
int
cols
public
Data
data
public
int
rows
public
int
step
public
Type
type
Inherited Members:
All known members inherited from class OpenCV.Array
GEMM
SVBkSb
SVD
abs
abs_diff
abs_diff_scalar
add
add_scalar
add_weighted
and
and_scalar
cartesian_to_polar
check_array
circle
compare
compare_scalar
convert
cross_product
divide
dot_product
ellipse
ellipse_box
exp
fill_convex_polygon
fill_polygon
flip
get_col
get_cols
get_diagonal
get_dimension_size
get_dimensions
get_elem_type
get_image
get_matrix
get_row
get_rows
get_subrectangle
in_range
in_range_scalar
line
log
matrix_multiply
matrix_multiply_add
max
max_scalar
min
min_scalar
multiply
multiply_transposed
not
or
or_scalar
perspective_transform
polar_to_cartesian
poly_line
pow
rectangle
scale_add
segment_image
sort
subtract
subtract_r_scalar
subtract_scalar
transform
transpose
xor
xor_scalar
2022 vala-language.org