mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix document
This commit is contained in:
parent
a78d68279c
commit
e40051c2b5
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ namespace rubyopencv {
|
|||
/*
|
||||
* Extracts a diagonal from a matrix.
|
||||
*
|
||||
* @overload diag(d)
|
||||
* @overload diag(d = 0)
|
||||
* @param d [Integer] Index of the diagonal, with the following values:
|
||||
* - +d=0+ is the main diagonal.
|
||||
* - +d>0+ is a diagonal from the lower half. For example, +d=1+ means
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue