1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

Bug fixes and added size() to Mat.

This commit is contained in:
Francois Deschenes 2018-07-25 22:08:17 -07:00
parent b648bbfb74
commit fe3493f47c
4 changed files with 51 additions and 26 deletions

View file

@ -6,6 +6,7 @@ namespace rubyopencv {
namespace Size {
void init();
cv::Size* obj2size(VALUE obj);
VALUE size2obj(cv::Size* ptr);
}
}
#endif // RUBY_OPENCV_SIZE_H