1
0
Fork 0
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:
ser1zw 2016-04-10 03:45:02 +09:00
parent a78d68279c
commit e40051c2b5

View file

@ -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