1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
ruby-opencv/ext/opencv/dnn.hpp
2018-07-27 11:00:16 -07:00

14 lines
207 B
C++

#ifndef RUBY_OPENCV_DNN_H
#define RUBY_OPENCV_DNN_H
/*
* Document-class: Cv::Dnn
*/
namespace rubyopencv {
namespace Dnn {
void init();
VALUE rb_module_dnn();
}
}
#endif // RUBY_OPENCV_DNN_H