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
73e09097ee
commit
30b9449115
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ namespace rubyopencv {
|
|||
|
||||
/*
|
||||
* @overload laplacian!(ddepth, ksize = 1, scale = 1, delta = 0, border_type = BORDER_DEFAULT)
|
||||
* @see (#laplacian)
|
||||
* @see #laplacian
|
||||
*/
|
||||
VALUE rb_laplacian_bang(int argc, VALUE *argv, VALUE self) {
|
||||
cv::Mat* destptr = obj2mat(self);
|
||||
|
@ -216,7 +216,7 @@ namespace rubyopencv {
|
|||
|
||||
/**
|
||||
* @overload cvt_color!(code, dcn = 0)
|
||||
* @see (#cvt_color)
|
||||
* @see #cvt_color
|
||||
*/
|
||||
VALUE rb_cvt_color_bang(int argc, VALUE *argv, VALUE self) {
|
||||
cv::Mat* destptr = obj2mat(self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue