mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
Improved documentation to show attributes as attributes.
This commit is contained in:
parent
c3e0e76a5f
commit
ce53225ef2
4 changed files with 46 additions and 16 deletions
|
@ -15,6 +15,10 @@ namespace rubyopencv {
|
|||
namespace Dnn {
|
||||
VALUE rb_module = Qnil;
|
||||
|
||||
VALUE rb_module_dnn() {
|
||||
return rb_module;
|
||||
}
|
||||
|
||||
/*
|
||||
* Creates 4-dimensional blob from image. Optionally resizes and crops image from center, subtract mean values, scales values by scalefactor, swap Blue and Red channels.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue