mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
add OpenCV::build_information (wrapper of cv::getBuildInformation())
This commit is contained in:
parent
0cd12f6f67
commit
56b33ca03d
3 changed files with 17 additions and 0 deletions
|
@ -393,6 +393,8 @@ VALUE rb_Luv2RGB(VALUE klass, VALUE image);
|
|||
VALUE rb_HLS2BGR(VALUE klass, VALUE image);
|
||||
VALUE rb_HLS2RGB(VALUE klass, VALUE image);
|
||||
|
||||
VALUE rb_build_information(VALUE klass);
|
||||
|
||||
__NAMESPACE_END_OPENCV
|
||||
|
||||
#endif // RUBY_OPENCV_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue